I searched the forum but I couldn't find and answer. I don't have the source code so I can't check…
Connor —
Could you link your twitch account in the post?Connor
I made a parser to convert 4coder html documentation to a simple text file that you can open and s…
This blog post summarizes some ideas I've been kicking around in my head, partly inspired by Jonat…
Well, I don't really like the idea of having to learn external APIs and trying to get libraries to…
I'm wondering if using libclang (like vim YouCompleteMe or Emacs Irony do) could not be a good (ev…
There is a private github repo. How to gain access is explained in the sendowl link I believe. How…
rivten —
Hello everyone ! One feature that I would love to have while browsing the Handmade Hero code would…
Thanks :) It can be seen more clearly in a couple of small games I have here: (made with the old …
Neo Ar —
This project has been approved and is available at
Well, thank you very much for the kind words and for taking the time to post them! I hope the ser…
Handmade Community! we sprang to life as a result of being inspired by . Even though has been , …
Connor —
That effect looks really cool! I really like it. PS. That color-scheme is awful :DConnor
Connor —
I noticed this aswell but thought it better to not mention it.Connor
Jokes aside, thank you Allen for making such a fantastic editor. You're work has made my work mor…
Hahaha my heart stopped! Thanks for the support.
Great idea to have a WIP section! Here's mine: Pixie Game System is a (yet another?) C++ 2D game …
I'll break the ice with one of my own projects. I'm inventing the format for these posts right her…
Instead of archiving streams you could do and archive recaps of the work done, illustrating the co…
Andrew's reply is on point. To be expected from the guy who wrote the manifesto.
rivten —
Thanks for you reply. I had indeed in mind the "cost" of being an entity (CPU cycle to test agains…
That is called early-return. This is what 5umaleth suggests in his second code fragment in first …
I have been looking at Haskell as something new to learn. I think i'll give it a try.
Because if everything can be considered an entity, then it seems to me that the whole system weak…
Im not saying that this is any better, it's all dependent on personal preference, but lets not fo…
Doeke —
Maybe it was called different. But what I mean is checking the parameters in the top of a function…
rivten —
Hello everyone ! So I'm a little bit late to the party since I am at day 84. In this day, Casey is…
Definitely. There is functional programming as a mindset, functional programming as a first-class…