Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poshaughnessy/react-three-demo
A demo that uses @Izzimach's react-three library
https://github.com/poshaughnessy/react-three-demo
demo react threejs
Last synced: 6 days ago
JSON representation
A demo that uses @Izzimach's react-three library
- Host: GitHub
- URL: https://github.com/poshaughnessy/react-three-demo
- Owner: poshaughnessy
- License: other
- Created: 2015-04-02T15:37:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T22:11:18.000Z (about 9 years ago)
- Last Synced: 2024-11-02T09:32:47.233Z (13 days ago)
- Topics: demo, react, threejs
- Language: JavaScript
- Homepage: http://react-three-demo.herokuapp.com
- Size: 36.3 MB
- Stars: 48
- Watchers: 6
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React Three.js Test
A React + Three.js demo of a robot model viewer, using [react-three](https://github.com/Izzimach/react-three).
## Run locally (recommended)
After checking out:
* `npm install`
* `npm install -g gulp` # Install gulp if you haven't already
* `gulp serve`
* Take a look at [localhost:8000](http://localhost:8000)## Hosted version (recommended only on a good network connection!)
You can try the hosted version at [react-three-demo.herokuapp.com](http://react-three-demo.herokuapp.com)
although please be warned that the second model in particular is very big (~16MB),
so make sure you're on a good wifi connection!## Credits
* Robby the Robot model by [Planemo](http://www.blendswap.com/user/planemo), [CC-BY-SA](http://creativecommons.org/licenses/by-sa/3.0/)
* Mech Robot model by [mirov777](http://www.blendswap.com/user/mirov777), [CC Zero](http://creativecommons.org/publicdomain/zero/1.0/)