monkeyscript / lissajous-curve

Graphical simulation of the Lissajous Curve.

Home Page:https://monkeyscript.github.io/lissajous-curve/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lissajous Curve

Lissajous curve is the graph of a system of following parametric equations which describe complex harmonic motion.

x = Asin(at + ϕ), y = Bsin(bt)

It was studied by Nathaniel Bowditch, an American mathematician in 1815 and later in detail by Jules Antoine Lissajous, a French physicist in 1857.

Simulator : https://monkeyscript.github.io/lissajous-curve/

Wiki : https://en.wikipedia.org/wiki/Lissajous_curve

All the parameters can be tuned and the simulator plots 100 points per second with varying t value.

About

Graphical simulation of the Lissajous Curve.

https://monkeyscript.github.io/lissajous-curve/

License:Apache License 2.0


Languages

Language:TypeScript 61.3%Language:HTML 21.7%Language:JavaScript 12.3%Language:CSS 4.6%