I've let know. Thanks for the report.
The first line of a comment on blog posts is wrapped because of (I guess) the "Quote Reply Edit" b…
I'm interested to know why you chose to go with Unity for prototyping ? My though is that since Un…
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 episode …
Thank you. mmozeiko > I'm bound to CPU for now, but to keep in mind if I can manage the memory loa…
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…
Or you don't create any struct variables/arrays at all:
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…
Yes i think storing directions is a better solution than working with pixels like hand writing rec…
Congrats, now go make SIMD autovectorization happen more and better =)
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 c…
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.
I believe some implementations store a pattern as a sequence of directions. You can add some locat…
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 cast…
Do you mean straight lines of freehand curved lines? Surely is a good set of keywords.
...or not as the case may be. I got to streaming a few times this month, but overall there isn't m…
[/quote] Thanks, this should be fixed once the CSS reloads / caches get cleared. This used to wor…
Mattie —
Might be good to do some research on handwriting recognition.
The forums is pretty much the only place for such searches but the issue with
robby —
Ok, good to know that it works as intended at the moment :) This all probably already came up some…
Size tags have intentionally been disabled. I'll remove them from the editor to clarify that. They…
How should a line pattern recognition work? I'm making a game prototype in which you can draw free…