Files
pointvec/README.md

34 lines
974 B
Markdown
Raw Normal View History

2017-11-05 17:33:04 +13:00
# Dotgrid
2016-12-31 14:16:25 -07:00
2018-12-22 10:16:30 +12: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 14:16:25 -07:00
2017-11-05 17:33:04 +13:00
<img src='https://raw.githubusercontent.com/hundredrabbits/Dotgrid/master/PREVIEW.jpg' width="600"/>
2016-12-31 14:18:41 -07:00
2018-09-20 04:09:19 +00:00
## Guide
View the [guide](https://100r.co/pages/dotgrid.html#introduction).
2018-09-20 04:09:19 +00:00
2018-12-22 10:16:30 +12:00
## Electron Build
2017-11-05 14:52:05 +14:00
2018-09-14 12:24:04 +12:00
```
cd desktop
npm install
npm start
```
2017-11-08 10:40:13 +13:00
2019-01-13 08:56:55 +12:00
## UDP Controls
2019-01-13 12:12:33 +12:00
Dotgrid can be controlled by UDP via the port `49160`. It expects messages up to 6 characters.
2019-01-13 08:56:55 +12:00
- **layer** `0/1/2`
2019-01-13 12:12:33 +12:00
- **type** `l/c/r/z` (`l`:line, `c`:clock-wise arc, `r`: cc-wise arc, `z`: close, `.`:clear, `*`: draw)
2019-01-13 08:56:55 +12:00
- **from** `0-z``0-z`
- **to** `0-z``0-z`
2017-12-27 11:22:02 +13:00
## Extras
2017-11-27 17:53:19 +13:00
2018-09-14 13:50:20 +12:00
- This application supports the [Ecosystem Theme](https://github.com/hundredrabbits/Themes).
2017-12-27 11:22:02 +13:00
- Support this project through [Patreon](https://patreon.com/100).
- See the [License](LICENSE.md) file for license rights and limitations (MIT).
2018-08-11 09:39:22 +12:00
- Pull Requests are welcome!