Initial thoughts: I need to create a system of layers that are displayed conditionally. Drawing of each layer should be handled in each layer's "render" method.
Now, the first thing I notice is that I don't seam to have direct access to drawing and going the self.fc.create( 'Circle', 50, parent = self.renderer, name = 'r%d' % 1, pos = (0, 0), look = fc.SolidColourLook( line_colour = 'blue', fill_colour = (255,0,0,128) ) ) route... seams like a recipe for spaghetti. The second thing is the coordinate system. Can this be changed to something like "upper left is (0,0)"? Can I zoom-in using this kind of coordinates (kinda like viewing a zoomed in picture). Thanks in advance for any pointers. Peter. -- There is NO FATE, we are the creators.
_______________________________________________ FloatCanvas mailing list [email protected] http://mail.mithis.com/cgi-bin/mailman/listinfo/floatcanvas
