
-----------------------------------
The_Bean
Thu Mar 19, 2009 11:26 pm

Drawing To Code
-----------------------------------
This is a redo to one of my old programs http://compsci.ca/v3/viewtopic.php?p=169819.
Its been redone in Python, but still produces Turing code.

The Drawing commands are now:
-Rotated Oval
-Rotated Square
-Thick Line
-Polygon

Options:
-fill/outline
-256^3 colours
-Line Thickness
-number of vertices for polygons

Controls:
-Oval/Square
---Left Click and hold to resize
---Right Click to rotate
-Thick Line
---Left Click and hold to resize
-Polygon
---Left Click where you want the vertices

-----------------------------------
corriep
Fri Mar 20, 2009 11:35 am

RE:Drawing To Code
-----------------------------------
Nice, the only suggestion I have is when you click on the preview color, a color picker menu should pop up so you don't have to manually type in every color.

Other than that its great!
