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