2 parents 737e12f + 76e2933 commit 99da45bCopy full SHA for 99da45b
1 file changed
README.md
@@ -1,7 +1,11 @@
1
-
2
Gloopy is an experimental Python demo of creating 3D polyhedra and
3
rendering them using OpenGL.
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
9
It uses Pyglet for windowing and events, PyOpenGL for most OpenGL bindings,
10
but pyglet.gl for performance critical OpenGL calls.
11
0 commit comments