Multiplatform augmented reality application for Earth satelite visualization as the title of my bachelor thesis says. After a long analysis and several experiments, it is a React Native app with usage of Viro React AR & VR framework.
-
Set up React Native development environment (https://reactnative.dev/docs/environment-setup - React Native CLI Quickstart)
-
Clone this repository
-
npm installin project folder to install all project dependecies -
npx jetifyin project folder to migrate to AndroidX -
Connect Android device with Developer mode enabled via USB to the development PC
-
npx react-native run-android --variant=arDebugin project folder to run the project
Run the ESDoc documentation tool by ./node_modules/.bin/esdoc command in root of project.
Run ./android/gradlew assebleRelease command in root of project. Generated .apk will be in .\android\app\build\outputs\apk\gvr\release folder.
Compilation for iOS devices is not verified because of lack of testing devices, but probably it will not work - more details in thesis text (only in Czech https://dspace.cvut.cz/handle/10467/87721).

