With regards to the following "slide": :+1: EDIT: I use C89 for these reasons, as well as his poi…
Half an hour in. Yeah, pretty promising :) Off-topic: First time seeing Visual Studio used as Powe…
This is the same guy that created this He gave a talk on c and how he uses it, I think it will re…
The Handmade Dev Team appreciates your input. The feedback period is effectively closed to begin o…
On the topic of how to view while coding I used to use VLC with ~33% transparency and always on to…
Very Nice!! It's great to see some pictures!! Makes me want to be there!! Thanks =). I hope nothin…
Jesse —
My GL renderer is in its own DLL separate from the Platform layer (for hot reloading purposes, wh…
Dark theme has some issues regarding text to background contrast:
You use GLEW, GLAD, or something like that
Yeah, that is a good point - it could be that the VirtualAlloc call doesn't take much time but it'…
Or first write a 0 byte to the first address per allocated page in the arena and then time the cle…
I have my pictures on Google Photos:
Isn't the fact that when you create a brand new arena via VirtualAlloc the reason it was so slow? …
Hey everyone, HandmadeCon 2016 was a blast, and nearly as much exciting stuff happened outside of …
Hey there! We will be getting the videos posted once the high-quality ones can be posted. It migh…
Nick —
Did somebody grab the streams somehow? Do some speakers want their video to not be posted?[/quot…
Normally everything on is automatically saved for a week by Twitch as "Past broadcasts". Why has …
Twitch archiving of the feed? Was hoping to check it out this evening as I am stuck working this …
Question for Mr. Jon Blow So since the witness had been released I always be amazed on how the gam…
It should be available later on after some editing, on YouTube, like last year. In the meantime, t…
Jesse —
It's fixed now, but my real question is how on earth were any of those functions working without h…
Late reply, but hopefully still useful for anyone wanting this. Microsoft provides this: You can …
I believe if you are not using and you are doing your own declarations (or using glcorea…
Nick —
Hey guys, Im in the UK and would like to watch yesterday's handmade con. I have checked the twitch…
Brian —
For the Guild Wars updater (taking two files, finding the delta, compressing the delta and then a…
Jesse —
Basically easiest way to do is to call wglGetProcAddress first and then GetProcAddress if first o…
On Windows OpenGL 1.1 functions cannot be loaded with wglGetProcAddress. It will return NULL for t…
Jesse —
Yes, I create function prototypes for all gl functions using a macro. Most gl functions work prope…