We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e2bf75 commit 0ad1cd3Copy full SHA for 0ad1cd3
TODO.md
@@ -1,6 +1,9 @@
1
2
## TODO
3
4
+Find more efficient OpenGL bindings. ModernGL (https://pypi.python.org/pypi/ModernGL)
5
+don't have a binary distribution for darwin.
6
+
7
- Write documentation (readthedocs)
8
- Pyrr / Math
9
- EffectManagers
setup.py
@@ -2,7 +2,7 @@
setup(
name="demosys-py",
- version="0.3.9",
+ version="0.3.10",
description="Modern OpenGL 4.1+ Framework inspired by Django",
long_description=open('README.rst').read(),
url="https://github.com/Contraz/demosys-py",
0 commit comments