Fork of dotgrid with additional features and refractoring.
Go to file
Devine Lu Linvega 599d9bf53f *
2019-07-12 20:02:49 +09:00
desktop Updated Electron 2019-07-12 19:47:30 +09: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
index.html Implementing source.load() 2019-04-22 10:25:31 +09: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 Fixes #55 2019-06-22 08:17:56 +09:00

Dotgrid

Dotgrid is a simple vector drawing application that works directly in the browser.

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!