gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS Misc > GestureDS

#58432 - funkaster - Sun Oct 23, 2005 3:56 pm

Hi all,
this is my first NDS program, and it's just a "preview" of a handwriting recognition library I'm writing (using something like grafitti), it was only a few hours of programming, but I hope you like it: it's a library to recognize gestures done with the stylus, for now, only absolutes directions (UP, DOWN, LEFT, RIGHT), but adding others is easy... The code will be up soon, just have to clean it a bit.
Anyway, you can download the library demo here:
http://rolando.cl/nds/GestureDS.nds
http://rolando.cl/nds/GestureDS.ds.gba

#58433 - tepples - Sun Oct 23, 2005 3:59 pm

Is it general enough to eventually recognize all Latin characters for a system similar to Palm's Graffiti?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#58435 - funkaster - Sun Oct 23, 2005 4:09 pm

tepples wrote:
Is it general enough to eventually recognize all Latin characters for a system similar to Palm's Graffiti?


I think so, I'm storing gestures as a list of directions, and you can check for linked gestures, that would give you enough flexibility...