blob: fb3bbc3412cb302d9008a0a479bee6a5912fc2cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# math-draw
A simple program for drawing mathematical figures
## Requirements
- Tested with Python 2.7.10
- As far as i know this is the only requirements to run this program
## Launch
Navigate to the folder with math-draw.py, and execute this:
```
python math-draw.py
```
## Options
When the program is started it will start to draw a figure, if the window is in focus you can use this hotkeys to do different things.
- Left Arrow: Decrease how many points that is on the circlearc
- Right Arrow: Increase how many points that is on the circlearc
- Up Arrow: Increase multiplier
- Down Arrow: Decrease multiplier
- q: Quit
- d: Toggle draw points on circlearc
- a: Toggle drawing animation
- t: Toggle handdrawing animation
## Todo
- Add ability for commandline parameters
|