Fork of dotgrid with additional features and refractoring.
Go to file
Лu Лinveгa 9a7149edb3
Merge pull request #60 from jkarttunen/master
Resolves #59 - decrease line thickness with right click
2019-07-31 01:10:45 +12:00
desktop Resolves #59 - adds decrease line thickness with right mouse button click 2019-07-30 15:39:59 +03: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
web Cleanup in progress 2019-04-22 08:49:47 +09:00
.gitignore Implement serialization, clipboard 2017-11-21 22:24:25 +01: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 Implementing source.load() 2019-04-22 10:25:31 +09: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!