Skip to content

Commit 1fd9081

Browse files
Merge pull request adamlwgriffiths#25 from adamlwgriffiths/vertex_buffer
Vertex buffer
2 parents fbde308 + e1c1972 commit 1fd9081

11 files changed

+644
-773
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Dependencies
8181
### Required Dependencies:
8282
* Python 2(.6?)+
8383
* PyOpenGL
84-
* PyDispatch
84+
* PyDispatcher
8585
* NumPy
8686
* Pyrr (https://github.com/adamlwgriffiths/Pyrr)
8787

@@ -101,10 +101,7 @@ PyGLy is available from the PyPy package repository under the name 'pygly'.
101101

102102
### Install dependencies
103103

104-
Required:
105-
* numpy
106-
* PyOpenGL
107-
* PyDispatch
104+
Install required dependencies listed above.
108105

109106
Optional:
110107
* pillow

ROADMAP.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ PyGLy Roadmap
99
Short Term
1010
==========
1111

12+
* Re-write Texture in style of VertexBuffer
1213
* Syntax formatting checker integration
1314
* [pep8](https://pypi.python.org/pypi/pep8)
1415
* [PyLint](http://www.pylint.org/)

pygly/dtype_vertex_buffer.py

Lines changed: 0 additions & 280 deletions
This file was deleted.

0 commit comments

Comments
 (0)