[Tutor] Re: plotting pixels

Lee Harr missive at hotmail.com
Tue Sep 2 22:42:31 EDT 2003


>I want to do some basic graphics programming under Python
>

>Does Tkinter run "on top" of OpenGL?
>


No, those are completely separate.

You may want to look at pygame (http://pygame.org) which
will definitely let you plot points (although it is not generally
done that way :o)

Also, take a look at my book and the libraries I wrote to
help you get started:

http://staff.easthighschool.net/lee/computers/book/
http://www.nongnu.org/pygsear/

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail




More information about the Tutor mailing list