Forum Discussion

2 Replies

  • 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/UfekhFkEnJI

    Creation tool:
    https://github.com/jackmw94/HorizonWorlds-GLYPHGestureEncoding 

    Let me know if you make anything cool with this or if you have any questions about how to use it!