https://github.com/texnoforge/woptrainer
Words of Power Trainer
https://github.com/texnoforge/woptrainer
Last synced: 11 months ago
JSON representation
Words of Power Trainer
- Host: GitHub
- URL: https://github.com/texnoforge/woptrainer
- Owner: texnoforge
- License: mit
- Created: 2024-02-28T23:44:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T22:15:03.000Z (over 2 years ago)
- Last Synced: 2025-01-25T13:41:45.559Z (over 1 year ago)
- Language: GDScript
- Size: 473 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Words of Power Trainer
This is a **Godot 3** app to help with gathering training data for
[TexnoMagic](https://texnoforge.github.io/texnomagic/) alphabets, currently
focused on [TexnoLatin](https://github.com/texnoforge/texnolatin) reference alphabet
as a part of [Words of Power](https://texnoforge.dev/words-of-power/) project.
User is tasked with drawing a specific symbol using mouse (or any other
pointing/touch device) and pressing **GOOD** or **BAD** button to submit the
drawing to a [wopvault](https://github.com/texnoforge/wopvault) server for
further processing.
Only drawing data are anonymously sent to the server as a series of points
using HTTP request, nothing else.
The app can be exported into HTML5 for maximum ease of use from any browser.
Godot 3 is used for its wider browser support until Godot 4 gets
single-threaded HTML exports back (expected in 4.3).
You can use this directly from your browser:
[train.texnoforge.dev](https://train.texnoforge.dev/)