Can you send me the command line (compile and link) you use to build your executable? You can gra…
I started watching handmade hero 4 years ago. I think I've learned more watching handmade hero st…
x13pixelsGunnGames
Well I'm not sure what else to try at this point. It deff does not show any of…
tedbendixson
I too have witnessed the intrusion of Javascript and Web into the mobile landscape, …
I think it is important that we make use of proper nomenclature and utilize the word "Guild" so t…
Hello there,
From what i gathered on the discord, seems there is will to make another meetup in …
Ben —
Over the last few weeks I've been working on a variety of different aspects of Nirion. Probably t…
I agree with Abner. I think it is important to let these things develop organically to what they …
GunnGames
Well I'm not sure what else to try at this point. It deff does not show any of the code…
Hey! I remember you from Handmade Con in Seattle this year.
Your story is almost a carbon copy o…
RecyrillicWhat you are doing _should_ work, that's why I was asking you to make sure that the sym…
What you are doing _should_ work, that's why I was asking you to make sure that the symbols (i.e …
RecyrillicWhat happens if you step into the application with F10? If it does not load a source fi…
What happens if you step into the application with F10? If it does not load a source file, It pro…
Coming from someone who's used VS (and it's debugger), I'm struggling a bit with getting this to …
I’ve had similar thoughts to this recently! It was awesome to meet and talk about handmade topics…
I think Handmade could end up having a tradition of spawning independent entities until most need…
Thanks for your feedback. We just added a list of new additions to the library home page, so you …
Ah, okay. It looks like the problem is the top-left pixel fill convention that at least the firs…
Hi and welcome.
I don't know about that topic but I was interested so I did a little search abou…
Hi everyone,
I'd first like to take the occasion of my first post to express my gratitude toward…
I ended up doing 2 of those 3 things (1 & 3) before I read your message, and now I've just fi…
abnercoimbreHopefully the other cities got in touch with you too (or you with them?).
Just reac…
Very nice! Next steps:
1) remove glClear(GL_COLOR_BUFFER_BIT), because you are drawing fullscree…
Oh, I see - you were using only one context. There is not sharing. You were binding one context i…
Hello Everyone, I am new in this community and I am looking to entry level data science certifica…
Thanks for the repro case jack. I will make sure this is addressed in the upcoming release.
Oh, I see - you were using only one context. There is not sharing. You were binding one context i…
If you were not explicitly sharing GL context's, then other GL context does not know anything ab…
boagz57Meaning the main goal of trying to manage memory is to limit the need for manually deletin…