Direct pixel-by-pixel drawing (with Tk)

Jonathan Lange jml at ids.org.au
Wed Dec 13 06:06:58 EST 2000


Hello,

I'm relatively new to Python (but not to programming), and I'd like to
muck around by doing some fractal stuff. However, alot of this stuff
needs (wants?) setting pixels directly.

Now, of course, one solution is to draw a bunch of lines of length 1,
but TK seems to want to remember each bloody line its drawn, which
is a bit of overkill and a memory hog.

I'm doing this on Linux and Windows, so a platform-independent
solution would rock.

Thanks,
jml

PS. I'm not afraid of reading documentation :)

-- 
Jonathan Mark Lange
http://www.flashkit.com - For God's sake Jim, I'm a programmer, not a designer!



More information about the Python-list mailing list