Skip to content

grascii/editor

Repository files navigation

Grascii Editor

Grascii Editor turns Gregg Shorthand forms written in the Grascii language into images of Gregg outlines.

Getting Started

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.

Prerequisites

  • Python 3.7+

Steps

  1. Clone the repository.
git clone https://github.com/grascii/editor.git
  1. Change working directory.
cd editor

Tip: Before following the next steps, it is recommended to create a new Python virtual environment for the application.

  1. Install the requirements.
pip install -r requirements.txt
  1. Build the path data.
python transform.py
  1. Start the application.
FLASK_APP=grascii_editor flask run
  1. Open http://localhost:5000 in a browser.

License

This project is under the MIT License.

Acknowledgements

Thanks to Wyess for the original shorthand editor from which this project is derived.