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.
Tod Hansmann
I mentioned this on the twitch channel (apparently people are on there all day?), but if anyone wa…
»
ambiguous panda
you can create two projects, but use a single directory, both projects will have the smae files bu…
»
John Meyer
Configurations Properties > General > Configuration Type change it from Application (.exe) to Dyna…
»
ambiguous panda
Project > Properties Configurations Properties > General > Configuration Type change it from Appli…
»
John Meyer
Hey guys, I'm stuck on week 5. I can follow along using the command line just fine but I prefer to…
»
David Roguin
If I understood correctly I should manage to keep up with the vsync, whatever it is, even though i…
»
Casey Muratori
You don't actually need the log file. You just need to store descriptions of all the structs, and…
»
Casey Muratori
Honestly, this is probably not the answer you were looking for, but I would run a game at somethi…
»
David Roguin
Hi, Maybe this question is off topic (or future topic) but I've been thinking about it the whole d…
»
Jeff Buck
I switched over to mmap() because I was thinking of doing some clever debugging/testing tools that…
»
Aaron
I haven't changed anything from whatever the defaults are, at least. How would I check?
»
Filip
Great to have so much competence here! Better answers then the whole rest of the internets :) Btw…
»
Earthserver
On Day 022, Casey mentioned that there is a way to support hot reloading across data structure cha…
»
skeeto
A couple years ago I wrote an Emacs mode called () for accomplishing the live editing part with J…
»
Chris
That could explain why source navigation isn't working for you. Have you verified that intellisens…
»
zenmumbler
A couple of things here… I timed the attached test program of that bug report on my 10.10 system…
»
Jeff Buck
Filip, I switched my Mac platform layer over to mmap. I'm still cleaning up some code from the pas…
»
Bigpet
You can just use the twitch chat via most IRC clients as described here:
»
Aaron
Hmmm...I was under the impression that was supposed to be a .sdf file in my project folder, but I …
»
Chris
Last time I checked, Visual Studio uses a different C++ parser than the compiler. So, it's possibl…
»
Chris
I'm not aware of a feature to include your source code directly into your EXE. Microsoft does have…
»
Mārtiņš Možeiko
If you don't like vm_allocate you can use to allocate mempoy (mmap works also on Linux). Somebody…
»
Casey Muratori
You can definitely do it in C++, it's just a massive amount more work. It was, you know, 20-30 li…
»
Filip
Does anyone know how of how you specify a base address in vm_allocate? And specifically why a spec…
»
Aaron
Hi guys. I'm on day 6 of the videos at the point where Casey uses Visual Studio to open up xinput.…
»
Mārtiņš Možeiko
There is () It is similar to what Casey does. I haven't tried it, but it is supposed to work with…
»
Bengt Ericsson
Reminds me of what Bret Victor shows in:
»
wasd
Cache performance is a good point. I wonder how much it will actually matter, though, especially i…
»
David Roguin
In yesterday stream someone asked if it's possible to hot reload their game and how much time it w…
»
Casey Muratori
I do not like decoupled methods because I find they lead to (sometimes much) slower code. Being a…
»