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 …
Jeez, you work fast. That's a really cool feature.
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…
Thanks for the great idea, Miblo.
I've now implemented a preliminary version of this here.
You c…
I've let Andrew know. Thanks for the report.
The first line of a comment on blog posts is wrapped because of (I guess) the "Quote Reply Edit" …
I'm interested to know why you chose to go with Unity for prototyping ?
My though is that since …
Thanks, that's a bug, I'll be sure to fix it.
Hello!
I have two weeks of backlogged videos so I'm going to be posting them now. In this episod…
Thank you.
mmozeiko > I'm bound to CPU for now, but to keep in mind if I can manage the memory…
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…
Or you don't create any struct variables/arrays at all:
1size_t sizeOfFoo = ((char*)((foo*)0 + 1)…
We occasionally take polls during streams - notably @jon's - but that currently depends on someon…
Brian —
MandleBro Excuse the interruption, but how DO you know the size of a struct without sizeof?
Yo…
Yes i think storing directions is a better solution than working with pixels like hand writing re…
e1211 hey, i wanted to let you all know that i got the job. and although Serge's recollections we…
Excuse the interruption, but how DO you know the size of a struct without sizeof?
also if you want a quick way to be able to compile code for different SIMD instruction sets, you …
That is happens to be 4x4x4 is pretty convenient. If you wanted to take advantage of AVX and/or A…
robby —
Thanks for the info! Then I will stay here to ask questions.
I believe some implementations store a pattern as a sequence of directions.
You can add some loc…
If you've been in the handmade network IRC, or a Twitch channel of someone related to the network…
Yeah, I'm looking into handwriting recognition stuff now.
It's kind of in vein of those spell cas…
Do you mean straight lines of freehand curved lines?
Surely hand writing recognition is a good se…
...or not as the case may be. I got to streaming a few times this month, but overall there isn't …
mmozeiko 1
2
3
4
5[ol]
[li]one[/li]
[li]two[/li]
[li]three[/li]
[/ol]
one
two
three
Thanks,…