1
0
Go to file
2021-06-01 19:08:10 +03:00
conf.lua feat: Initial commit 2021-06-01 19:08:10 +03:00
example.gif feat: Initial commit 2021-06-01 19:08:10 +03:00
main.lua feat: Initial commit 2021-06-01 19:08:10 +03:00
README.md feat: Initial commit 2021-06-01 19:08:10 +03:00

Lissajous table

Preview

I was inspired by this video "Making a physical Lissajous curve" and thought "That looks pretty cool and easy to code". So here it is a program which draws a resizable lissajous table. The wider or higher your window is the more circles will be drawn.

Starting

To run this project you need to install Love2D yourself. There is a great tutorial on how to do all of this here.