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

https://github.com/krsbx/aframe-react-component

React Components for easier AFrame usage
https://github.com/krsbx/aframe-react-component

aframe aframe-boilerplate aframe-component aframe-react react typescript

Last synced: 4 months ago
JSON representation

React Components for easier AFrame usage

Awesome Lists containing this project

README

        

# Aframe React Component

Use entity/primitive from Aframe with React just like a normal component works in React.

# How to start

- Install Aframe React Component as Depedencies

```
npm i aframe-react-component
```

- Install Aframe, since it's depends on aframe

```
npm i aframe
```

- Import the components in your React projects

```js
import { Scene, Camera, Box } from 'aframe-react-component';

///

return (




);
```