Icon

Handwriting Recognition

GM++

You must be logged in to obtain assets

Description

Translate user's hand-drawn glyphs into useable characters! Currently only supports 0-9 digits and single digit only. Drawing system is fully customizable, chalkboard demo to get you started.

Useage: Call

reference = recognition_create(x,y,size[,timeToDraw]);

Making sure you store the result to get the input at a later time. To check if the user has drawn a glyph:

if (recognition_has_input(reference)) {
    var number = recognition_get(reference); // contains the user's number now
    show_debug_message(number); 
}

There is an included demo object in the asset package to demonstrate.

NOTE: When using this extension you must import all objects, included files, backgrounds and fonts and shaders to work right off the bat.

Works on all platforms except for HTML5

DEMO https://drive.google.com/open?id=0B7C84bRlE1LLRWl2RTJPak1Hdlk

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS1 - Version 0.1.0. Published October 8, 2016

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait