Generate some Lissajous traces in python.
Find a file
2018-09-15 17:50:25 -05:00
main.py Move offsetting from fixed 90 degrees to param 2018-09-15 17:45:41 -05:00
README.md Format readme 2018-09-15 17:50:25 -05:00

Generate Lissajous curves

The summary is x = sin(theta) and y = sin(theta - offset).

Doing this, we can get some cool graphs.