One of my favorites that I've recently read is "A Mind at Play: How Claude Shannon Invented the I…
You can do the method at the end of the video where he says you can change the code with any edito…
I don't want to use Visual Studio for Unreal Engine, it slows my PC, and I got a semi-beefy comput…
I use a similar thing by placing "bookmarks" in the code using comments: Casey's use of renaming …
What do you mean exactly ? What do you want to be able to do ? (Not that I would have an answer, b…
I guess it depends on what your ultimate goal(s) are. If you really want to be a good graphics pro…
I think it depends on your experience level. When I first discovered handmade hero I was a self ta…
I have been reading 'the innovators' by walter isaacson and it's pretty good overview of computing…
I've been interested in making my own operating system and stumbled onto your project. I think it…
In my code I'm using the XPresent stuff to copy the pixmap to the window at vblank. If you want a…
Personally, I wouldn't skip much of the first 27 days. Maybe you can leave the sound-related stuff…
Hello All, I was wondering if it absolutely necessary to start watching the handmade series from t…
Tim, I've posted a fix for this specific crash on itch.io (0.1.9.6). I appreciate the report and t…
Does anyone have a way to use 4coder with Unreal Engine 4 (UE4)?
Do you use some unheard-of personal convention or trick while programming? I would like to hear ab…
Your code will push pixels into the X Pixmap at 60fps but there's no association between the pixma…
@insofaras: Been replicating most of the code in video_x11_init() and here's what I've got so far.…
Hi George, I've emailed you a link to a dmp file.
I just want to give you a quick update about FPL. I finally finished up my little side-project "Do…
Tim, Sorry you are experiencing a crash with RemedyBG. A DMP file would definitely be useful. Tha…
Hey, wanted to try this out, but when I try to run my game from RemedyBG (either Start Debugging o…
Nice! Looks like just the kind of thing I'm looking for.
I've recently created a small software rendering engine on Linux here: It uses a combination of X…
Thanks for the layout! Pity about the performance but I think I'll use this as a starting point. …
Yes, I think this kind of brain dump is like gold if it relates to your project. Love hearing wha…
I use SDL regularly, and didn't find it a waste of time at all. Keep in mind, the platform code cr…
Okay, no problem. I was just curious. Thanks for the response.
The next release is still coming, but a time table is pretty tricky. This is a big update, there'…
Just wondering if, when Alan and Casey were streaming, Alan mentioned a timetable when he hoped he…
I'm pretty sure SDL will not solve this. You'll still need to support and test different distribu…