I like making simple interactive simulations (often physics related). They are all written in JavaScript, so will run in your browser. If you are interested in making fun visualisations like these, check out this canvas tutorial to start.
I like making simple interactive simulations (often physics related). They are all written in JavaScript, so will run in your browser. If you are interested in making fun visualisations like these, check out this canvas tutorial to start.
Buoyancy
Drop a ball in a fluid and observe the effects of drag, upthrust and the viscosity.
Fractals
Visualisation of the Mandelbrot set, quadratic Julia sets and polynomial Newton fractals
Double Pendulum
A simulation of a double pendulum -- a system which exhibits chaotic behaviour
Electric Field Lines
Visualise electric field lines from multiple point sources
Sorting Algorithms
Watch how different sorting algorithms work on different data sets
Snowflakes
Grow a snowflake! A local cellular automata for replicating snowflake growth
Oscillations
Simulate an oscillating spring with optional damping and a driving force
Ray Marching
A demonstration of ray marching with basic shapes in a pixel shader. Requires WebGL2 support
Lenses
Simulate a lens with adjustable properties
Elastic Pendulum
A simulation of a pendulum with a spring in place of the rod