Oscilloscope rendering test(s)
Go to file
Mi Klo f6c579f04b trapezoid function 2024-12-09 04:42:19 +00:00
LICENSE Initial commit 2024-12-09 02:20:58 +00:00
README.md initial commit 2024-12-09 02:37:32 +00:00
requirements.txt initial commit 2024-12-09 02:22:49 +00:00
sample.py trapezoid function 2024-12-09 04:42:19 +00:00

README.md

osc-rendering

Oscilloscope rendering test(s):

  • generation of samples tables for shapes
  • moving a shape on the screen at keypress

Running

$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python ./sample.py