Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 491 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 491 Bytes

Chaotic Dynamics Visualizations

A visualization of chaotic dynamics in the damped, driven pendulum (and an excuse to explore WebAssembly).

Screenshot

The numerics are implemented as a standard 4th-order Runge-Kutta integrator in C++, which is compiled to a JS class using WebAssembly (WASM). The front-end hooks this to an interface using React/Redux and visualizes it using Canvas.