Fork of dotgrid with additional features and refractoring.
Go to file
Devine Lu Linvega c3e1dc7a79 *
2017-12-27 11:18:52 +13:00
sources Various improvements to Dotgrid. 2017-12-27 11:12:23 +13:00
.gitignore Implement serialization, clipboard 2017-11-21 22:24:25 +01:00
BUILD.md Improved shortcuts further 2017-11-14 08:45:31 +13:00
icon.icns Added icons 2017-11-05 15:14:30 +14:00
icon.ico Added icons 2017-11-05 15:14:30 +14:00
LICENSE.md * 2017-11-20 08:29:38 +13:00
main.js Fixed issue with guide. 2017-12-27 11:14:58 +13:00
package.json Almost there 2017-11-05 14:52:05 +14:00
PREVIEW.jpg Updated graphic 2017-11-14 10:45:38 +13:00
README.md * 2017-12-27 11:18:52 +13:00

Dotgrid

Dotgrid is a simple vector drawing application.

Guide

Clicking on the canvas will insert control points, up to 3CPs. CPs can be moved with the arrows. Clicking one of the path icons, or pressing one of the shortcuts, will draw a stroke between them. The newly created segment's handles can be moved by clicking and dragging them.

Controls

Segments

  • a Draw Arc(counter-clockwise).
  • s Draw Arc(clockwise).
  • d Draw Line.
  • f Draw Bezier.
  • g Close Path.
  • h Fill Path.

Parametric

  • arrows Move last control point.
  • click/drag Translate target control point.
  • click+alt Erase target control point.

Shortcuts

  • ] Increase stroke size.
  • [ Reduce stroke size.
  • / Toggle linecap.
  • space Mirror.
  • escape Remove control points.
  • ~ Double canvas size.

System

  • ctrl+n New canvas.
  • ctrl+s Export canvas.
  • ctrl+z Delete last segment.
  • ctrl+shift+backspace Reset.

Hacker Mode(Cheatmode)

  • tab Toggle interface.
  • 1204 Will add a control point at x:12,y:4.

Themes

You can change the theme by dragging a .thm file onto the application.

Support

  • You can support this project through Patreon.

License

See the LICENSE file for license rights and limitations (CC).