We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionExhibition › Drawing Program
Page Index Toggle Pages: 1
Drawing Program (Read 2940 times)
Drawing Program
Apr 24th, 2008, 9:31am
 
A drawing program...almost complete

complete source (25KB):

http://rapidshare.com/files/109983238/BRU55H.zip.html

" --- bru55h by cameyo (2008) --- ";
"'0..9' Image/Pencil/Ellipse/Rect/Spray/Cross/Fur/Bezier";
"'SPACE' show/hide menu with color palette";
"'TAB' show/hide menu with grayscale palette ";
"'LEFT' and 'RIGHT' arrows enlarge/reduce pattern size";
"'UP' and 'DOWN' arrows add/subtract transparency ";
"'C' pick color under mouse ";
"'B' toggle border (stroke) on/off";
"'F' toggle filling (fill) on/off";
"'X' toggle Erase mode on/off";
"'M' toggle Mirror mode on/off";
"'N' start a new drawing (background = current fill)";
"'L' load 'start.png' file";
"'S' save current drawing (nnn_xxxx)";
"'U' load last saved image";
"'Z' and 'z' show/hide zoom windows";
"'H' show/hide help window ";

Good drawing!

cameyo
Re: Drawing Program
Reply #1 - May 14th, 2008, 11:07am
 
Any feedback?

Please, give me hints, bugs report, etc.

Thanks

cameyo
Re: Drawing Program
Reply #2 - May 14th, 2008, 1:57pm
 
Why don't you publish your applet online? It's too many work to download it and run.
Re: Drawing Program
Reply #3 - May 15th, 2008, 7:39am
 
I have some problems to post an applet now...

Feel free to take it and publish.

have a nice day.

cameyo
Re: Drawing Program
Reply #4 - Nov 6th, 2008, 9:55pm
 
It's a good start!
What about using the controlP5 library to improve your GUI
http://www.sojamo.de/libraries/controlP5/

especially take a look at sliders

another note, when the background is a light color, you can't read the options menu
Re: Drawing Program
Reply #5 - Nov 27th, 2008, 9:21am
 
Thanks mzdoherty,
but i don't have time to update this sketch...
I wish rewrite a new drawing program.

Have a nice day.

cameyo
Page Index Toggle Pages: 1