Skip to content

jon-grangien/magical-forest-architect

Repository files navigation

What

Interactive WebGL + Three.js application with procedurally generated objects.

Coursework for course TNM084 Procedural Methods for Images at Linköping University

Live link

Run and Develop

Install yarn.

yarn  
  
# hot reloading dev server on port 1337
yarn start
  
# minified build, load in browser however you want
yarn build

Or just do npm install and npm start because it's probably fine