main
Mi Klo 2024-12-09 02:37:32 +00:00
rodzic 8a3711cea8
commit e070bdcda4
1 zmienionych plików z 12 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,14 @@
# osc-rendering
Oscilloscope rendering test(s)
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
```