Lightweight desktop application to draw pixel art built with Swing.
Clone this repo and build it with eclipse, or download the JAR from the releases.
You need Java 1.8, you can see what java version you're running using this command.
java -version
You will also need SQLITE for java, you can download the latest JAR from here.
- SQLITE
- Java Swing
Just submit a pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details