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
Sven
@insanoflex512 Nope, not at all. Was there anything unclear in my explanation why I don't like th…
»
Roderic Bos
5sw Definitely not with global_variable, local_persist and internal. For GAME_UPDATE_AND_RENDER …
»
Roderic Bos
Casey mentioned he only wants 1 (well 2 now with the platform separatly) compile unit, so for him…
»
hendrix
rathersleepy You may find this useful. The (free) source code download for this book: Modern X86…
»
Justin
okay so you saw macros and said "Blasphemy!"
»
Sven
I think the best way to go would be to have the platform layer take care of all the options using…
»
Sven
Definitely not with global_variable, local_persist and internal. For GAME_UPDATE_AND_RENDER I mu…
»
robby
Hi 5sw, so you don't agree the reasons casey was explaining when using those macros?
»
Sven
Yes, but this isn't helping if the .h file is included in two different .cpp files which are comp…
»
Sven
I am really concerned about the (ab)use of macros here. The three different defines for static ma…
»
Dejan
A discussion in the game subforum got me thinking about ways to architect platform independent co…
»
Tom
Hi I am trying to port the game using libgdx java framework. Does the game licence allow me to d…
»
Roni
Setting the SUBSYSTEM did not fix it alone but I got it working by changing main to wmain. Seems …
»
sinsizer
Is it SDL.lib SDLmain.lib or SDL2.lib SDL2main.lib? Have you tried to set the /SUBSYSTEM for the …
»
Roni
I have become a huge fan of Casey's .bat-file building during this project and now I'm trying to …
»
Sebastian
Oh I'm not suggesting doing all the math in 64 bit! Once you have the offset for a player (or wha…
»
Roderic Bos
Every h file has this in it: #if not hfilename (Filecontent) #define hfilename #endif
»
Casey Muratori
64-bit integer is definitely not a good option, because we'd end up having to do a bunch of 64-bi…
»
Iker Murga
Well, some of ssylvan's concerns have already been answered through this week, but I believe Case…
»
Jeff Buck
If the implementation of PushSize_() is going to stay in handmade.h, it should be defined as inli…
»
Iker Murga
Casey, if you are thinking of adding more time at the end of the stream to review everything, I w…
»
Justin
Im wondering if anyone knows of some good books that'll help with learning the windows side of th…
»
Iker Murga
The main point to realize is that in isometric perspetive there is no foreshortening. What this m…
»
Jeff Buck
You can temporarily avoid editing the golden handmade_platform.h file by adding this to the compi…
»
Iker Murga
Since both "references" we are handling right now are The Binding of Isaac and the original Zelda…
»
Karl Kirch
Fixed a bug where low power graphics chip in the macbook air would cause initialization of OpenGL…
»
»
ryalla
Pseudonym73 Interestingly, just saw this piece on Slashdot today: http://loup-vaillant.fr/articl…
»
Andrew Bromage
Interestingly, just saw this piece on Slashdot today: http://loup-vaillant.fr/articles/anthropom…
»
Andrew Bromage
One thing while I think of it. A "handle" is, in data structure parlance, a doubly indirect refe…
»