2017-11-05 00:33:04 -04:00
# Dotgrid
2016-12-31 16:16:25 -05:00
2018-12-21 17:16:30 -05:00
[Dotgrid ](http://wiki.xxiivv.com/dotgrid ) is a simple vector drawing application that works directly [in the browser ](https://hundredrabbits.github.io/Dotgrid/ ).
2016-12-31 16:16:25 -05:00
2017-11-05 00:33:04 -04:00
< img src = 'https://raw.githubusercontent.com/hundredrabbits/Dotgrid/master/PREVIEW.jpg' width = "600" / >
2016-12-31 16:18:41 -05:00
2018-09-20 00:09:19 -04:00
## Guide
2019-01-10 13:39:48 -05:00
View the [guide ](https://100r.co/pages/dotgrid.html#introduction ).
2018-09-20 00:09:19 -04:00
2018-12-21 17:16:30 -05:00
## Electron Build
2017-11-04 20:52:05 -04:00
2018-09-13 20:24:04 -04:00
```
cd desktop
npm install
npm start
```
2017-11-07 16:40:13 -05:00
2019-01-12 15:56:55 -05:00
## 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`
2017-12-26 17:22:02 -05:00
## Extras
2017-11-26 23:53:19 -05:00
2018-09-13 21:50:20 -04:00
- This application supports the [Ecosystem Theme ](https://github.com/hundredrabbits/Themes ).
2017-12-26 17:22:02 -05:00
- Support this project through [Patreon ](https://patreon.com/100 ).
- See the [License ](LICENSE.md ) file for license rights and limitations (MIT).
2018-08-10 17:39:22 -04:00
- Pull Requests are welcome!