This THREE.js project, part of the TNM084 Procedural Methods for Images course at Linköping University, generates procedurally created planets. It utilizes various types of noises to produce unique landscapes and scenery. Try it here: procedural-planet.vercel.app. To generate a new planet refresh the page.
- Node.js
- npm (Node Package Manager)
- Clone the repository.
- Navigate to the project directory by running the command:
cd TNM084-Procedural-Planet
- Install dependencies by running the command:
npm install
- Start the project by running the command:
npx vite
You should now be able to access the project in a web browser at 'http://localhost:XXXX'.