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.
Allen Webster
@mmozeiko Yes that is the situation haha @robby That's actually more unusual. I am not sure why t…
»
Jeroen van Rijn
Looking like quite a nice and useful profile you've built in now. Btw, having watched the dev log …
»
James Fulop
Last week I overhauled the rotation tool so it would be actually usable. This meant writing a real…
»
James Fulop
Don't worry about how long it takes, two weeks seems reasonable to me, my first simple game took a…
»
robby
Hi, to add - maybe this is related: When using the build command, instead of showing the complete …
»
robby
Hi Allen, unfortunately, some of the "Fancy Editing in Code Files" don't work for me, because I ha…
»
Jeremiah Goerdt
Jeez, you work fast. That's a really cool feature.
»
»
Shazan
Hi,I have been following Handmade hero for a while and have started working on a pong clone as sta…
»
Alex Baines
Thanks for the great idea, Miblo. I've now implemented a preliminary version of this You can crea…
»
Jeroen van Rijn
I've let 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" b…
»
Simon Anciaux
I'm interested to know why you chose to go with Unity for prototyping ? My though is that since Un…
»
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 episode …
»
anaël seghezzi
Thank you. mmozeiko > I'm bound to CPU for now, but to keep in mind if I can manage the memory loa…
»
Oswald Hurlem
Shortly after reaching a benchmark with my , I realized two things. The first was that the develop…
»
robby
Hi Allen, when using word completion the words are only recognized right before the first non-asci…
»
Mārtiņš Možeiko
Or you don't create any struct variables/arrays at all:
»
Matt Mascarenhas
We occasionally take polls during streams - notably @'s - but that currently depends on someone tr…
»
Brian
[/quote] You can get the size creating an array of the struct, and subtracting the pointer positi…
»
david009
Yes i think storing directions is a better solution than working with pixels like hand writing rec…
»
Jack Mott
Congrats, now go make SIMD autovectorization happen more and better =)
»
Jack Mott
Excuse the interruption, but how DO you know the size of a struct without sizeof?
»
Jack Mott
also if you want a quick way to be able to compile code for different SIMD instruction sets, you c…
»
Jack Mott
That is happens to be 4x4x4 is pretty convenient. If you wanted to take advantage of AVX and/or AV…
»
robby
Thanks for the info! Then I will stay here to ask questions.
»
ratchetfreak
I believe some implementations store a pattern as a sequence of directions. You can add some locat…
»
Alex Baines
If you've been in the handmade network IRC, or a Twitch channel of someone related to the network,…
»
david009
Yeah, I'm looking into handwriting recognition stuff now. It's kind of in vein of those spell cast…
»