We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Dmitriy Kubyshkin
The majority of the development up until about a month ago was about figuring out the basic featur…
»
Dmitriy Kubyshkin
Thank you for such a detailed comment. It is definitely possible to carefully craft a syntax optim…
»
spx
I believe this will already be fixed with 0.9.7.1. While adding the recently release clang 12 to a…
»
Joshua Donahue
Ahh so you do. I guess they're less similar than they seem on the surface :)
»
Ronald Mund
wow nice, you have lots of knowladge
»
TorquePentagram
Another thing. In the view menu there is a “keep source view X lines ahead” option. I am not s…
»
Macoy Madson
Thanks for your comment! I compare Cakelisp to Scopes .
»
Ryan
Those repositories are very helpful. Thank you That is definitely something I plan to tackle dow…
»
Dawoodoz
Not V-syncing usually make games feel less lagging by responding faster with partial frames, so yo…
»
Joshua Donahue
This is a very cool project! I love seeing all the low-level language ideas being explored in the…
»
Dawoodoz
If calling the operating system directly isn't enough to satisfy your thirst for knowledge, you ca…
»
Mārtiņš Možeiko
asoundlib source code is fully available here: So you can trace the functions you use from it dow…
»
Mārtiņš Možeiko
Using multiple CPU cores is very different depending on architecture you want to use. On x86 this …
»
Ryan
Low-level audio programming in linux seems to be done exclusively using ALSA (asoundlib). As is u…
»
Lochie
In my research I have found that if you want to use more than one cpu core, you have to interface …
»
Benjamin Pedersen
Okay, thanks.
»
Simon Anciaux
Yes, you need to pay for 4.1. But it will .
»
Benjamin Pedersen
I payed for 4coder a long time ago, but did not manage to make the switch. I would like to try aga…
»
Finalspace
Hi there, I wrote in 2011 an application called () that simulates fluids and rigid bodies using th…
»
Macoy Madson
I am happy to be a new part of Handmade Network! There have been several things I've been working…
»
Simon Anciaux
You can try to use after displaying your image to sort of "wait for vsync". I never used that so …
»
Mikael Johansson
I am making a old-scool rpg while learning software rendering. I have no issues with performance. …
»
Simon Anciaux
Is there an e-mail address I could use to contact you to send some feedback I do not wish to share…
»
Marc Costa
To approximate higher resolution microgeometry, you can use . Normal maps encode a normal per texe…
»
Abhaya Uprety
"...when you're interpolating normals there's nothing to fall back to. The normal vector is all yo…
»
Abhaya Uprety
I didn't put the link to exact section within the chapter of the book. I have corrected that now. …
»
Miles
You're correct that interpolating the normal has a similar issue. However, unlike with light direc…
»
Mārtiņš Možeiko
I think you are misunderstanding what they are saying. Article says that calculating lighting valu…
»
Abhaya Uprety
Here I am assuming that our mesh is made of triangles and every vertex has position, normal and co…
»
Jens
Not a bad idea, I'll do that for future releases.
»