pointvec/README.md

42 lines
911 B
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-05 05:26:25 +00:00
It works by adding control points and selecting a stroke type. So clicking the canvas a few times will place up to 3 control points. Clicking one of the icons, or pressing one of the shortcuts, will draw a stroke.
2017-11-05 00:52:05 +00:00
## Controls
2017-11-05 04:33:04 +00:00
### Layer 1
2016-12-31 21:18:41 +00:00
2017-11-05 04:33:04 +00:00
- `q` Erase control points.
- `w` Erase last segment.
- `e` Export SVG file.
- `r` Close Path.
2017-01-04 18:25:40 +00:00
2017-11-05 04:33:04 +00:00
### Layer 2
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-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-05 04:33:04 +00:00
- `+` Increase stroke size.
- `-` Reduce stroke size.
- `/` Toggle linecap.
2017-11-05 00:52:05 +00:00
2017-11-07 21:40:13 +00:00
### Shortcuts
- `ctrl+n` New canvas.
- `alt+click` Erase target stroke.
2017-11-13 00:31:09 +00:00
- `ctrl+enter` Toggle Fullscreen.
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).