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.
Anthony Smith
Mr4thDimention Yeah I want to build out the code flowing stuff some more, the current version sti…
»
Timothy Wright
This seems like a really good idea. Posting some code for a simple pong clone. I've seen engine…
»
@Mattias_G
So, this weeks single-header library is a smaller one: a few variations of pseudo random number g…
»
Shazan
Oops sorry.. I didn't notice that and thanks for your interest. The repo is updated with what you…
»
Allen Webster
Yeah I want to build out the code flowing stuff some more, the current version still has some rou…
»
Anthony Smith
Mr4thDimention There is no such setting if you are talking about the virtual whitespace system, b…
»
Allen Webster
There is no such setting if you are talking about the virtual whitespace system, but I have been …
»
Anthony Smith
Is there a way to customize the tab or autoindent sizing or are settings for that in the works?
»
Mārtiņš Možeiko
What kind of german keyboard layout is that? I cannot get my Win10 to have such layout when I ins…
»
James Fulop
Thanks for watching Jereon, I'll try to address that.
»
Allen Webster
There is no solution right now, and I am actually not sure what to do about this. Any suggestions?
»
Allen Webster
@mmozeiko Yes that is the situation haha @robby That's actually more unusual. I am not sure why…
»
Jeroen van Rijn
Looking like quite a nice and useful profile you've built in now. Btw, having watched the dev lo…
»
James Fulop
Last week I overhauled the rotation tool so it would be actually usable. This meant writing a rea…
»
James Fulop
Don't worry about how long it takes, two weeks seems reasonable to me, my first simple game took …
»
robby
Hi, to add - maybe this is related: When using the build command, instead of showing the complet…
»
robby
Hi Allen, unfortunately, some of the "Fancy Editing in Code Files" don't work for me, because I …
»
Jeremiah Goerdt
Jeez, you work fast. That's a really cool feature.
»
Mārtiņš Možeiko
1 2 3 4bool isLetter(char c) { return c >= 'a' && c <= 'z' || c >= 'A' &…
»
Shazan
Hi,I have been following Handmade hero for a while and have started working on a pong clone as s…
»
Alex Baines
Thanks for the great idea, Miblo. I've now implemented a preliminary version of this here. You c…
»
Jeroen van Rijn
I've let Andrew know. Thanks for the report.
»
Simon Anciaux
The first line of a comment on blog posts is wrapped because of (I guess) the "Quote Reply Edit" …
»
Simon Anciaux
I'm interested to know why you chose to go with Unity for prototyping ? My though is that since …
»
Allen Webster
Thanks, that's a bug, I'll be sure to fix it.
»
James Fulop
Hello! I have two weeks of backlogged videos so I'm going to be posting them now. In this episod…
»
anaël seghezzi
Thank you. mmozeiko > I'm bound to CPU for now, but to keep in mind if I can manage the memory…
»
Oswald Hurlem
Shortly after reaching a benchmark with my light propagation system, I realized two things. The f…
»
robby
Hi Allen, when using word completion the words are only recognized right before the first non-as…
»
Mārtiņš Možeiko
Or you don't create any struct variables/arrays at all: 1size_t sizeOfFoo = ((char*)((foo*)0 + 1)…
»