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.
Dominik
@ZenSoturi: Thank you for pointing me there. :) So I changed things, so it doens't sleep anymore…
»
popcorn
Does version controlling my source really solve any problems? Not really, it just lets you store…
»
Patrick Lahey
I forget where I read it, but it suggested that the 4 levels of expertise are I don't know th…
»
Patrick Lahey
Unity build helps modern C++ with template bloat a lot. If you have big template files like STL o…
»
Abner Coimbre
I appreciate this kind of post. Since the community already answered your concern with examples a…
»
Casey Muratori
Also, I think it's worth noting that in the future, we will probably finally get an integrated co…
»
Mārtiņš Možeiko
I have used many different build-systems on different platforms and MSBuild is by far one of most…
»
David Owens II
The fundamental point that Casey is making is really about using what you need and only what you …
»
Patrick Lahey
From what I can tell, unity builds are a fairly common practice in game programming circles (they…
»
Christian Jacob
In the first episode (afair), Casey talks about people who love their build systems. That in fact…
»
Matej Kac
Indeed, although I could swear I solved some some problems with building before by setting it li…
»
Ben
use uBlock
»
Mārtiņš Možeiko
You should exclude the problematic .h files (handmade_entity.h, handmade_sim_region.h etc.) from …
»
Jeff
Thank you!!!! JSnake Hey guys, I'm stuck on week 5. I can follow along using the command line j…
»
Matej Kac
You should exclude the problematic .h files (handmade_entity.h, handmade_sim_region.h etc.) from…
»
Krzysiek
dsuse But how would this then fit into the framework as it is now? Would we compile the renderer …
»
Mārtiņš Možeiko
If it could not include something then error would on line with #include preprocessor directive w…
»
Jeff
Its not a specific error... 1>Handmade.cpp(263): error C2039: 'Type' : is not a member of 'Lo…
»
Mārtiņš Možeiko
It is not possible to see the problem, image is too small. Build the solution, and copy&paste…
»
Jeff
This is what I get [attachment=28]2015-03-1801_14_42-Win32_Handmade-MicrosoftVisualStudio.png[…
»
Mārtiņš Možeiko
If you include .cpp file in solution, you don't need to #include it in other file. Casey is doing…
»
Jeff
I am coding along in MSVC and I can't seem to get MSVC 2013 express to recognize that HANDMADE_SI…
»
Benjamin Kloster
dsuse How would you communicate platform layer things to the renderer like window resize events, …
»
Casey Muratori
What I meant by "three tiered" is that it introduces a third tier to the two-tier model we have r…
»
Don S.
Nimbal I have since pulled the render code into the game DLL So, the platform sets up the contex…
»
Ruy Calderon
That is an awesome video... now I'm waiting for the video of 10 year old Casey demystifying some …
»
Zachary
Watching the referenced video now. How many HH pre-orders would it take to bring bearded Casey b…
»
Benjamin Kloster
dsuse Although, would you say the renderer you wrote and the game dll are tightly coupled? How d…
»
Don S.
The method you chose was the one most comfortable to me when thinking about this as well. But I …
»
Zachary
Still reading the book, more great praise for Casey (pg 670, 12.3.5.5: Detecting Convex Collision…
»