Handmade Folks! Hoping September treats you well. If anyone lives near a hurricane zone, please ch…
is the episode where OpenGL is introduced. You can have the basics there (and in the following ep…
Matt —
How deep do I need to go into the series to do hardware acceleration for simple 2D games? I'm not…
I'm used to download videos with keepvid...But sometimes I also use this one for batch download:ht…
I'm making an HMN lesson teaching the concepts behind a basic face detection algorithm. I'd like t…
Neo Ar —
Updated the topic with the first 3 videos (Exercises 1-11). My response to Miblo's post is in the …
The link above only disable the "windows logo keys" (not the shortcuts, just the keys), so other s…
I am actually very sad if standard windows shortcuts don't work for application or game. I like to…
On the handmade hero streams we've seen cases where Casey brings up Milton, uses ctray's hotkey to…
Thanks for the suggestion mmozeiko. I'll check it out.
Thank you very much for the links! Disable windows shortcuts is really usefull! All the games usin…
Very nice! Here are few more I found:
Have a look at and . Which I think means that W+D is processed by the "desktop window" and so th…
That's quite a bunch of bugs :) These 3 lines below have same root cause - bug in the parsing of …
Wo0t! This is great news.
Welp, it's about time I stop cowering in fear and get some Lysa users. A few Patreon backers will …
:) That's cool. I'm just sitting and thinking what it could be used for... Anyways, here are bunch…
Oh, I didn't think that master would not compile. Ok, that clears things up a bit. I was using gcc…
It doesn't compile with MSVC for me. This does : struct b { a; }; struct b2 { struct a2; }; #inc…
This one doesn't compile :) Martins, this snippet code is from the dev branch, which is in non-co…
This is completely bananas... struct b { a; }; struct b2 { a2; }; #include int main() {…
There is more magical code that compiles for some reason I don't understand... typedef struct { A…
Wait a sec, by anonymous struct I always called this thing: Are you saying that code above is equ…
Welcome to C (not even the plus plus kind). Anonymous structs, its similar to anonymous unions (wh…
Hi! While debugging my handmade engine the shortcut win+D stop working. Other windows shortcuts li…
What kind of magic is this? List node_list; int block_id; int nesting_depth; AstBlock* encl_block…