vector drawing program
Clojure
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src/artengine
README.md
project.clj

README.md

artengine

A vector drawing program.

Usage

To start the development version you have to install leinigen and run lein run in this folder.


To make a new path press space. Click to make new points. Rightclick to finish the path.

To toggle between mesh mode (where you manipulate individual points) and object mode (where you manipulate whole paths) press tab.

To select points/paths click on them.

To move selected points/paths press G.

To change the fill color of a path press C.

To change the line color of a path press L.

Zoom with the mousewheel.

Move the canvas by pressing the middle mousebutton and moving the mouse.

To make a new point on an existing path press E.

License

Copyright (C) 2012-2015 Emanuel Rylke

Distributed under the Eclipse Public License, the same as Clojure.