Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fritx/react-threejs

WIP: Simplest bindings between React & Three.js
https://github.com/fritx/react-threejs

Last synced: about 2 months ago
JSON representation

WIP: Simplest bindings between React & Three.js

Awesome Lists containing this project

README

        

# react-threejs

WIP: Simplest bindings between [React][react] & [Three.js][threejs]

http://fritx.github.io/react-threejs/example/

See also: [vue-threejs](https://github.com/fritx/vue-threejs)

```js
import React, { Component } from 'react'
import { Renderer, Camera, Scene } from 'react-threejs'
```

```jsx
render () {
return (







)
}
```

```jsx
// setting FirstPersonControls, PositionalAudio & more
render () {
return (









)
}
```

[react]: https://github.com/facebook/react
[threejs]: https://github.com/mrdoob/three.js