|
A code based image editor created 100% in java |
Piccasso code is an image editor that uses code to create/edit an image. This allows powerful designs to be created with ease and automation. The editor uses glimr as the scripting language for writing the image editing code.
Coming soon
$ git clone git@github.com:hexaredecimal/Piccode.git
$ cd Piccode
$ mvn package
$ java -jar target/Piccode-1.0-SNAPSHOT-jar-with-dependencies.jar
Piccassocode is heavily inspired by the OpenSCAD program and tries to mimic its functionality as much as it can while still being an image editor. I was stoked when I tried OpenSCAD for the first time and ended up challenging myself to start a new project based araound the idea. A friend suggested something that has to do with graphics and my first though was OpenSCAD, but 2D. The idea quickly grew and the small program became an image editor.
drawString("
+-----------------------------------+
| ▄▖▘ ▌ |
| ▙▌▌▛▘▀▌▛▘▛▘▛▌▛▘▛▌▛▌█▌ |
| ▌ ▌▙▖█▌▄▌▄▌▙▌▙▖▙▌▙▌▙▖ |
| Creativity + Logic + Math |
+-----------------------------------+
", 0, 0) // Released under the MIT LICENSE
Thank you for viewing.