https://github.com/susielu/3d
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/susielu/3d
- Owner: susielu
- License: mit
- Created: 2016-04-28T14:34:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T23:40:30.000Z (about 9 years ago)
- Last Synced: 2025-02-06T13:47:45.889Z (4 months ago)
- Language: JavaScript
- Size: 281 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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