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.
Marc Costa
As of 524, Casey is still working on the engine. The Rich Combinatoric Interactions refer to game…
»
Seth Archambault
I too am interested in this! From my occasional check-ins it looks like the lighting + visuals …
»
ratchetfreak
One way to give control over allocations to the user is to have an "intrusive" linked list. You d…
»
Tucker Kolpin
Casey mentions on day 27 that he's interested in implementing "Rich Combinatoric Interactions", d…
»
sudo459
For my current implementation of a linked list, I have the user of the "library" manage all memor…
»
Jason
Alright, thanks for the input guys. I'll see what I can do.
»
x13pixels
https://remedybg.itch.io A lot of work this round went into beefing up the expression parser and…
»
Simon Anciaux
You can search for developer talks about 2d games you liked. Often it the game looks good there a…
»
Mārtiņš Možeiko
There is no such thing as "properly" lighting in 2d game. Because real light works in 3d. So any …
»
Mārtiņš Možeiko
You don't need to put color as first member. Compiler knows alignment for each member in structur…
»
Jason
Damn, that sucks. Would you know if any good resources on how to properly light a 2d game? Or the…
»
AntonHakansson
mmozeikoYou need to guarantee that memory is aligned. mmozeiko thank you! The alignment turned o…
»
Simon Anciaux
I don't think Casey's gone back to that. At the moment, handmade hero uses a mix of 3d graphics (…
»
Mārtiņš Možeiko
Not sure about 0xFFFFFFFFFFFFFFFF (is your rect pointer valid?). Are you sure it happens at this …
»
AntonHakansson
Hi! I have a a backbuffer rendering approach that fills a buffer with rendering primitives for t…
»
Jason
I've recently finished watching up to day 104 which seems to finish up the 2d lighting stuff. At …
»
Mandelmus
mmozeikoDoes "W:\build\win32_handmade.exe" file actually exists? Is this final VS2019 version? I…
»
Mandelmus
DelixYou should just do devenv build\win32_handmade.exe from the handmade directory, and then it …
»
Ryan Fleury
MandelmusAfter building the file with the build.bat I enter devenv \build\win32_handmade.exe to t…
»
Mārtiņš Možeiko
Does "W:\build\win32_handmade.exe" file actually exists? Is this final VS2019 version? If you ha…
»
Mandelmus
Hey everyone. I just started the journey of trying to follow along with Casey's series and I'm st…
»
Chen
Alright sounds good. Thanks for helping me out with this issue.
»
x13pixels
In that case I'm not sure what is going on. It might be worth adding some diagnostics to the Outp…
»
Chen
I do have /Z7 flag enabled instead of /Zi. This is my build.bat: 1 2 3 4 5 6 7 8 9 10 …
»
x13pixels
Chen96Hi. When I try stepping into the code with RemedyBG, it steps into the disassembly instead …
»
Chen
Hi. When I try stepping into the code with RemedyBG, it steps into the disassembly instead of ste…
»
thorduragust
I made a command that preserves indentation of the line you came from when you input a newline. W…
»
x13pixels
forrestthewoodsIs there no way to attach RemedyBG to an existing process? This is strictly requir…
»
x13pixels
SirTimothyThanks for the fix! Finally got around to checking it out, and I can run my stuff! Gonn…
»
x13pixels
forrestthewoodsHi. I'm unable to download the latest version. When I attempt to do so Chrome say…
»