dinusv / papergrapherqml

Vector Editing Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PaperGrapherQml

PaperGrapherQml is a vector editing application in qml.

It's a port of papergrapher to qml (see papergrapher).

Internally it uses paperqml for the graphics part.

Build

To build, simply run qmake on papergrapher.pro:

qmake -r .
make (or nmake)

Features

The application provides full support for vector graphics:

  • Shapes
  • Paths
  • Fonts / font to paths
  • Layers
  • Undo/redo
  • Saving/opening new documents

About

Vector Editing Application

License:MIT License


Languages

Language:JavaScript 94.2%Language:QML 5.3%Language:C++ 0.3%Language:QMake 0.2%