├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Viro Community 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Viro 2 | 3 | Awesome list about [Viro](https://github.com/virocommunity/viro). 4 | 5 | ## Help 6 | 7 | - [Chat](https://discord.gg/YfxDBGTxvG) 8 | 9 | ## Tools 10 | 11 | - [ViroFBX](https://github.com/ViroCommunity/ViroFBX) - FBX to VRX converter 12 | 13 | ## Samples 14 | 15 | - [starter-kit](https://github.com/ViroCommunity/starter-kit) - React Native project setup with Viro 16 | - [figment-ar](https://github.com/ViroCommunity/figment-ar) - Viro Media's Figment AR App 17 | - [GeoAR Demo](https://github.com/ViroCommunity/geoar) - using Google Maps Places API and placing them around the user in a 3D space 18 | 19 | ## Articles 20 | 21 | - [Creating your first React Native AR/VR project in 2020 with the renovated ViroReact](https://geovi.medium.com/creating-your-first-react-native-ar-vr-project-in-2020-with-the-renovated-viroreact-d62fa43b797b) 22 | - [React Native E-commerce App with AR](https://medium.com/@ceballosmarandres/react-native-e-commerce-app-with-ar-24cace2f213a) 23 | 24 | ## Videos 25 | 26 | - [React Native VR + AR Made Simple - Nader Dabit - 2018](https://www.youtube.com/watch?v=csgMNguUjDU) 27 | - [Alex Hinson - Rapid Cross-Platform AR Development with React Native - jsday 2019](https://www.youtube.com/watch?v=g0EGEnL9f4Q) 28 | --------------------------------------------------------------------------------