pastthepixels / FreePaint

A vector graphics drawing app for Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Using FreePaint

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.

Notes

Potential future updates?

  • Automatically smoothing lines with Bezier curves
  • Layers!
  • Pen tool (like Illustrator/Inkscape!)

About

A vector graphics drawing app for Android.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%