/GenerativeTrees

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

Primary LanguageJavaScript

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.