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.
Handmade Network»Feed
Jeremiah Goerdt
Great demo! What's on the list to do before this thing is shippable?
»
Finalspace
Insane Update on X11/Linux Branch I changed the entire FPL codebase to C99 in the x11linux branc…
»
Nikita Smith
Hello folks! I am not sure if this is the right place to do this thing but here it goes. Some t…
»
Finalspace
mmozeiko Finalspace The only library which works is "libGL.so.1". Are you sure? Can you show outp…
»
Per Vognsen
Yeah, the token class approach is what I was originally planning, and maybe when I start optimizi…
»
HawYeah
pragmatic_hero I played around with it a bit, and my asm is a bit rusty, but the difference is ro…
»
HawYeah
Hey guys, I spent the last couple of days trying to iron out how to build my game for android and…
»
Mārtiņš Možeiko
If this is intended to be put in header file (single-file-lib) which user includes in their code,…
»
Simon Anciaux
Thanks. I'm having another issue. This code is in a header that can be included in a .c or .cpp f…
»
Mārtiņš Možeiko
Finalspace The only library which works is "libGL.so.1". Are you sure? Can you show output of "ls…
»
spx
This is an intermediate build and requires Linux kernel 3.2 or later. Porting continues to progre…
»
Christopher Dyken
Thanks for the recommendation! Personally, I look at this as a nice opportunity to get a bit of …
»
Anikki
Qualifier-focused looks "ugly" when it is combined with control statements: 1 2for var x = 0; x …
»
Anikki
I think, the single tokens' token kind value being their ASCII character value idea, could've bee…
»
Finalspace
Short update Good news people, i am switching to C99. I got sick of all the namespace typing non…
»
Oliver Marsh
Your video helped me a lot, also the reference http://www.dyn4j.org/2010/05/epa-expanding-polytop…
»
BlahBlah
mmozeiko Yes, there is. What is it? Is the method described by the stack overflow question correc…
»
Mārtiņš Možeiko
Yes, there is. But that works only for windowed application and if compositor is enabled (meaning…
»
Todd
Do any of you folks who spend most of your time writing code in C or C++ specifically address sec…
»
BlahBlah
Is there a guaranteed way to wait for the vblank interval on windows? I was watching stream 241 a…
»
Alphapork
I think it's up to you how you want to do it. I did it as a look ahead because i wanted to get fa…
»
Justin Liew
Hi all! I totally missed the homework part for day 2 as I only watched the stream and didn't che…
»
Mārtiņš Možeiko
Yea, you need to define them yourself. Sometimes Microsoft gives static library with IID/CLSID va…
»
Simon Anciaux
I'm trying to compile a function that uses COM (for WASAPI) as a .c file and got some problems (i…
»
Finalspace
I finally found the issue. I was loading the wrong opengl driver! - libGLX.so is wrong on my mac…
»
Mārtiņš Možeiko
Right. That could be an issue. NVidia has super hacky OpenGL implementation on Linux. That's why …
»
Finalspace
Oh i may have found the issue. One or more function prototypes for X11/GLX seems to be wrong (I l…
»
Finalspace
mmozeiko That's glxinfo. For nvidia driver info try "nvidia-smi". You nave name of display ":1" ?…
»
Mārtiņš Možeiko
That's glxinfo. For nvidia driver info try "nvidia-smi". You nave name of display ":1" ? What hap…
»
Finalspace
I removed the caching of the XVisualInfo and release the visual info immediatly after it was used…
»