pupil-labs / pyglui

cython powered OpenGL gui that works with glfw
MIT License
30 stars 20 forks source link

linux dependency #17

Closed cpicanco closed 9 years ago

cpicanco commented 9 years ago

Trying this one now after:

sudo apt-get install libglew-dev sudo pip install cython rename 'cygl-master' folder to cygl cd /....../cygl sudo python setup.py install

...

git clone --recursive (pyglui link)

cpicanco commented 9 years ago

done