pointvec/README.md

47 lines
1.1 KiB
Markdown
Raw Normal View History

2017-11-05 04:33:04 +00:00
# Dotgrid
2016-12-31 21:16:25 +00:00
2017-11-05 05:26:25 +00:00
Dotgrid is a simple vector drawing application.
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
2017-11-05 00:52:05 +00:00
## Guide
2017-11-13 18:52:53 +00:00
Clicking on the canvas will insert control points, up to 3CPs. CPs can be moved with the arrows. Clicking one of the path icons, or pressing one of the shortcuts, will draw a stroke between them. The newly created segment's handles can be moved by clicking and dragging them.
2017-11-05 05:26:25 +00:00
2017-11-05 00:52:05 +00:00
## Controls
2017-11-13 18:52:53 +00:00
### Segments
2017-01-04 18:25:40 +00:00
2017-11-05 04:33:04 +00:00
- `a` Draw Arc(counter-clockwise).
- `s` Draw Arc(clockwise).
- `d` Draw Line.
- `f` Draw Bezier.
2017-11-13 18:52:53 +00:00
- `g` Close Path.
2017-11-05 00:52:05 +00:00
2017-11-05 04:33:04 +00:00
### Parametric
2017-11-05 00:52:05 +00:00
2017-11-19 19:29:38 +00:00
- `arrows` Move last control point.
- `click/drag` Translate target control point.
- `click+alt` Erase target control point.
### Shortcuts
2017-11-13 18:52:53 +00:00
- `]` Increase stroke size.
- `[` Reduce stroke size.
2017-11-05 04:33:04 +00:00
- `/` Toggle linecap.
2017-11-13 18:52:53 +00:00
- `space` Mirror.
- `escape` Remove control points.
2017-11-07 21:40:13 +00:00
- `ctrl+n` New canvas.
2017-11-13 18:52:53 +00:00
- `ctrl+s` Export canvas.
- `ctrl+z` Delete last segment.
2017-11-19 19:29:38 +00:00
## Hacker Mode(Cheatmode)
2017-11-13 03:54:56 +00:00
2017-11-19 19:29:38 +00:00
- `tab` Toggle interface.
- `1204` Will add a control point at x:12,y:4.
2017-11-07 21:40:13 +00:00
2017-11-05 00:52:05 +00:00
## License
See the [LICENSE](LICENSE.md) file for license rights and limitations (CC).