sid113 / GenerativeTrees

Using Three.js to create randomly generated, low poly trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generative Trees

An experiment in 3D generative art.

To run:

  1. Clone the repository and navigate into it.
  2. To install dependencies (just express) run the following command in the command line:
    npm install
    
  3. To start the app, run the following command:
    node app
    
  4. In the browser visit http://localhost:3000/ to view the output.

About

Using Three.js to create randomly generated, low poly trees


Languages

Language:JavaScript 94.8%Language:HTML 5.2%