EvanBacon / expo-three-orbit-controls

🎥 Three.js Orbit Controls (Camera) bridged into React Native
MIT License
73 stars 35 forks source link
3d ar expo gaming javascript npm react reactnative threejs yarn

expo-three-orbit-controls

supports iOS supports Android supports web

This is a very rough port of Three.js OrbitControls for universal React apps with Expo.

☁️ Installation

yarn add expo-three-orbit-controls

🚀 Usage

Import into your project:

import OrbitControlsView from 'expo-three-orbit-controls';

Check out the example for more info.