A 3D simulation of boiling water created using Three.js. This project visualizes the physics of water boiling, including temperature changes, mass loss due to evaporation, and particle effects for bubbles and steam.
- Clone the repository
git clone https://github.com/your-username/water_boiling_simulation.git
- Navigate to the project directory
cd water_boiling_simulation - Install dependencies
npm install
Start the development server with hot reloading:
npm run dev