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.
the_calling
No linux support planned ? :(
»
Mārtiņš Možeiko
In current state it won't run. If you would put "#if MultisamplingDebug" / "#endif" around "unifor…
»
Shazan
No my driver doesn't have texture_multisample support. Does this mean handmade hero will not work …
»
x13pixels
Thanks much, Todd. Will do.
»
Mārtiņš Možeiko
Does your GPU and driver supports "GL_ARB_texture_multisample" extension? Can you try to put "#ext…
»
Todd
I am very happy to hear about this project. Throughout this journey, let me know if you ever need …
»
Shazan
FragmentsErrors shows this: ERROR: 2:5: 'GL_ARB_texture_multisample' : extension is disabled ERROR…
»
r2d2
Thanks, Mārtiņš! This looks like a good start. I'll give it a go and see if I can come up with …
»
Mārtiņš Možeiko
You need to use and API. First you would use to create in-memory image. And then draw to it usi…
»
r2d2
I've arrived at the fonts section: days 162 and so on. The intro with the STB library was fun, but…
»
Mārtiņš Možeiko
Check the error messages from shader compiler. That assert is there exactly for reason to stop in …
»
Shazan
I get an Assert(!"Shader validation failed") in the function OpenglCreateProgram. I know that my h…
»
Jeremiah Goerdt
Just a simple difference between what's in the program header and what the ELF header says. After…
»
Allen Webster
I missed the PIE solution after watching at least two whole streams of you working on it! What en…
»
Timothy Barnes
Ideas for a project change, sometimes substantially through the course of development. These are t…
»
wesley
Wow, such stupid over sights on my part! Thanks for catching my bugs people. This indeed fixed my …
»
Mārtiņš Možeiko
You need to change Region1SampleCount to Region2SampleCount in second for loop. I'm guessing that …
»
wesley
Thanks for the reply! Unfortunately this did not resolve my error. The error that I'm getting when…
»
Stahlherz
On line 39 of your Test Code your SampleOut is already initialized as a pointer, you only need to …
»
wesley
Just started these vids and I gotta say they're pretty . I'm running into issues in episode 8, whe…
»
Mārtiņš Možeiko
It's all in the videos :) a) use global variable b) use Queue argument for InitilizeSqlite functi…
»
Allen Webster
This video gives a quick guide on how to do this: The new files are available on Patreon:
»
Abner Coimbre
Hello folks, Let's discuss the latest work happening for Handmade. is a game exploring the con…
»
Jeroen van Rijn
Ah, right. Like Martins suggested, you could take a look at how Handmade Hero has set up its worke…
»
Shazan
Thank's for responding @Jeroen van Rijn, I'm not using sqlite's exec function and callbacks. The f…
»
Jeroen van Rijn
Well, I did send you an email a couple of days ago that you're not obligated to use sqlite3_exec a…
»
Abner Coimbre
I would love to hear how this all ends.
»
Shazan
Now there is a issue i have made a Callback like this , I wanted to get the pointer to the databa…
»
Shazan
Thanks, for the help. I tried creating a db file using it and it works. But how can i prevent mult…
»
Todd
Abner, I ended up making a "small tool" in C just the other day for work. Perhaps this was meant …
»