Forum Discussion
2 Replies
- jackmw94Partner
- jackmw94Partner
I've published a system called GLYPH that recognizes hand drawn glyphs from simple drag motions. When players are in focus mode they can normally tap or drag, GLYPH expands this into a whole library of gestures that you create. You can define gestures for letters, shapes, spells and the system will pick them up on the fly.
Part of this system is a standalone creation tool that handles creating the gestures themselves, this saves a gesture file that's plugged into GLYPH in Horizon that reads whatever the player sketches in real time. It opens the door for games where drawing a symbol replaces traditional button presses, giving interactions a more tactile and expressive feel.
How to use:
https://youtu.be/UfekhFkEnJICreation tool:
https://github.com/jackmw94/HorizonWorlds-GLYPHGestureEncodingLet me know if you make anything cool with this or if you have any questions about how to use it!