Skip to content

Commit 99da45b

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 737e12f + 76e2933 commit 99da45b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
21
Gloopy is an experimental Python demo of creating 3D polyhedra and
32
rendering them using OpenGL.
43

4+
See these two blog posts for screenshots of the output:
5+
6+
* [The basics](https://www.tartley.com/posts/flying-high-hobbyist-opengl-from-python/).
7+
* [Composition of shapes](https://www.tartley.com/posts/flying-high-opengl-from-python-part-2/).
8+
59
It uses Pyglet for windowing and events, PyOpenGL for most OpenGL bindings,
610
but pyglet.gl for performance critical OpenGL calls.
711

0 commit comments

Comments
 (0)