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

https://github.com/evanbacon/expo-three-demo

🍎👩‍🏫 Collection of Demos for THREE.js in Expo!
https://github.com/evanbacon/expo-three-demo

android arkit boilerplate demo es6 example expo frontend game ios javascript learning nodejs objective-c opengl project react-native template threejs tutorial

Last synced: about 2 months ago
JSON representation

🍎👩‍🏫 Collection of Demos for THREE.js in Expo!

Awesome Lists containing this project

README

        

# [expo-three-demo](https://exp.host/@bacon/three-demo)

Collection of Demos for THREE.js in Expo

Try it now: https://exp.host/@bacon/three-demo

[![Twitter](https://img.shields.io/badge/[email protected]?maxAge=2592000)](http://twitter.com/baconbrix)
[![Code Pen](https://img.shields.io/badge/CodePen-EvanBacon-000000.svg?maxAge=2592000)](http://codepen.io/EvanBacon/)

## Why? 🤔

I've noticed certain little things don't work or have weird behavior.
I'm hoping that by implementing the three.js/demos we can find all these things.
Also demos are fun! 🤡




## Stack 🥞

- [React native](https://facebook.github.io/react-native/)
- [Expo](http://expo.io)
- [THREE.js](https://threejs.org/)
- [React Navigation](https://reactnavigation.org/)

## Special Thanks 🙏

- [Mr. Doob, Creator of THREE.js](https://github.com/mrdoob)
- [Nikhilesh Sigatapu, Creator of EXGL](https://github.com/nikki93)