Re: recommend a graphics library for plotting by the pixel?

2011-10-07 Thread Adam Funk
On 2011-10-04, Ian Kelly wrote: On Tue, Oct 4, 2011 at 3:56 AM, Adam Funk a24...@ducksburg.com wrote: I'd like to create a window with a pause button and a large plotting area, in which I'd like to draw a polygon, detect the pixel coördinates of a mouse click, and then start setting the

Re: recommend a graphics library for plotting by the pixel?

2011-10-07 Thread Adam Funk
On 2011-10-05, Westley Martínez wrote: On Wed, Oct 05, 2011 at 02:29:38PM +0100, Adam Funk wrote: I only know PyGame because we did an exercise in recreating the old breakout game and messing around with it at a local Python group. I was under the mistaken impression from that exercise

Re: recommend a graphics library for plotting by the pixel?

2011-10-05 Thread Adam Funk
On 2011-10-04, Derek Simkowiak wrote: If this is strictly for 2D pixel graphics, I recommend using PyGame (aka SDL). Why do you not think it's the way to go? It was built for this type of thing. I only know PyGame because we did an exercise in recreating the old breakout game and

Re: recommend a graphics library for plotting by the pixel?

2011-10-05 Thread Westley Martínez
On Wed, Oct 05, 2011 at 02:29:38PM +0100, Adam Funk wrote: On 2011-10-04, Derek Simkowiak wrote: If this is strictly for 2D pixel graphics, I recommend using PyGame (aka SDL). Why do you not think it's the way to go? It was built for this type of thing. I only know PyGame

Re: recommend a graphics library for plotting by the pixel?

2011-10-05 Thread Alec Taylor
Hehe, sure, why not? :P On Wed, Oct 5, 2011 at 2:24 PM, alex23 wuwe...@gmail.com wrote: On Oct 5, 12:53 am, Alec Taylor alec.tayl...@gmail.com wrote: Sounds like a job for Processing... Don't you mean PyProcessing? :) http://code.google.com/p/pyprocessing/ --

recommend a graphics library for plotting by the pixel?

2011-10-04 Thread Adam Funk
I'd like to create a window with a pause button and a large plotting area, in which I'd like to draw a polygon, detect the pixel coördinates of a mouse click, and then start setting the colors of pixels by (x,y) coördinates. (This is just for my own amusement, to play with some formulas for

Re: recommend a graphics library for plotting by the pixel?

2011-10-04 Thread Alec Taylor
Sounds like a job for Processing... On Tue, Oct 4, 2011 at 8:56 PM, Adam Funk a24...@ducksburg.com wrote: I'd like to create a window with a pause button and a large plotting area, in which I'd like to draw a polygon, detect the pixel coördinates of a mouse click, and then start setting the

Re: recommend a graphics library for plotting by the pixel?

2011-10-04 Thread Ian Kelly
On Tue, Oct 4, 2011 at 3:56 AM, Adam Funk a24...@ducksburg.com wrote: I'd like to create a window with a pause button and a large plotting area, in which I'd like to draw a polygon, detect the pixel coördinates of a mouse click, and then start setting the colors of pixels by (x,y) coördinates.

Re: recommend a graphics library for plotting by the pixel?

2011-10-04 Thread Derek Simkowiak
If this is strictly for 2D pixel graphics, I recommend using PyGame (aka SDL). Why do you not think it's the way to go? It was built for this type of thing. You may also want to use PIL (Python Imaging Library) for various image manipulation tasks, but PIL doesn't handle mouse