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.…
There is () It is similar to what Casey does. I haven't tried it, but it is supposed to work with…
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…
In yesterday stream someone asked if it's possible to hot reload their game and how much time it w…
I do not like decoupled methods because I find they lead to (sometimes much) slower code. Being a…
wasd —
I was wondering why don't you use the dt and accumulator method here in this blog post: The idea …
Ah yeah, that does sound a lot more fun than Dungeons and Dragons anyhow :)
This technique is essentially the core of re-recording emulators used by the TAS (Tool Assisted Sp…
both cases actually work in real life ;) the use case is actually something i had the other day, a…
Well if you don't have permissions for some module then there must be reasons why you shouldn't ge…
if you are the developer, then yes. pretend, though, you are using a -- licensed -- 3rd party lib …
What is use case for this situation? Typically developers store source code in some revision contr…
You think it'd be worthwhile to bother jon with a request to build that feature into his new langu…
I don't suspect the game will be "stat heavy" in that sense because there is really nothing differ…
+1 for ConEmu and Clnk. I'm using it both of them for couple years already and cannot stand defaul…
That is cool! I still think we are the first to show how to do this in C/C++ (which was mainly w…
The problem with function points is exactly what you just said :) You always have to go through a…
Hi Guys, this is probably Off-topic , but i wanted to share some tips to enhance the Windows Comma…
Dejan —
I like how each component is easy to implement. When the jump code being edited was demo'ed it bec…
Nia —
Yes! This is the exact video I was thinking of and looking for to post to this topic. Thank you …
Bret Victor has a talk from 2012, where he demos some ideas for making the connection between the …
That is something I was unable to find and have never come across. I bet sometime somewhere in a p…
That would be a good feature, but no, I don't think it exists currently in MSVC :( It would proba…
It's the live code editing plus the replay that I was talking about. Playing back the game state …
It's very nice. About the dll thing, I believe you can push that 100% so the main exe never need t…
Some days do, some days don't. If you're going through each video it's a bit hit and miss. Someti…
samrat —
Are there pre-stream discussions everyday? I watched the first few minutes of the archived day 19 …