Graphic Synthesis Engine, for live coding performances.
This project is under an heavy rewriting/refactoring, thigs are changing frequently, if you want to try it anyway (it is more or less working and tested) read the following section.
Install dependencies with:
pip install -r requirements.txt
and run:
./test_sketch.py
then open test_sketch.py
with your favorite editor and start messing with it.
Don't worry about breaking something, if make some error it will be displayed in the console and the execution should go ahead like nothing happened.
The drawing primitives are still half-written and undocumented, it's up to you discover how it works.
This project is released under the terms of GNU AGPL, see LICENSE file for details