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.
TM
Are there any public domain math libraries that one could use? Or at least have reasonable licence…
»
Casey Muratori
Yeah, two pages would be best I think - especially because I suspect that you'll eventually want t…
»
Abner Coimbre
This came from the we had on Twitter about whether the main feed excerpts blog posts or not (and…
»
Andreas
what exactly are you trying to solve? By which I mean, are you building a game currently? Are you…
»
Anssi Lappalainen
Until search is done, you can use google to search specific section of the site. Example forum sea…
»
Casey Muratori
As some folks on Twitter have been pointing out, the Handmade Hero page is still missing its "reso…
»
Casey Muratori
The original way the home feed worked was really usable - you could just go there, and at the top …
»
Casey Muratori
That is a likely possibility, but not 100% certain yet. It may be slightly different than you're…
»
Kyle Devir
This was my initial design. Now I'm looking for a simpler solution that is easier to implement an…
»
theinternetftw
Even though by definition the codebase is changing all the time, I think there's still cool stuff …
»
Jonathan Blow
My answer to this is, what exactly are you trying to solve? By which I mean, are you building a ga…
»
Andreas
This sentence confuse me. Why "addresses to array indexes" or do you simply mean that they are ju…
»
Andreas
So I have this data-oriented-ish entity-component system. The purpose of this is to be able to def…
»
Casey Muratori
Yes, this is correct (or at least was correct, the last time I built an iOS application). You ty…
»
Andreas
I work as a 3d-artist at a game studio. I'm a generalist at heart and like problem solving a lot. …
»
Carlos Gabriel Hasbun Comandari
I found it to be weird because FIFO is supposed to mean "first in, first out", yet immediately aft…
»
Andrew Osthoff
Have you thought about having a round table discussion with all of the speakers at the end of the …
»
Casey Muratori
I don't know if that is a reasonable explanation to OP's question though. Those are things that …
»
Casey Muratori
Thanks! Yes, we haven't really had a chance to go through all this stuff yet, so there's probably…
»
Felipe O. Carvalho
The way GLFW solves it is much simpler and robust. They write all the Objective-C in platform-spec…
»
ratchetfreak
·| What on earth does that mean?[/quote] It means that not all IO operations complete in the sam…
»
Marius Adaškevičius
I know that rewritten entity system code has not been properly debugged yet but I'll throw it out …
»
Jorge Sánchez
Join HandmadeNetwork (DONE)Interact with people (DONE) 😁Create a Project (TODO)Interact some mor…
»
Carlos Gabriel Hasbun Comandari
"Please note that while the packets are queued in FIFO order they may be dequeued in a different o…
»
Bogdan
.NET developer here. Been developing mainly in C# and WPF for the past three years. Used C++ and…
»
Bill Strong
Caveat, not an Objective C coder. From what I know, however, like C++, Objective C is a superset o…
»
Peter Bocan
exactly, and Apple is good in prohibiting things, but they could not leave C/C++ out because of la…
»
Casey Muratori
Objective C is what happens when you let Steve Jobs come back to run your company. Pre-OSX, the M…
»
Jim R. Didriksen
(If t/*)That would be UTF-8 multi-character support I can seconds it, I wants my ÆØÅ (and Ü Ä…
»
Kyle Devir
I've been experimenting with creating an entity system in pure C, and have run into a very annoyin…
»