An open API service indexing awesome lists of open source software.

https://github.com/susielu/3d


https://github.com/susielu/3d

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 3D Recursive Plantae

An OpenVisConf-inspired hack project by Susie Lu, Erik Cunningham & James Womack

## Notable Features
* Recursive plantae creation with THREE
* A plant-segment-specific abstraction of THREE
* Easy-to-use development server via Budo & Browserify HMR
* CommonJS
* ES2015 modules
* Hot module reloading
* Near-instant feedback on your changes
* Server automatically opens your browser on starting

## Instructions

### Running the project
```sh
npm i # installs the JavaScript deps, other than THREE with is bundled with this repo
npm start # opens your default browser to the app's host:port
```

### Creating your own tree segments
> TBD