Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.16 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.16 KB

nannou-playground

Animation projects that leverage the excellent nannou library.

Projects

fft

This visualizes principles of Fast Fourier Transform as system of rotating lines.

nannou-fft

fractal

This visualizes a fractal tree using the Lindenmayer system and Koch curve.

Press R to switch between different preset fractal curves.

nannou-fractal

pathfinding

This visualizes a pathfinding algorithm using the A* search algorithm, BFS, DFS and beam search.

nannou-pathfinding

browian

This visualizes a Browian motion.

nannou-browian

diffusion

This visualizes a Reaction-diffusion system.

nannou-diffusion