repo.or.cz
/
krufty_fps.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
A little bit of nothing.
[krufty_fps.git]
/
test.py~
blob
8835e65eacd5beb06cda8e5464361e8fe58cad88
1
#!/usr/bin/python
2
3
# This is my exploration in pyopengl land
4
5
import
sys
,
os
6
7
from
OpenGL
.
GLUT
import
*
8