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.
Ryan Fleury
This sounds amazing. I think my experience has generally been that in-person community interaction…
»
Ben Visness
Hey everyone! The library promised in is now live. There are over 50 resources to kick things of…
»
Ben Visness
The library is now live: You can post any feedback or issues you find here! There are a couple kn…
»
Seth Archambault
Currently having some more thoughts on this on the discord Handmade Network Meetup Channel:
»
Seth Archambault
It's been a few months since I was at Handmade Seattle - and a couple of realizations are starting…
»
machinamentum
You can read the blog post here:
»
Terrence
Super exciting stuff, great projects all around!
»
Jason
Ya, I suppose for this certain scenario there shouldn't be too much issue with just placing the C…
»
Pascal Beyer
I would agree, that it gives you more visibility, but the only flexibility I can think of, is that…
»
Mārtiņš Možeiko
In this example if you are using C++ class constructor, then I don't see why CleanUpAnimation coul…
»
Jason
So after watching Jon Blow's programming language video from 2014 again as well as an refuting a …
»
Guntha
Another bug related to code blocks, this time in the "View all posts on HMN" page: In the actual …
»
Simon Anciaux
Thanks to you both. Here is what I ended up with: DWORD thread_main( void* thread_data ) { } uint…
»
ratchetfreak
with an atomic variable you can do then the main thread is only woken once.
»
Mārtiņš Možeiko
Alternative would be to use extension (in core since v3.3): This code will make GLSL to produce …
»
Mārtiņš Možeiko
WaitForMultipleObjects will have limitation on how many to wait, 64 if I remember correctly. One o…
»
Simon Anciaux
I have a thread queue similar to what Casey does in Handmade hero and I would like to be able to p…
»
Simon Anciaux
I haven't look precisely but you're sending a texture with only the red channel to the GPU. So whe…
»
Oliver Marsh
It's me again 😝 Probably can't add anymore but there's nothing wrong with learning unity, and a…
»
William
Row always points to the start of the row, which is done by advancing it by the Pitch each time. P…
»
chelges1
Hello, I am a novice programmer with some experience in Java and C. A few months ago, I discovered…
»
C_Worm
Hey! I managed to render a quad with all the glyphs from a font using stb_truetype. However the co…
»
rifkik
The course is mainly 2D stuff, I've done some from scratch 2D game programming before so it might …
»
Oliver Marsh
Yea, Im not sure if I can add much, but working in unity the biggest thing I found was motivation,…
»
ratchetfreak
Just to be sure, how do you read/write without seeking on linux ? you use mmap ?[/quote] you can …
»
albatros
Just to be sure, how do you read/write without seeking on linux ? you use mmap ?
»
rifkik
I want to learn how to make games, and how to approach things with a sane mindset.
»
x13pixels
REDLINE, Any chance you could send me the offending PDB file that you are having trouble with? I'l…
»
Oliver Marsh
I used unity a bit last year. I think the best part of it is learning alot of game engine concepts…
»
Simon Anciaux
My advice would be to not make every thing a game object with a monobehavior derived class. When I…
»