Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

klaseskilson/TNM084-my-little-planet

Repository files navigation

My little planet

Procedural planet generator using WebGL made for the course TNM084 (Procedural Methods for Images) at Linköping University.

Screen shot

Setup

Make sure you have Node.js installed. Then, install grunt-cli and our our dependencies using:

npm install -g grunt-cli
npm install

Run

Run the application for development:

grunt dev

Then open localhost:3000 in your browser (preferably Chrome(ium)).

Build and Deploy

Build it for deployment:

grunt deploy

This builds, minifies and hashes the JS, followed by appending the hash to the file name. This busts the cache if the file has changed. (It also changes the reference to the js file in index.html.)

Then deploy this to your favourite static hosting solution.

About

🌍 WebGL planet generator using procedural methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published