This project utilizes Three.js to create dynamic 3D tree models which can grow and adjust in real-time. The tree properties can be dynamically modified for educational, simulation, and visualization purposes.
Before running this project, make sure you have Node.js installed on your machine. You can download it from Node.js official website.
To set up the project environment, you need to install the necessary dependencies. Run the following command in the root directory of the project:
npm installTo run the project, run the following command:
npm run dev