That kind of answer is what I wanted. Thank you!

On Wed, Feb 6, 2013 at 3:29 PM, Ian Mallett <geometr...@gmail.com> wrote:

> On Wed, Feb 6, 2013 at 4:20 PM, Richard Jones <r1chardj0...@gmail.com>wrote:
>
>> You'd better start writing then :-)
>>
> At some level, you need to interface with the graphics drivers. Since
> Python is an abstraction layer over C, this means either writing in C (not
> Python), or using a package that does that for you. You *must* use some
> package in Python to do low-level graphics--whether you write it yourself
> or no.
>
> For a *package* that gives you low-level access, my recommendation is
> PyOpenGL. It's lower-level than PyGlet and much cleaner, I think.
>
> Ian
>



-- 
"The validity of internet quotes are getting sketchy nowadays"
-Abraham Lincoln

Reply via email to