Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trelemar/dither
An Android pixel art editor made with löve.
https://github.com/trelemar/dither
android
Last synced: 18 days ago
JSON representation
An Android pixel art editor made with löve.
- Host: GitHub
- URL: https://github.com/trelemar/dither
- Owner: trelemar
- License: mit
- Created: 2016-12-30T15:41:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T17:23:05.000Z (about 3 years ago)
- Last Synced: 2024-12-03T14:05:44.724Z (20 days ago)
- Topics: android
- Language: Lua
- Homepage: https://trelemar.github.io/Dither
- Size: 15.4 MB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dither
An Android pixel art editor made with [LÖVE](love2d.org).
![Imgur](http://i.imgur.com/L7wlgHm.jpg)
## Install
1. **Download** and install [**LÖVE** For Android](https://play.google.com/store/apps/details?id=org.love2d.android).2. **Clone** this repository to your device. You can also download as a zip if you'd like, if you don't want seamless updates during alpha.
*(I recommend using [Pocket Git](https://play.google.com/store/apps/details?id=com.aor.pocketgit) to clone initially, and to pull for future updates. A decent free option on the Play Store is MGit)*3. Using a file browser, like ES File Explorer, **Open "Dither.love"**. If your file explorer asks what application to use, choose LÖVE.
4. Profit?
## Features
- Pan and Scale Viewport.
- **Editing Tools:** Pencil, Eraser, Floodfill, Move, Eyedropper.
- Custom color palettes.
- Customizable grids.
- Colorpicker with RGB slider
- Density independent GUI.
- **File Operations:**
New, Load, Save, Save As, Undo.## Usage
##### Some useful information:
Due to the limitations of the current version of löve, file manipulation is limited to löve's app data directory. To find out this directory for your device, simply open Dither, then File > Open File. the directory will be the header of the file browser window. This means that currently you cannot save and load files from outside of this directory.