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.
Handmade Network»Feed
Mārtiņš Možeiko
That's a mistake in code during editing/refactoring. This macro is not used anymore. Before it had…
»
Mārtiņš Možeiko
Ability or desire to inline function or not compiler decides on its own regardless of inline or st…
»
da447m
I'm a bit surprised this thing can be done like in handmade_debug_interface.h, I've never seen thi…
»
da447m
For the colors, you just need to type the language name just after the 3 back quotes without space…
»
Simon Anciaux
A static variable in a class or struct is accessible as long as you know the definition of the cla…
»
da447m
This works because Casey uses this variable in a single translation unit. Hmm ok, but then global …
»
da447m
ahah all good no problem
»
Jason
Was typing out a response but Mrmixer already beat me to it lol.
»
Simon Anciaux
This works because Casey uses this variable in a single translation unit. Handmade hero is compile…
»
da447m
Yeah that part I think is clearer to me, but how can he declare/init a static loose in a header fi…
»
Jason
I believe that means that all calls of that function will have the same FailCounter variable as if…
»
da447m
In one of the vids Casey mentions that static in C++ really has more than one meaning. Then in han…
»
longtran2904
How can I find a planar embedding of a graph and draw it on a grid? I've tried to read some papers…
»
»
Mārtiņš Možeiko
Last time I saw the that part code it updated slice of texture with glTexSubImage3D whenever neede…
»
Oliver Marsh
Hi, just a couple more questions :) How did Casey manage the texture2Darrays? Did he alter the tex…
»
da447m
Oh now I went through files I received, there's a github key. Thanks.
»
Mārtiņš Možeiko
If you have access to HH source code on github, you can go there, open file you're interested and …
»
da447m
Hey folks thx for replies. He's doing all the states as 'actual' physics? Like where So basically …
»
Evan Butterfield
You can use to do syntax highlighting for go. However, for it to apply, you need to add it as "tr…
»
Simon Anciaux
I believe ddP is the second derivative of P (position), so it's the acceleration. dP being the vel…
»
da447m
When you say "controller input could have been null" you actually mean input values are 0 because …
»
Mārtiņš Možeiko
When you say "controller input could have been null" you actually mean input values are 0 because …
»
da447m
I'm reading all the Brain structs/funcs. Please tell me if I'm understanding this right. ExecuteBr…
»
Simon Anciaux
In config.4coder you can change the selection mode. The gray cursor is called the mark. It's a dif…
»
Evan Butterfield
Hello, I'm sorry is this is a stupid question, but what is the little gray text cursor that the re…
»
Mārtiņš Možeiko
mtools allows to create fat images and read & write files into it & other manipulations without an…
»
bumbread
A few weeks ago I was working on a tool that creates FAT disk images without requiring loop device…
»
d7samurai
Minimal D3D11 pt2: Follow-up to Minimal D3D11, adding instanced rendering. The main difference he…
»
»