Fixed pipeline OpenGL test. It is a prototype which led to another one with programmable pipeline. Not everything is implemented yet and maybe never will be, but it can be fun to play with code.
You can go forward with Up, remove and insert blocks with mouse buttons and go up with Page up. If you get stuck somewhere, press Page up.
You need Python 2.7 to run and it's good to have virtualenv package.
$ pip install -r requirements.txt
$ ./gltest.py
Key | Action |
---|---|
UP | forward |
Page UP | fly up |
Mouse left | remove block |
Mouse right | insert block |
+/- | set visibility |
L | lines rendering |
F | full rendering |