Grascii Editor turns Gregg Shorthand forms written in the Grascii language into images of Gregg outlines.
Note: Grascii Editor is under development in pre-alpha. Many stroke joinings have not yet been modeled. To try it early, it must be installed from source.
- Python 3.7+
- Clone the repository.
git clone https://github.com/grascii/editor.git
- Change working directory.
cd editor
Tip: Before following the next steps, it is recommended to create a new Python virtual environment for the application.
- Install the requirements.
pip install -r requirements.txt
- Build the path data.
python transform.py
- Start the application.
FLASK_APP=grascii_editor flask run
- Open http://localhost:5000 in a browser.
This project is under the MIT License.
Thanks to Wyess for the original shorthand editor from which this project is derived.