Skip to content

rasmussvala/TNM084-Procedural-Planet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TNM084-Procedural-Planet

This is a THREE.js project that generates procedurally created planets. Try it out! The link is in the description. If you want to download the code and run it on your machine, here's how you do it:

Before you start, you need the following:

  • Node.js
  • npm (Node Package Manager)

Then all you need to do is:

  1. Clone the repository.
  2. Navigate to the project directory by running the command: cd this-repo
  3. Install dependencies by running the command: npm install
  4. 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'.

image