Skip to content

amzon-ex/showcase-physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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