Fork of dotgrid with additional features and refractoring.
Go to file
2019-01-13 10:07:39 +12:00
desktop Fixed little bug with UDP 2019-01-13 10:07:39 +12:00
examples Added merge 2019-01-08 10:34:57 +12:00
media/services Updated icons 2019-01-08 10:11:30 +12:00
web Added crest mode to web view 2019-01-10 10:44:19 +12:00
.gitignore Implement serialization, clipboard 2017-11-21 22:24:25 +01:00
index.html Fixed web version 2019-01-12 16:10:57 +12:00
LAYOUT.md Improved docs 2018-05-11 11:21:43 +12:00
LAYOUT.svg Improved docs 2018-05-11 11:21:43 +12: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 Added docs and layer support for UDP 2019-01-13 08:56:55 +12: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 49160. It expects messages of 6 characters.

  • layer 0/1/2
  • type l/a/r/c
  • 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!