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
With regards to the following "slide": :+1: EDIT: I use C89 for these reasons, as well as his poi…
»
lclhstr
Half an hour in. Yeah, pretty promising :) Off-topic: First time seeing Visual Studio used as Powe…
»
Steve Olsen
This is the same guy that created this He gave a talk on c and how he uses it, I think it will re…
»
Abner Coimbre
The Handmade Dev Team appreciates your input. The feedback period is effectively closed to begin o…
»
»
Mattias Pettersson
On the topic of how to view while coding I used to use VLC with ~33% transparency and always on to…
»
N Setobol
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…
»
Tomasz Różański
Dark theme has some issues regarding text to background contrast:
»
strangezak
You use GLEW, GLAD, or something like that
»
Casey Muratori
Yeah, that is a good point - it could be that the VirtualAlloc call doesn't take much time but it'…
»
ratchetfreak
Or first write a 0 byte to the first address per allocated page in the arena and then time the cle…
»
»
jeringa
Isn't the fact that when you create a brand new arena via VirtualAlloc the reason it was so slow? …
»
Andrew Chronister
Hey everyone, HandmadeCon 2016 was a blast, and nearly as much exciting stuff happened outside of …
»
Casey Muratori
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…
»
christianh
Normally everything on is automatically saved for a week by Twitch as "Past broadcasts". Why has …
»
Stewart Henderson
Twitch archiving of the feed? Was hoping to check it out this evening as I am stuck working this …
»
Alberto Vaudagna
Question for Mr. Jon Blow So since the witness had been released I always be amazed on how the gam…
»
Abner Coimbre
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…
»
lclhstr
Late reply, but hopefully still useful for anyone wanting this. Microsoft provides this: You can …
»
Simon Anciaux
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…
»
Mārtiņš Možeiko
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…
»