Thank you so much! I got the community version and now its working just fine with the 2013 64-bit…
Its actually other way around - if you leave OS to draw mouse cursor, then it is "hardware accelera…
So, I've two unrelated questions, both can be checked in this application if you want to run it an…
Yes, the error are because VS2010 does not support few C++11 features Casey is using in code. All …
I've been having trouble compiling the source code after following the instructions and I was wond…
In the end I think this pretty much just comes down to personal preference and the situation you'r…
In video 42 Casey was asked about private variables for which he responded he never uses them and …
For collision detection I used and for the physics I implemented a little snippet of code: // qu…
It happens when you build with incremental mode. "/link -incremental:no" to disable it. I've repo…
Randy what did you do to handle physics? Did you use Box2d?
I would really like to use free alternative to Resilio Sync, but Syncthing still has a big disadva…
I just uploaded a new Under The Hood devlog, in which I discuss the game's new platform layer to …
Congrats, I just started watching some of your older streams on YouTube and have been enjoying the…
Well I had a bit of time on the train an uploaded 00.04.03-2 which should fix the aforementioned i…
I been watching handmadehero for a while now (I'm currently on episode 82), but I just started cod…
Porting codeclap has gone well and to date all features are functional on Windows and MacOS in add…
Many projects, and especially games (I know, in Java, gasp, don't throw stones at me, please), can…
Can someone please provide downloads using Syncthing? Or maybe two separate downloads for Resilio…
Hi there, today i want to give you a short overview of what the current state of FPL are and what …
I suspect there's a kind of Godwin's Law going on here. As the length of a discussion about the st…
Intellectual property is something intangible, private property is for tangible and scarce resourc…
What I was trying to achieve, was having a way to place asserts inside PUSH/POP for ensuring that…
Yes, don't overthink it. Two variables and either hand-coding the push/pop code with standard C id…
Not sure about what you are asking. You want to write PUSH(stack_ptr, value); or PUSH(frame_ptr, f…
I've been writing an interpreter for . The code is structured around Pers example from the homewor…
Hmm... that's odd. Could you email me at ? I'd like to dig a little deeper and maybe have you se…
Overview The Pigeonhole Principle (also sometimes shortened to simply 'PHP') is a mathematical prin…
Yeah same config file, just launching with -W as the only parameter project.4coder is just: fkey_…
"Unfortunately, it has taken longer than I wanted it to take" This pretty much sums up all of life…