Skip to content

Commit 8f3f8f7

Browse files
committed
Link to pyrocket
1 parent 2c959aa commit 8f3f8f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ Features
5252

5353
- A simple effect system based on python packages
5454
- Well documented
55+
- Support for the rocket sync-tracker system to create interesting keyframe data (Using pyrocket_)
5556
- Management commands to create new projects and effects
5657
- Convenient wrappers for VAO, Shader, Texture, FBO
5758
- On-the-fly Shader and VAO negotiation of the needed buffer binding
5859
- Strict validation in most OpenGL operations with reasonable error feedback
5960
- Time line / Timer support
60-
- Support for the rocket sync-tracker system to create interesting keyframe data
6161
- A highly pluggable framework
6262
- Support for custom management commands
6363
- Camera and system camera support so we can easily inspect our scene
@@ -148,6 +148,7 @@ Credits
148148
for an excellent tutorial on OpenGL in Python.
149149

150150
.. _testdemo: https://github.com/Contraz/demosys-py-test
151+
.. _pyrocket: https://github.com/Contraz/pyrocket
151152
.. |pypi| image:: https://img.shields.io/pypi/v/demosys-py.svg
152153
:target: https://pypi.python.org/pypi/demosys-py
153154
.. |travis| image:: https://travis-ci.org/Contraz/demosys-py.svg?branch=master

0 commit comments

Comments
 (0)