A real-time heat diffusion simulation with material region editing capabilities. This project allows users to create custom materials with different thermal properties and visualize how heat propagates through them.
- Interactive Heat Simulation: Real-time visualization of heat diffusion across a 2D grid
- Material Editor: Draw custom material regions with different diffusivity properties
- Rectangle tool for creating rectangular regions
- Ellipse tool for creating circular/elliptical regions
- Custom Boundary Conditions: Set different temperatures for each edge of the simulation
- Playback Controls: Play, pause, and scrub through simulation frames
- Data Analysis: View temperature statistics and trends over time
demo-GUI.webm
- React + TypeScript
- HTML5 Canvas for rendering
- Custom hooks for state management