File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ If you are not a fan of using a framework, you can create your own context
2424and just use the classes in ``demosys.opengl ``. These will give you fairly
2525straight forward ways to use VAOs, Shaders, Textures and FBOs.
2626
27+ Documentation
28+ -------------
29+
30+ Project documentation can be found at readthedocs _. Optionally you can
31+ build your own docs from the ``docs `` directory.
32+
2733Features
2834--------
2935
@@ -32,6 +38,7 @@ Features
3238- Convenient wrappers for VAO, Shader, Texture, FBO
3339- On-the-fly Shader and VAO negotiation of the needed buffer binding
3440- Strict validation in most OpenGL operations with reasonable error feedback
41+ - Timeline / Timer support
3542- Support for the rocket sync-tracker system to create interesting keyframe data
3643- A highly pluggable framework
3744- Support for custom management commands
@@ -54,13 +61,6 @@ If you are missing any of these requirements, the framework can definitely be us
5461to learn the. Zero/0 lines of code are needed to generate a project with a spinning
5562cube and you can get started playing with things.
5663
57- Documentation
58- -------------
59-
60- Project documentation can be found at readthedocs _. Optionally you can
61- build your own docs from the ``docs `` directory.
62-
63-
6464Contributing
6565------------
6666
You can’t perform that action at this time.
0 commit comments