A Python 3 cross platform OpenGL 3.3+ core framework based on ModernGL
Originally made for for non-interactive real time graphics combined with music ("real time music videos", see demoscene) but can of course be used almost any purpose.
Made for people who enjoy playing around with modern OpenGL without spending lots of time creating all the tooling to get things up and running. Using ModernGL also makes working with OpenGL a breeze accomplishing a lot with very few lines of code.
A high priority for this project is also to help improving ModernGL.
Creating a project with a spinning cube can be done in less than a minute.
pip install demosys-py
demosys-admin createproject myproject
demosys-admin createeffect myproject/cube
Now run the effect
python manage.py runeffect myproject.cube
In order to use the framework it's an advantage to know the following:
If you are missing any of these requirements the framework can definitely be used to learn. 0 lines of code are needed to generate a project with a spinning cube and you can star poking at things.
Installing the project in development mode (in a virtualenv):
python setup.py develop
# PyQt5 doesn't support develop and have to manually be force-reinstalled installed after
pip install -I PyQt5
Running tests:
# All tests
pip install -r requirements-test.txt
python manage.py test
# Single tests module
python manage.py test tests/test_effect.py
Building docs:
pip install -r docs/requirements.txt
python setup.py build_sphinx
Optional:
Also consider supporting Read the Docs by becoming a gold member though a one time ($5 or more) donation for an ad-free experience.
This project is sponsored by zetta.io