Visualize and interact with PDEs. Made in C with raylib.
Try it on GitHub Pages (using a mouse is recommended): https://kevinferg.github.io/pde/
Equations implemented so far:
- Swift-Hohenberg Equation
- Cahn-Hilliard Equation
- Scroll mouse wheel to change brush size
- Left (or right) mouse click to 'paint' negative (or positive) values at the cursor
- Spacebar to pause/resume simulation
- Tab to switch equations
Compilation instructions here.
Requirements:
- MinGW-w64 (for Windows)
- raylib
- emscripten SDK (for Web)