Skip to content

Commit b8f091f

Browse files
committed
README typos++
1 parent f2f2d83 commit b8f091f

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@ Documentation
3030
-------------
3131

3232
Project documentation can be found at readthedocs_. If anything is unclear or incorrect,
33-
please make an issue on it or make a pull request.
33+
please make an issue or make a pull request on github.
3434

3535
Features
3636
--------
3737

3838
- A simple effect system based on python packages
3939
- Well documented
40-
- Managment commands to create new projects and effects
40+
- Management commands to create new projects and effects
4141
- Convenient wrappers for VAO, Shader, Texture, FBO
4242
- On-the-fly Shader and VAO negotiation of the needed buffer binding
4343
- Strict validation in most OpenGL operations with reasonable error feedback
44-
- Timeline / Timer support
44+
- Time line / Timer support
4545
- Support for the rocket sync-tracker system to create interesting keyframe data
4646
- A highly pluggable framework
4747
- Support for custom management commands
@@ -72,6 +72,8 @@ questions or submit pull requests (completed or work in progress). The
7272
worst thing that can happen is that we or you might learn something.
7373
This is supposed to be a fun project.
7474

75+
General feedback can be posted here on github or you can mail eforselv@gmail.com.
76+
7577
Also check out the `TODO list <TODO.md>`__. Take a stab on what of the
7678
features or documentation or suggest new entries.
7779

TODO.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
- Implement run
66
- Support some kind of middleware?
77
- Write documentation (readthedocs)
8-
- Effects
9-
- OpenGL stuff
108
- Pyrr / Math
11-
- Timers
129
- Properly verify all settings
1310
- Make EffectControllers
14-
- SingleEffectController
1511
- TrackSystemEffectController
1612
- SimpleTimeLineEffectController
1713
- Shaders

0 commit comments

Comments
 (0)