Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1015 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 1015 Bytes

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