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

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

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(



);
}
```