/pineal

Graphic Synthesis Engine, for live coding performances

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Pineal

Graphic Synthesis Engine, for live coding performances.

screenshot

Disclaimer

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.

Usage

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.

License

This project is released under the terms of GNU AGPL, see LICENSE file for details