项目作者: jon-grangien

项目描述 :
Interactive procedural landscape generation
高级语言: GLSL
项目地址: git://github.com/jon-grangien/magical-forest-architect.git
创建时间: 2016-12-08T20:14:37Z
项目社区:https://github.com/jon-grangien/magical-forest-architect

开源协议:

下载


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.

  1. yarn
  2. # hot reloading dev server on port 1337
  3. yarn start
  4. # minified build, load in browser however you want
  5. yarn build

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