Skip to content

pastthepixels/FreePaint

Repository files navigation

FreePaint

A vector graphics drawing app for Android.

Get it on F-Droid!

Screenshots

FEATURING

  • Material Design 3 with dynamic colors
  • Custom document sizes, fill/stroke colors, and stroke sizes
  • Eraser tool erases shapes from closed paths, or points from open paths
  • Saving/loading SVG files

Usage

Paint tool

Using this tool, you can either draw open or closed paths. Simply go to the overflow menu > Settings to access this and more options.

Eraser tool

When you select this tool, you can draw a shape to define the area you wish to erase. One of two things can happen depending on which path you want to erase from: For closed paths, the entire path will become green, and you can draw a shape to erase from the path. For open paths, individual points will become highlighted, and if those points are included in your eraser path, they will be deleted. Erasing a point inside a path will create 2 new paths.

Pan/zoom tool

With one finger, you can pan across the document. If you pinch the screen with two, it'll zoom in and out from the center.

Selection tool

You can draw a rectangle for an area you wish to select (marquee select). If any paths overlap that area, they will become "selected" and the rectangle will resize to include the selected paths. You can drag on that rectangle to move those paths, or draw on an empty space to create a new selection.

Building

FreePaint is built on the Android Studio Flatpak on Fedora Linux, on an amd64 device, using OpenJDK 21. This repository comes with a wrapper for Gradle; to build FreePaint, run

./gradlew build

The resulting unsigned APK should be in app/build/outputs/apk.

FreePaint is built for arm64 devices and tested on a Pixel 6.

Notes

Potential future updates?

  • Layers
  • Pen tool (like Illustrator/Inkscape)