Pretty Pixel-level Picture Painting, Programatically
Posted
by dreeves
on Stack Overflow
See other posts from Stack Overflow
or by dreeves
Published on 2010-06-15T20:04:34Z
Indexed on
2010/06/15
20:42 UTC
Read the original article
Hit count: 215
My mac laptop has 1,024,000 pixels. What's the simplest way to turn my display completely black and go nuts with writing little programs to twiddle pixels to my heart's delight?
To make it more concrete, say I wanted to implement the Chaos Game to draw a Sierpinski triangle, at the pixel level, with nothing else on the screen. What are ways to do that?
© Stack Overflow or respective owner