GitHub - unelma/Dotgrid: Vector Tool · GitHub
Skip to content

unelma/Dotgrid

 
 

Folders and files

Repository files navigation

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 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!

About

Vector Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • JavaScript 81.0%
  • HTML 13.8%
  • CSS 5.2%