Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.94 KB

File metadata and controls

62 lines (48 loc) · 1.94 KB

Picasso Code

Creativity + Logic + Math

A code based image editor created 100% in java

Java CI with Maven

About

Picasso 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 PiccodeScript as the scripting language for writing the image editing code.

Download

Coming soon

Building

$ git clone https://github.com/Glimmr-Lang/PicassoCode.git
$ cd PicassoCode
$ mvn package

Test your build

$ java -jar target/Piccode-1.0-SNAPSHOT-jar-with-dependencies.jar

Inspired by

PicassoCode 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.

References

java image filters

Icons8 Pack

License

Render::drawString("
+-----------------------------------+
|  ▄▖▘               ▌              |
|  ▙▌▌▛▘▀▌▛▘▛▘▛▌▛▘▛▌▛▌█▌            |
|  ▌ ▌▙▖█▌▄▌▄▌▙▌▙▖▙▌▙▌▙▖            |
|  Creativity + Logic + Math        |
+-----------------------------------+
", 0, 0) // Released under the MIT LICENSE

Thank you for viewing.