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.
Mārtiņš Možeiko
gcc and clang has a nice "-Og" optimization option. It enables optimizations that are "safe" for …
»
Oliver Marsh
Thanks for that, i've got it working. I thought there must have been an easier way. I read TOP! …
»
Martin Fouilleul
Oh and you may want to compile with -O0 because otherwise some breakpoints may be ignored and som…
»
Martin Fouilleul
Create an empty project in Xcode, Then right click in the project navigator to the left and cho…
»
Oliver Marsh
It would be cool to see the RTS game and how you approach development. I guess choose what would …
»
Ryan Fleury
Hello, everyone! Sorry for the late post... I got caught up in the holidays. I recently uploaded…
»
Abner Coimbre
Projects come and go on the network, some stay and are successful (sometimes financially, see 4co…
»
Abner Coimbre
With the new wiki out, you've given me another idea on what to have as early content. Mainly, art…
»
Oliver Marsh
Hi there, I am doing a mac platform layer for a game using the SDL library, and compiling from …
»
pragmatic_hero
NelsonMandella Wanting to do what you enjoy the most, and what you're most qualified to do, absol…
»
pragmatic_hero
I believe there's value in showing that making a complete game without an engine can be simple an…
»
NelsonMandella
Wanting to do what you enjoy the most, and what you're most qualified to do, absolutely makes sen…
»
hazmat_suitor
It would be interesting to see an explanation of C++ language features in terms of how the equiva…
»
Raytio
More text based breakdowns of the game engine programming techniques covered in Handmade.
»
Raytio
Thank you Casey as a potential engine programmer we all appreciate what you are doing. More engi…
»
Abner Coimbre
Handmade Folks, The early Handmade Wiki is out. This is an exciting year because we have almost …
»
Andrew Chronister
One part of this request has been resolved with today's update- you can set your project's backgr…
»
Andrew Chronister
An up-to-date version of this article is available on the forums here: https://hero.handmade.netw…
»
Andrew Chronister
Recently I've been looking at a way to handle keyboard input independently of the keyboard layout…
»
Andrew Chronister
This article is focused on just reading a basic PNG, i.e: single channel (8 bit) image, basically…
»
Andrew Chronister
Starting out In the beginning there was glVertex. The model was simple; for every vertex the clie…
»
Andrew Chronister
Wiki Content We are currently in new territory with the wiki. There could be various splits in h…
»
Andrew Chronister
Welcome to the Handmade Network (HMN) wiki, the free, handmade encyclopedia that anyone can edit!…
»
Casey Muratori
pragmatic_hero And therin lies the main criticism of the direction HMH unfortunately has taken: …
»
Mikael Johansson
;) Yes, I am hired as a full time developer now, so this new project will replace the current Gly…
»
Elvenskin
I wonder if I'll have enough time to watch every live stream. But I definitely would watch archiv…
»
Mikael Johansson
Thank you for the reply. Is that a stream you would follow?
»
Elvenskin
I would personally prefer RTS and C/C-style C++. I think Hanmade community already has enough peo…
»
Kapsy
Happy Holidays! Looking forward to your next stream - keep up the good work!
»
Jeremiah Goerdt
After the dear imgui experiment, I moved on to Qt. It seems like the best option out there for mu…
»