|
|
A code based image editor created 100% in java |
<<<<<<< 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)
Coming soon
<<<<<<< HEAD
<<<<<<< HEAD
$ git clone https://github.com/Glimmr-Lang/PicassoCode.git
$ cd PicassoCode
$ mvn package$ 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$ 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)java -jar target/Piccode-1.0-SNAPSHOT-jar-with-dependencies.jar<<<<<<< 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.
Render::drawString("
+-----------------------------------+
| ▄▖▘ ▌ |
| ▙▌▌▛▘▀▌▛▘▛▘▛▌▛▘▛▌▛▌█▌ |
| ▌ ▌▙▖█▌▄▌▄▌▙▌▙▖▙▌▙▌▙▖ |
| Creativity + Logic + Math |
+-----------------------------------+
", 0, 0) // Released under the MIT LICENSEThank you for viewing.