skull3k3 Posted December 23, 2007 Share Posted December 23, 2007 ^ Good luck with that, basic Java when i did it a month or two was very weird so i will stay with PHP for the moment :D Keep us up to date with the progress and new ideas u get .:I don't need a sig to be cool:. Link to comment Share on other sites More sharing options...
kingcomet32 Posted December 23, 2007 Share Posted December 23, 2007 thats sick i wish i knew how to make a program this is gunna be a reallll good program once you add a couple more advance tools to it like zoom and crop thanks to Etexbleu for the sig Link to comment Share on other sites More sharing options...
venomai Posted January 8, 2008 Author Share Posted January 8, 2008 Hey folks, I'm still here and I've recently been thinking about the new design for Picto. As I've said, it will be a lightweight program intended purely for digital painting. It will be aimed at beginners and mainly for use in communities (like TIF and RSC graphic communities). Here is the project page which will be the main host for Picto: http://code.google.com/p/picto/ Here's a quick summary of how I'm going to design the next release. Planned Features: - very lightweight and cross-platform - comes in applet and application form (can be a downloadable as well) - pressure sensitivity support for tablets in Linux and Windows (can be turned off; Mac will come later) - eyedropper tool (hotkey ALT like in Photoshop) - use up to 5 custom brush tools, each with: - name - texture (soft, spatter, regular, etc) - smudge (on/off) - opacity - size - an eraser tool (same as brush but clears the area) - use up to 5 layers, each with: - name - visibility (show/hide) - opacity - up to 10 "snapshots" of the progress can be taken for later review (usually 25% size) - snapshots, layers and brush settings can be saved in the Picto file format - up to 50 history states undo/redo - (hopefully) support for zoom, copy/paste, transforming individual layers, different document sizes I'm thinking of using SwingX to get a nice background blur feature for dialogs: http://www.curious-creature.org/2007/08 ... over-2007/ Also, I was planning on having an "Export Snapshots" feature that would automatically pack any saved progress like so: (just a quick example) What Features will NOT be in Picto? - No shape tools (eg: rectangle/ellipse) - No dashed brush tool - No paths/vector tools Link to comment Share on other sites More sharing options...
venomai Posted January 8, 2008 Author Share Posted January 8, 2008 Also, the file format will look something like this: <?xml version="1.0" encoding="UTF-8"?> isSmudge="true" opacity="0.25" diameter="10"> ... ... ... ... ... ... Link to comment Share on other sites More sharing options...
pryomancer Posted January 8, 2008 Share Posted January 8, 2008 =D> Hurry up and get all these features coming. :P Link to comment Share on other sites More sharing options...
Punc Posted January 9, 2008 Share Posted January 9, 2008 The new update list sounds very good, goodluck with it :) I'll check the link you gave once in a while, to see how it's coming along. Link to comment Share on other sites More sharing options...
Lightshayde Posted January 9, 2008 Share Posted January 9, 2008 OH man, that's so cool... My father programs in Java for a living, and is planning to teach me, but hasn't gotten around to it yet. #-o OK, back on track. That is so cool, i'm looking forward to trying it out. Avatar by Unoalexi! Link to comment Share on other sites More sharing options...
Latinoking Posted January 9, 2008 Share Posted January 9, 2008 Wow this program is free and useful! Great to those people who use Gimp or Paint.net I am Teh_King[My dA][My Last.FM][My Twitter] Link to comment Share on other sites More sharing options...
4be2jue Posted January 10, 2008 Share Posted January 10, 2008 this a great tool i have never bothered to use paint or gimp but this is very easy to get to grips with the above is about 20 mins work i think after working a while with the program you could quite easy get to grips with it. great tool well done. i like it very much =D> Visit My Signature Shop Link to comment Share on other sites More sharing options...
Pureleader18 Posted January 10, 2008 Share Posted January 10, 2008 this looks really neat. well done dude :D ima make something soon Link to comment Share on other sites More sharing options...
venomai Posted January 10, 2008 Author Share Posted January 10, 2008 Finished the file reading/writing system. :) Picto files are compressed into ZIP archives. All brushes, snapshots and layers are separate entries in the ZIP, along with the XML definition of the project. :) Instead of having the PNG data inside XML tags, I'm now using references to "link" to the images (this keeps the XML very clean). The code is very flexible and will allow each individual element (snapshots, brushes, brush packs, etc) to be saved/loaded. :) Link to comment Share on other sites More sharing options...
Aussie_King Posted January 10, 2008 Share Posted January 10, 2008 Wow, very amazing, and you did it all in Java ^_^ Add me ingame: Lnterest. I am back. Link to comment Share on other sites More sharing options...
venomai Posted January 11, 2008 Author Share Posted January 11, 2008 Code updates. Added first revisions.. So far it only includes the core API. From here it shouldn't be too difficult to build up a Swing application. http://picto.googlecode.com/svn/trunk/Picto/ Link to comment Share on other sites More sharing options...
Gehackte Posted January 11, 2008 Share Posted January 11, 2008 dam i cant open it on school because we dont have the newest java version:S How does 20 minutes turn into 2.5 hours? Was your math perhaps magical math? Link to comment Share on other sites More sharing options...
Plectrum Posted January 11, 2008 Share Posted January 11, 2008 Very cool program :) . I got to the point in c++ that I could make a calculator program similar to the microsoft program, only better. I never got around to it, therefore I lost all my knowledge of c++ :(. How many programming classes have you had? Link to comment Share on other sites More sharing options...
venomai Posted January 11, 2008 Author Share Posted January 11, 2008 dam i cant open it on school because we dont have the newest java version:S What version do you have there? It should work on 1.5 -- but I might have the next release moved down to work on 1.4.2 also. How many programming classes have you had? Third year beginner's programming, although nearly everything I know was self-taught (the teacher knows very little). I only stay in the class for the easy marks and the steady stream of good assignment ideas that keep me practicing. :) Link to comment Share on other sites More sharing options...
Talset65 Posted January 14, 2008 Share Posted January 14, 2008 I love this programme! loads of fun ^_^ Tough times don't last. Tough people do. Link to comment Share on other sites More sharing options...
Andy Posted January 14, 2008 Share Posted January 14, 2008 I'm so doing my first pixel on this. Link to comment Share on other sites More sharing options...
venomai Posted January 14, 2008 Author Share Posted January 14, 2008 Paint's probably much better for pixels. :) Here is some more progress. Recent Tests: I've recreated the old test using the new Picto engine. This test starts with an empty 500x500 project, but it can also load from a .picto archive. It contains all the major features -- layers, tablet pressure, master brush diameter, textured brushes, opacity, etc. Here is a screenshot after testing various brushes and opacities. Project Viewer: I also wrote a simple project viewer tool. I'll have a similar tool for brush pack files later on. But most likely these won't be very useful to non-developers. Source Code: http://picto.googlecode.com/svn/trunk/Picto/src/ I'll have webstarts soon. :) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now