Data Realms Fan Forums http://45.55.195.193/ |
|
Sketch 2D http://45.55.195.193/viewtopic.php?f=7&t=18698 |
Page 1 of 2 |
Author: | lafe [ Sat May 08, 2010 10:10 pm ] |
Post subject: | Sketch 2D |
Just a little design app that i made so complete my design class homework faster. Sketch2D is a grid-paper style app capable of using multiple layers of depth and cross sections. http://sketch2d.co.nr/ |
Author: | caekdaemon [ Sat May 08, 2010 11:49 pm ] |
Post subject: | Re: Sketch 2D |
Looks useful, Il try it when I need it for my School work. |
Author: | lafe [ Sun May 09, 2010 12:42 am ] |
Post subject: | Re: Sketch 2D |
Thanks, be sure to tell me what you think of it. btw, from what ive done, its a lot neater than drawing imo. But some touches like the numbers for dimensions have to be done in paint before you print it. also, it autosnaps points, so which makes it faster and neater, but also makes it harder to do details. when i add a zoom function, it will be easy to do detail, but tell then its left for post sketch paint edits. apparently its decent for construction blueprints too |
Author: | Prod [ Sun May 09, 2010 1:56 am ] |
Post subject: | Re: Sketch 2D |
You made this? Pretty cool, I can see use for this in the future. |
Author: | lafe [ Sun May 09, 2010 1:57 am ] |
Post subject: | Re: Sketch 2D |
Prod wrote: You made this? Pretty cool, I can see use for this in the future. Yep, and it only took 4 hours thx, good to hear people are interested in it cant wait to hear what you guys think of it. |
Author: | Ophanim [ Sun May 09, 2010 4:54 am ] |
Post subject: | Re: Sketch 2D |
This is basically mspaint you realize |
Author: | lafe [ Sun May 09, 2010 3:02 pm ] |
Post subject: | Re: Sketch 2D |
no, it snaps the points to a grid, enabling faster and neater sketches and has ''layers'' of depth that you can separate, I would say its different. did you try it btw, im adding a detail mode now. |
Author: | caekdaemon [ Mon May 10, 2010 12:25 am ] |
Post subject: | Re: Sketch 2D |
Its a Good tool thats easy to use, but Im having real trouble removing lines. They draw easy, but when removing them, it just dont seem to work right. Sometimes it gets rid of them, but not always. |
Author: | lafe [ Mon May 10, 2010 12:37 am ] |
Post subject: | Re: Sketch 2D |
caekdaemon wrote: Its a Good tool thats easy to use, but Im having real trouble removing lines. They draw easy, but when removing them, it just dont seem to work right. Sometimes it gets rid of them, but not always. Thx you have to click the newer endpoint of the line |
Author: | Daman [ Mon May 10, 2010 4:45 am ] |
Post subject: | Re: Sketch 2D |
When the program is ended, it does something shittily as my entire screen is turned black for a moment. I should be able to click anywhere on a line to delete it. Add grouping so I can turn lines into groups and move the group around as a whole. Different mouse options to handle this. I can see it being useful after you implement object oriented usage like that, so I can move entire objects around the scene. |
Author: | neroe23 [ Mon May 10, 2010 5:50 pm ] |
Post subject: | Re: Sketch 2D |
Good tool but makes my computer crash when pressing escape. (Lafe sappin' mah computer !) |
Author: | lafe [ Mon May 10, 2010 9:59 pm ] |
Post subject: | Re: Sketch 2D |
ill look into the bug with the exiting. also, grouping cant be that hard, but the lines delete like that for a reason, its cause i hate accidentally deleting the wrong line. |
Author: | dragonxp [ Mon May 10, 2010 11:19 pm ] |
Post subject: | Re: Sketch 2D |
Settings? Something that is check mark it, will delete it like currently, and if it's off will delete any line it clicks. |
Author: | robolee [ Tue May 11, 2010 12:10 am ] |
Post subject: | Re: Sketch 2D |
highlight the line that will be deleted (well the line that the mouse is over) with a red border, simple, everyone's happy. if you have problems with checking if the mouse is over a line, for horizontal and vertical lines you can do a simple bounding box and for slanted lines you can use something like Code: if ( (linegradient*(mouse.x-line.startx)) + line.starty <=mouse.y+1 and >=mouse.y-1 ){ if(mouse.rightclick) {delete line} else{draw line borders} } |
Author: | Miles_T3hR4t [ Tue May 11, 2010 12:27 am ] |
Post subject: | Re: Sketch 2D |
This is kinda cool, and I can see myself using this to make maps for D&D and D20 modern, but honestly until it has a few more specific features I think i'll stick with sketchup. However I will be constructive and make a list of features I'd like to see. By the way I think these are listed in order of importance *left click to draw *right click to open a context menu (such as offset by 0.5 on the grid for 0,0 to 1,2 and continue to 1.5, 3) *Eraser tool separate from drawing, Highlight lines to identify which is erased. click on line, not end-points to erase. *grid size-change (smaller or larger grid spaces) *resolution change (more or less spaces in the project) *save/load *menu, options, and toolbar, (instead of this 'everything is hotkeys with no reminders lol') *layers with images. for say, a scan of graphpaper so you can trace/convert. *colors *line width changing *add text (hair-thin line connecting to a point and to text, click/drag the text to move it.) *load/save/copy/paste symbols or icons... So you can mark things like "this is a door" "this is a chair" etc *curved lines: Fixed arcs, and curve/path tools like in photoshop, that snap to the grid. I really do enjoy this program, I absolutely LOVE how small it is, and how fast it loads. If you can get it to having most of these features (baring the last 3) I'd be making all my maps in this program. I'm actually quite surprised that you made this. |
Page 1 of 2 | All times are UTC [ DST ] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |