On Sat, Aug 04, 2001 at 06:07:27AM +0900, Ron Jeffries wrote: > Hi ... > > I'd like to implement Langston's Ant in Ruby. To do this I need to > display the path of the ant on the screen. Basically this consists of > setting the color of a (large) pixel to one of a couple of colors. > > What's an easy way in Ruby to draw some pixels on the screen or in a > window. > > Hint: No "easy way" could possibly include the sequence of characters > "tcl". well I am not sure how easy it is but you could probably use gtk or fox. The widgets you are probably interested in is the canvas widgets and the opengl widgets/windows. Hope this helps Chris Moline