I personally prefer formats like the ones in Jonathan Blow's stream or .INI files. I don't underst…
I like files. Has similar capabilities as JSON, but no need for to type extra symbols like comma/…
nvdrsdb0.bin and nvdrsdb1.bin files are in "C:[b]ProgramData[/b]\NVIDIA Corporation\Drs" folder. N…
Hey everyone, So I've been working on my project Const Port for a little while now. I just release…
Version 1.3 has been released! See the initial post in this thread for changes
Wow, thanks so much for digging into this! I ran your code and it printed 1.081. So I went to the …
Mór —
Hi, I don't know if you already have this, but I would like to be able to make the background of 4…
The simplest way is to start with a known accessible point and floodfill the world from there usin…
You are calling shell.bat file from shell.bat file. This is infinite recursion. Instead just call …
W:\handmade\misc>shell ****** B A T C H R E C U R S I O N exceeds STACK limits ****** Recur…
khofez —
Hey, I would like to know if there is any books or tutorials thats shows specifically the part of …
Rafael —
oh...I guess I worded that bad, but I still had gotten it incorrectly anyway, thanks for clarifyin…
No. Its not the same variable. Compiler is complaining that there are two variables with same na…
I did a little debugging and disassembling of Nvidia OpenGL driver (user-space part of it) to look…
Rafael —
Hello! I'ts me again :shy: I've upgraded my patreon pledge to be a super~ and while i was trying t…
Mór —
Things like, "pull out the block of code into a function", "group these variables into a struct",…
Shazan —
My laptop only supports up to opengl 3.1 so that means I won't be able to play handmade hero. :-(
Thanks, that make some sense.
Rafael —
yes exactly as you understood, sorry if my explanation was bad, i couldn't really find words to de…
Probably GHz (single core performance) is more important, because from time to time he does run so…
mmbb —
A bit later you'll probably want better CPU and 4 cores at least. Otherwise it will a bit painful…
First I'll tell you what I think you're saying you want, to make sure we're on the same page. It s…
Rafael —
Hello! i've recently started using 4coder for programming (i'm not that good either, just starting…
Following series initially won't require any special things from your laptop. A bit later you'll p…
No but if x0 y0 and z0 are known it's better to simplify the equation and get rid of useless data…
One requirement is to have a graphics card that supports OpenGL 3.3 or higher (not required before…
Thanks for the clarifications. But why do we say that the definition is ax + by + cz + d = 0 with …
You've got this the wrong way around. (x,y,z) is the (test) point on the plane, and (x0, y0, z0) …
I have a question about the notation of the plane equation (seen in day 402): a, b, c are the comp…
Nick —
Bumping this ancient thread with an interesting presentation that mirrors a lot of what Mike Acton…