pointvec/README.md

34 lines
974 B
Markdown
Raw Normal View History

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