Fork of dotgrid with additional features and refractoring.
Go to file
Лu Лinveгa 1183be7ba2
Create .nojekyll
2019-11-06 20:21:07 -05:00
desktop * 2019-11-03 21:22:27 -05:00
examples Removed old paddings 2019-04-22 10:09:42 +09:00
media/services Updated icons 2019-01-08 10:11:30 +12:00
.gitignore Implement serialization, clipboard 2017-11-21 22:24:25 +01:00
.nojekyll Create .nojekyll 2019-11-06 20:21:07 -05:00
LICENSE.md * 2017-11-20 08:29:38 +13:00
PREVIEW.jpg Updated graphic 2017-11-14 10:45:38 +13:00
README.md Update README.md 2019-07-25 10:22:37 +09:00
index.html Progress toward new controls 2019-11-03 13:42:10 -05:00

README.md

Dotgrid

Dotgrid is a grid-based vector drawing software designed to create logos, icons and type. It supports layers, the full SVG specs and additional effects such as mirroring and radial drawing. Dotgrid exports to both PNG and SVG files.

The application was initially created for internal use, and later made available as a free and open source software.

Learn more by reading the manual, or have a look at a tutorial video. If you need help, visit the Community.

Guide

View the guide.

Electron Build

cd desktop
npm install
npm start

UDP Controls

Dotgrid can be controlled by UDP via the port 49161. It expects messages up to 6 characters.

  • layer 0/1/2
  • type l/c/r/z (l:line, c:clock-wise arc, r: cc-wise arc, z: close, .:clear, *: draw)
  • from 0-z``0-z
  • to 0-z``0-z

Extras

  • This application supports the Ecosystem Theme.
  • Support this project through Patreon.
  • See the License file for license rights and limitations (MIT).
  • Pull Requests are welcome!