https://github.com/ericflo/flintvr-react
This is a small shim library to wrap FlintVR with React.js bindings
https://github.com/ericflo/flintvr-react
Last synced: 11 months ago
JSON representation
This is a small shim library to wrap FlintVR with React.js bindings
- Host: GitHub
- URL: https://github.com/ericflo/flintvr-react
- Owner: ericflo
- License: bsd-3-clause
- Created: 2016-02-22T11:58:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T12:25:23.000Z (over 10 years ago)
- Last Synced: 2025-07-26T11:02:58.629Z (11 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 22
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
flint-react
-----------
This is a small shim library to wrap FlintVR with React.js bindings.
How to Use
----------
Please see the example project. Basically this is just regular react
but you can use 'scene' and 'model' components from FlintVR.
```javascript
import { render } from 'flint-react';
global.vrmain = function(env) {
render(
);
}
```