Re: [PyOpenGL-Users] OpenGLContext
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@vr...> - 2008-01-02 04:30:42
|
Festila Catalin wrote: > Hello! I use linux-debian . > I use Standard Install (setuptools/egg based) and not work for glprint.py glprint is a Win32-only demonstration (it's an adaptation of of a NeHe tutorial that uses wgl* calls to render text). That said, the problems you're encountering are not likely due to that issue. Setting up OpenGLContext is rather difficult at the moment. I've just put together .egg and source distributions for all of the dependencies and registering them in the Python Package index. The following *should* work, but hasn't been tested on a Linux machine yet (just haven't had time to build a chroot or image in which to work): easy_install OpenGLContext easy_install SimpleParse easy_install TTFQuery OpenGLContext 2.1 (released today) is, incidentally, the first release to be compatible with PyOpenGL 3.x. Eventually Debian might have an OpenGLContext package, but until then the easy_install path is probably the "correct" way. Good luck, Mike > 1.What is the correct method to install OpenGLContext on my debian ? > > 2.The text on site say :" OpenGLContext is a learning environment for > PyOpenGL. " but is so hard to install :( -- ________________________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com |