Skip to content

Latest commit

 

History

History
117 lines (98 loc) · 4.05 KB

File metadata and controls

117 lines (98 loc) · 4.05 KB

Picasso Code

Creativity + Logic + Math

A code based image editor created 100% in java

Java CI with Maven

About

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

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.

0064ac3 (fix: corrected a spelling error in the readme file) =======

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.

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.

455b066 (README: Fixed mistakes in the README) 955b7fb (README: Fixed mistakes in the README)

Download

Coming soon

Building

<<<<<<< HEAD
<<<<<<< HEAD
$ 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
=======
git clone git@github.com:hexaredecimal/Piccode.git
cd Piccode
mvn package
>>>>>>> 0064ac3 (fix: corrected a spelling error in the readme file)
=======
git clone git@github.com:hexaredecimal/Piccode.git
cd Piccode
mvn package
=======
$ 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
>>>>>>> 455b066 (README: Fixed mistakes in the README)
>>>>>>> 955b7fb (README: Fixed mistakes in the README)

Test your build

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

Inspired by

<<<<<<< HEAD <<<<<<< HEAD PicassoCode is heavily inspired by the OpenSCAD program and tries to mimic its functionality

Piccassocode is heavily inspired by the OpenSCAD program and tries to mimic its functionality

0064ac3 (fix: corrected a spelling error in the readme file) =======

Piccassocode is heavily inspired by the OpenSCAD program and tries to mimic its functionality

PicassoCode is heavily inspired by the OpenSCAD program and tries to mimic its functionality

455b066 (README: Fixed mistakes in the README) 955b7fb (README: Fixed mistakes in the README) 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 around 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.