First of all, fantastic work! Its generally pretty intuitive to use, it feels much more responsive…
I haven't quite done any profiling, but my suspicion is yes, this kind of style can be very fast. …
That works just fine, I certainly haven't thought about a case where there's more assets than wou…
Actually no, which is a bug. This is because internally the quicksort is unstable. I'll have to mo…
Does spritebatch_push draw the sprites in the same order that they are pushed in?
Thanks for sharing. Sounds like that strategy might work pretty well for certain games. Did you tr…
Hi everyone, as of today, my little/big project called "" - joins the handmade.network community …
For basic 2D stuff, I do kinda similar things, a basic atlas packer which repacks on each game sta…
Thankfully there is a docker image for resilio so not yet another app to install... Works well, t…
As promised, here is a reasonably straightforward sincos implementation that will just work. The h…
There are no strong objections other than the fact that in "version 0" I'm trying to focus on pari…
Newest addition is tinytiled.h. talking about the lib. The idea of the lib is to implement the mi…
Hello Chen! I had this same feeling when trying to get my first industry job about ~2 years ago. T…
Thanks for the comment mmozeiko, that sounds a lot easier for windows.
It's now a little over one year since the first commit on Geometer. The process has taught me a lo…
@mmozeiko Awesome, that fixed it. I'll definitely be using your code reference. Thank you so much …
@boagz57 The error is that you are creating OpenGL context (wglCreateContext) before setting pixel…
[/quote] There are a few stuff which is missing:You didnt specify any depth bits in the pixel fo…
Frankly, JAI is probably the most important software project happening right now. Which - I beli…
Hello everyone! I am happy that Wemi build system has been accepted to be here, with other great p…
...and now you know just how quiet I'm not.
Cause you mentioned typedefs in todays stream briefly I would like to ask another "feature" questi…
One thing to consider is that C-style for loops are very useful for linked lists and other similar…
So I'm trying to start a separate application which will run on windows 10. I'm not very far into …
Right now i am working on a webpage which will be used to host the full api documentation and a a…
It's much more natural to be able to do int_buf_push(&buf, i); than int_buf_push(&buf, &i); and t…
For others who were having issues, check out today's videos (Day 10) and let me know if the audio …