[Tuxpaint-devel] Comments about some magic tools
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Pere P. i C. <pe...@fo...> - 2008-07-14 16:57:53
|
Hi all! Some bugs, enhancement requests and ideas: Enhancement requests: Folder: Can be improved if click is used to select the corner, then drag to were he want the corner go, do some calculation about how a sheet should be plyed to get the corner there. You also can do a rough "preview" like flower does. Then, in mouse release, draw it. Some maths suposing 0,0 corner having to go to 100,200: half point between 0,0 and 100,200 = (0+100)/2,(0+200)/2 = 50,100 Here you should check if there will not be a "by zero" division, then 0x point = 0,(50 + 100*100/50) = 0,250 0y point = (100 + 50*50/100),0 = 125,0 so you end up with lines from 125,0 to 100,200 from 125,0 to 0,250 from 0,250 to 100,200 Black and white: Can be converted to "color and white" just picking the color like other magic tools do. The same is valid for threshold. Bugs: Flower, just noticed this: if you draw a horizontal flower you don't get leafs. Jigsaw, works right at 800x600, but at 640x480 I get pieces cutted at the edge, and in bigger screens, the jigsaw is covering just the 800x600 topleft portion of the image An idea for new magic tools: I've been always fascined by those animations were a plant grows from zero, or a flower opens, or clouds running accross the sky, etc. Theese can be implemented in two ways: a) A sequence of some images, starting on mouse click, showing the next image each second and drawing the image present on mouse release. Depending on the animations, they can be positioned on mouse click or aligned to a edge of the draw b) A computed animation like some screensavers do, starting on mouse click and ending on mouse release. Even the direction of the animation (when possible) can be controlled on mouse drag. Hope this helps Pere |