Guntha —
Hello, I've been thinking about your question, and I think in my case, I've never consciously netw…
I was able to get (something akin to) 'State' to crash in 0.2.7.0 and just recently posted a fix …
Thanks for investigating, George! I've updated to the latest version, and interestingly, now Remed…
Some additional fixes and enhancements, as RemedyBG 0.2.7.1, are now available for download on the…
I think you have got everything backwards Malloc takes the number of bytes you need allocated so b…
Looks interesting. After watching the video I have some notes, I don't know if you're interested i…
There's also a handy annotated source code repository if you have access to the Handmade Hero gith…
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…
I am an idiot. I was just forgotting to bind a framebuffer before actually drawing. Now it works f…
Hi everyone, I'd like to start rendering to slices of a texture array but it doesn't seems to exis…
Hello Everyone! It's been a long time since I've been active on this forum. I originally was creat…
You can also extend the array but that requires that there is something to extend into. In other w…
Heyo. I'll be posting some quick updates here. Not everything deserves a blog post. Currently I'm …
Thanks for the additional information Hayden. I tracked down a crash related to the "const unsigne…
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…
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 …
Hey again George, The two files thing is due to something weird going on with how I build files. I…
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!
Yes, intrinsics can be and are different for different vendor compilers. Or even between different…
Are you executing this .bat file from same drive as where your deps folder is? Try putting absolut…
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…
A new version of RemedyBG is now available for download with the following changes:Various windows…
Hayden, Thanks for the feedback. I appreciate it. It looks like from your screenshot you have two …