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 …
»
lclhstr
Half an hour in. Yeah, pretty promising :) Off-topic: First time seeing Visual Studio used as Pow…
»
Steve Olsen
This is the same guy that created this https://handmade.network/forums/t/1662 He gave a talk on …
»
Abner Coimbre
The Handmade Dev Team appreciates your input. The feedback period is effectively closed to begin …
»
»
Mattias Pettersson
On the topic of how to view while coding I used to use VLC with ~33% transparency and always on t…
»
N Setobol
Very Nice!! It's great to see some pictures!! Makes me want to be there!! Thanks =). I hope nothi…
»
Jesse
strangezak You use GLEW, GLAD, or something like that My GL renderer is in its own DLL separate …
»
Tomasz Różański
Dark theme has some issues regarding text to background contrast: http://wave.webaim.org/report#/…
»
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 cl…
»
Mārtiņš Možeiko
I have my pictures on Google Photos: https://goo.gl/photos/TkBdSQeDAPgWGAec8
»
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 o…
»
Casey Muratori
Hey there! We will be getting the videos posted once the high-quality ones can be posted. It mi…
»
»
Nick
bowlofstew Twitch archiving of the feed? Was hoping to check it out this evening as I am stuck w…
»
christianh
Normally everything on https://www.twitch.tv/handmade_hero is automatically saved for a week by T…
»
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 ga…
»
Abner Coimbre
It should be available later on after some editing, on YouTube, like last year. In the meantime, …
»
Jesse
It's fixed now, but my real question is how on earth were any of those functions working without …
»
lclhstr
Late reply, but hopefully still useful for anyone wanting this. Microsoft provides this: https:/…
»
Simon Anciaux
I believe if you are not using <GL/gl.h> and you are doing your own declarations (or using …
»
Nick
Hey guys, Im in the UK and would like to watch yesterday's handmade con. I have checked the twi…
»
Brian
Questions for Pat: For the Guild Wars updater (taking two files, finding the delta, compressing …
»
Jesse
mmozeiko On Windows OpenGL 1.1 functions cannot be loaded with wglGetProcAddress. It will return …
»
Mārtiņš Možeiko
On Windows OpenGL 1.1 functions cannot be loaded with wglGetProcAddress. It will return NULL for …
»
Jesse
Yes, I create function prototypes for all gl functions using a macro. Most gl functions work prop…
»