PxerStudio
The pixel drawing tool for Android
An open-source pixel drawing tool for Android.
- Canvas zooming and moving (two fingers)
- Layer support
- Grid support
- Unlimited undo and redo
- Color picker with an alpha channel
- Various tools (bucket fill, eraser, rectangle, pen, line, eyedropper...)
- Create canvas size up to 128 x 128
- Exportable to GIF, PNG, sprite atlas, folder...
- Support for multiple projects
If you want to do translation for this project, please go here, grab the raw file, then copy it to your desktop and replace the string between each XML starting tag and closing tag to the language you want to translate to. Send it back to me through email, or start a new issue with the file attached and mention the language you are translating.
This project is using Gradle Version Catalog to manage dependencies. There are centralized inside the libs.versions.toml
file, in the gradle
folder.
This project is using detekt
to analyze the source code, with the configuration that is stored in the detekt.yml
file. It also uses the detekt-formatting
plugin which includes the ktlint
rules.
This project is using GitHub Actions.
There are currently the following workflows available:
- Validate Gradle Wrapper - Will check that the gradle wrapper has a valid checksum
- Check and Lint - Will run
detekt
,ktlint
and tests - Publish Release - Will publish a new release version of the libraries to Play Store on tag creation
This app is under the Apache 2.0 license.