osc-rendering/README.md

14 wiersze
269 B
Markdown

2024-12-09 02:20:58 +00:00
# osc-rendering
2024-12-09 02:37:32 +00:00
Oscilloscope rendering test(s):
* generation of samples tables for shapes
* moving a shape on the screen at keypress
## Running
```bash
$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python ./sample.py
```