Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joonasvali/jartin
Jartin is an open source abstract art generator, it uses user provided stencils to generate random abstract art.
https://github.com/joonasvali/jartin
art generator random random-generation stencil
Last synced: 6 days ago
JSON representation
Jartin is an open source abstract art generator, it uses user provided stencils to generate random abstract art.
- Host: GitHub
- URL: https://github.com/joonasvali/jartin
- Owner: JoonasVali
- License: gpl-3.0
- Created: 2018-01-28T10:46:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T06:06:52.000Z (11 months ago)
- Last Synced: 2023-12-06T07:56:22.823Z (11 months ago)
- Topics: art, generator, random, random-generation, stencil
- Language: Java
- Homepage: https://sourceforge.net/projects/jartin/files/
- Size: 13.9 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# Jartin
Jartin is an open source abstract art generator, it uses user provided stencils to generate random abstract art.
Jartin is trivial to use and does not require any initial configuration to get started.## Examples
Some nice examples of Jartin generated images:
![Example 1](http://i.imgur.com/gcwQrcm.jpg)
![Example 2](http://i.imgur.com/Tb0oHxR.jpg)
![Example 3](http://i.imgur.com/yvXT2or.jpg)## Getting Started
You can build the app by Maven.
### Build for Windows based systems
```
mvn package -Pwin
```As a result
```
{project.dir}/target/jartin/jartin
```
should then contain the fully compiled app.### Build for Unix based systems
```
mvn package -Punix
```As a result
```
{project.dir}/target/jartin/jartin
```
should then contain the fully compiled app.## Resolve copyright problems ##
If Jartin stamp folders contain any of your brushes/stencils and you are not happy that they are being used here,
then please let me know and I'll remove them.## License ##
Jartin is licenced under GNU GPLv3 [link](https://github.com/JoonasVali/jartin/blob/master/license.txt)