Skip to content

rasmussvala/TNM084-Procedural-Planet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TNM084-Procedural-Planet

Overview

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.

Usage

Prerequisites

  • Node.js
  • npm (Node Package Manager)

Setup

  1. Clone the repository.
  2. Navigate to the project directory by running the command: cd TNM084-Procedural-Planet
  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'.

Render of a Generated Planet

image