Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.14 KB

File metadata and controls

12 lines (9 loc) · 1.14 KB

Showcase of some Physics sims/anims

  • Visualizing Fourier frequencies with epicycles: /epicycles

    • Drawing Maa Durga with Fourier Transforms: animation
  • Stuff relating to a double pendulum: /double-pendulum

    • A double pendulum animation to explore the chaotic regime: code | animation (editable)
    • Add multiple double pendulums (two present by default) primarily to visualize SDIC: code | animation (editable)
  • Fractals! Employing the chaos game algorithm : /fractally

    • Automatic polygonal fractal generation depending on number of sides chosen: code | animation (editable)
    • Generate a polygonal fractal from arbitrary placed points: code | animation