Re: [PyOpenGL-Users] Load image only with PyOpenGL?
Brought to you by:
mcfletch
From: Chris B. <chr...@no...> - 2014-04-07 17:56:52
|
On Mon, Apr 7, 2014 at 10:46 AM, Ian Mallett <ia...@ge...> wrote: > PyGame has good support for a wide variety of formats, and works nicely > with PyOpenGL textures. Using PyGame is doubly justifiable since you need a > windowing system and GLUT is a terrible choice. > Good point -- if you are not using PyGame, you probably want to use SOME windowing system, and the GUI toolkits all have image file support: wxPython, pyQT, GTK, .... -Chris -- Christopher Barker, Ph.D. Oceanographer Emergency Response Division NOAA/NOS/OR&R (206) 526-6959 voice 7600 Sand Point Way NE (206) 526-6329 fax Seattle, WA 98115 (206) 526-6317 main reception Chr...@no... |