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.
Jeff Buck
Filip, I switched my Mac platform layer over to mmap. I'm still cleaning up some code from the pa…
»
Bigpet
You can just use the twitch chat via most IRC clients as described here: http://help.twitch.tv/…
»
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 possib…
»
Chris
I'm not aware of a feature to include your source code directly into your EXE. Microsoft does hav…
»
Mārtiņš Možeiko
If you don't like vm_allocate you can use mmap to allocate mempoy (mmap works also on Linux). Som…
»
Casey Muratori
You can definitely do it in C++, it's just a massive amount more work. It was, you know, 20-30 l…
»
Filip
Does anyone know how of how you specify a base address in vm_allocate? And specifically why a spe…
»
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 Runtime Compiled C++ (https://github.com/RuntimeCompiledCPlusPlus/RuntimeCompiledCPlusPl…
»
Bengt Ericsson
Reminds me of what Bret Victor shows in: http://vimeo.com/36579366
»
wasd
Cache performance is a good point. I wonder how much it will actually matter, though, especially …
»
David Roguin
In yesterday stream someone asked if it's possible to hot reload their game and how much time it …
»
Casey Muratori
I do not like decoupled methods because I find they lead to (sometimes much) slower code. Being …
»
wasd
I was wondering why don't you use the dt and accumulator method here in this blog post: http://ga…
»
Chris Morris
Ah yeah, that does sound a lot more fun than Dungeons and Dragons anyhow :)
»
zenmumbler
This technique is essentially the core of re-recording emulators used by the TAS (Tool Assisted S…
»
NoobSaibot
both cases actually work in real life ;) the use case is actually something i had the other day,…
»
Mārtiņš Možeiko
Well if you don't have permissions for some module then there must be reasons why you shouldn't g…
»
NoobSaibot
if *you* are the developer, then yes. pretend, though, you are using a -- licensed -- 3rd party l…
»
Mārtiņš Možeiko
What is use case for this situation? Typically developers store source code in some revision cont…
»
NoobSaibot
You think it'd be worthwhile to bother jon with a request to build that feature into his new lang…
»
Casey Muratori
I don't suspect the game will be "stat heavy" in that sense because there is really nothing diffe…
»
Mārtiņš Možeiko
+1 for ConEmu and Clnk. I'm using it both of them for couple years already and cannot stand defau…
»
Casey Muratori
OrthoLabs Edit: Here is something one of my friends found while I was talking with them about the…
»
Casey Muratori
The problem with function points is exactly what you just said :) You always have to go through …
»
José De Gouveia
Hi Guys, this is probably Off-topic , but i wanted to share some tips to enhance the Windows Co…
»
Dejan
I like how each component is easy to implement. When the jump code being edited was demo'ed it be…
»
Nia
aidtopia Bret Victor has a talk from 2012, where he demos some ideas for making the connection be…
»
Adrian McCarthy
Bret Victor has a talk from 2012, where he demos some ideas for making the connection between the…
»