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.
Guntha
Hello, I've been thinking about your question, and I think in my case, I've never consciously netw…
»
x13pixels
I was able to get (something akin to) 'State' to crash in 0.2.7.0 and just recently posted a fix …
»
Hayden Davenport
Thanks for investigating, George! I've updated to the latest version, and interestingly, now Remed…
»
x13pixels
Some additional fixes and enhancements, as RemedyBG 0.2.7.1, are now available for download on the…
»
John Cleary
I think you have got everything backwards Malloc takes the number of bytes you need allocated so b…
»
Simon Anciaux
Looks interesting. After watching the video I have some notes, I don't know if you're interested i…
»
Asaf Gartner
There's also a handy annotated source code repository if you have access to the Handmade Hero gith…
»
Mārtiņš Možeiko
He is loading only functions he is using. Initial GL code was added at day 235. In later days few …
»
C_Worm
when does casey show how to load OpenGL function pointers? and does he load all functions he needs…
»
erpeo93
I am an idiot. I was just forgotting to bind a framebuffer before actually drawing. Now it works f…
»
erpeo93
Hi everyone, I'd like to start rendering to slices of a texture array but it doesn't seems to exis…
»
Taylor Robbins
Hello Everyone! It's been a long time since I've been active on this forum. I originally was creat…
»
ratchetfreak
You can also extend the array but that requires that there is something to extend into. In other w…
»
Stas Lisetsky
Heyo. I'll be posting some quick updates here. Not everything deserves a blog post. Currently I'm …
»
x13pixels
Thanks for the additional information Hayden. I tracked down a crash related to the "const unsigne…
»
Robert Herman
I have the same problem as original poster with boxes. I am running a new Windows 10 machine with …
»
joe513
I just now tried out 0.8.43, very nice! Looks like all of the changes to the UI have made a differ…
»
Marc Costa
If you don't know the upper bound of your array, you have mainly 2 options: Resize & Copy: when yo…
»
execi
Hello, First of all, being fairly new to watching handmade hero, I have been trying to do my best …
»
C_Worm
Allright big Thanks !!
»
Hayden Davenport
Hey again George, The two files thing is due to something weird going on with how I build files. I…
»
Marc Costa
GLFW creates windows, handles input, manages multiple monitors, initializes different OpenGL imple…
»
C_Worm
If i know enough about the win32 api to create myself a window and getting a valid HWND, Is it eno…
»
C_Worm
Thanks, it was just executing from the wrong directory. Now it works!
»
Mārtiņš Možeiko
Yes, intrinsics can be and are different for different vendor compilers. Or even between different…
»
Mārtiņš Možeiko
Are you executing this .bat file from same drive as where your deps folder is? Try putting absolut…
»
Karan Joisher
Are the intrinsics agreed upon by all x86 and x86-64 vendors, or is there a possibility that each …
»
C_Worm
hi! cl /I \deps\include\GLFW -nologo -Zi -GR- -Oi -EHsc -MD ..\GL_002.cpp kernel32.lib user32.lib…
»
x13pixels
A new version of RemedyBG is now available for download with the following changes:Various windows…
»
x13pixels
Hayden, Thanks for the feedback. I appreciate it. It looks like from your screenshot you have two …
»