Great! Oh. How did it slip in there, that com? Thanks! [ and is this your first post? I'm humbled!…
Iván D —
It sounds really interesting. I will try to follow it! :D Also, I think that the first link is wro…
Don't worry about it so much. Assuming the game you are trying to make isn't Handmade Hero, your c…
The symptoms you describe sound like you are "stuck in the weeds." You are too far down in the det…
There's nothing wrong with copying bits of code. I had to profile something a few months ago and I…
Hi, I have been following Handmade Hero since the start and for some time now I have wanted to mak…
Hi there Handmade Heroes! ( or is it Handmaking Heroes? :dry: ) I'm here today to humbly announc…
I partially agree with that link: partially. Once upon a time, Alan Kay named the programming styl…
Are you actually compiling for 32 bit? I ask because I have been doing this. If so, then you shoul…
Thank you sir, that saved me a lot of time (and I'm sure frustration).
If you see value of BaseAddress as 0x00000000 that means you are compiling code as 32-bit. 32-bit …
So I've been working with the day 30 code for a few days now, but all of a sudden is setting to …
To be fair to AMD, I was still doing things wrong. After some clean up in the context creation, GL…
warning C4244: 'argument' : conversion from 'uint64' to 'size_t', possible loss of data ature for …
I have been working to try to get this resolved for about six months now, but unfortunately it has…
For OpenGL, you can subclass NSOpenGLView and use CVDisplayLink to synchronize to the display. Thi…
Ale —
Hello people, I have not followed handmade for a couple of months but I return. Does anyone knows …
Without OpenGL you can use CGImage to draw to screen. This is how you do it: You need to allocate…
in opengl, creating a texture and using glTexSubImage2d() to update the texture data from the host…
Adam —
Those links are incredibly helpful, thank you! :) I think I follow most of what's going on, but ho…
This is exactly the information I needed, thank you btaylor2401. For some reason I never thought o…
Yes. Indeed, are specified in terms of Yes.
I kid. Make a new post and I'll gladly update the list. Martin Cohen did that at one point too. Pr…
Sorry to do this to you Abner, but I'd like to edit my Handmade project. It has evolved into somet…
Done. List now has all the handmade projects I'm aware of. Some statistics: Ongoing projects: 13 C…
And thanks again ! I messed up the profile bit mask when creating the context and so I was always …
OpenGL 3.0 introduced deprecation notion. It said that not using VAO is deprecated feature. But it…
Something seems "fishy" here. I checked the VS 2015 Community version on another machine. That mac…