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.
Abner Coimbre
Handmade Folks! Hoping September treats you well. If anyone lives near a hurricane zone, please ch…
»
»
Simon Anciaux
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…
»
Patsy Hambright
I'm used to download videos with keepvid...But sometimes I also use this one for batch download:ht…
»
Demetri Spanos
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 …
»
Simon Anciaux
The link above only disable the "windows logo keys" (not the shortcuts, just the keys), so other s…
»
»
Mārtiņš Možeiko
I am actually very sad if standard windows shortcuts don't work for application or game. I like to…
»
x13pixels
On the handmade hero streams we've seen cases where Casey brings up Milton, uses ctray's hotkey to…
»
x13pixels
Thanks for the suggestion mmozeiko. I'll check it out.
»
Israel Fernández Angullo
Thank you very much for the links! Disable windows shortcuts is really usefull! All the games usin…
»
Mārtiņš Možeiko
Very nice! Here are few more I found:
»
Simon Anciaux
Have a look at and . Which I think means that W+D is processed by the "desktop window" and so th…
»
Dumitru Frunza
That's quite a bunch of bugs :) These 3 lines below have same root cause - bug in the parsing of …
»
Jeroen van Rijn
Wo0t! This is great news.
»
David Butler
Nice! :)
»
Jeremiah Goerdt
Welp, it's about time I stop cowering in fear and get some Lysa users. A few Patreon backers will …
»
Mārtiņš Možeiko
:) That's cool. I'm just sitting and thinking what it could be used for... Anyways, here are bunch…
»
»
Mārtiņš Možeiko
Oh, I didn't think that master would not compile. Ok, that clears things up a bit. I was using gcc…
»
Dumitru Frunza
It doesn't compile with MSVC for me. This does : struct b { a; }; struct b2 { struct a2; }; #inc…
»
Dumitru Frunza
This one doesn't compile :) Martins, this snippet code is from the dev branch, which is in non-co…
»
Mārtiņš Možeiko
This is completely bananas... struct b { a; }; struct b2 { a2; }; #include int main() {…
»
Mārtiņš Možeiko
There is more magical code that compiles for some reason I don't understand... typedef struct { A…
»
Mārtiņš Možeiko
Wait a sec, by anonymous struct I always called this thing: Are you saying that code above is equ…
»
pragmatic_hero
Welcome to C (not even the plus plus kind). Anonymous structs, its similar to anonymous unions (wh…
»
Israel Fernández Angullo
Hi! While debugging my handmade engine the shortcut win+D stop working. Other windows shortcuts li…
»
Mārtiņš Možeiko
What kind of magic is this? List node_list; int block_id; int nesting_depth; AstBlock* encl_block…
»