Planetarium app for Samsung Gear VR
A basic (but evolving) virtual planetarium app for VR devices, using Samsung’s Gear VR Framework.
Features:
To do:
If not building for Oculus devices, then the usual gradle build should work out of the box.
If building for Oculus, you may need to download the Oculus Mobile SDK.
To run the app on your Oculus device, you’ll need to generate an Oculus Signature File for the device, and put the file in the assets
directory.
https://developer.oculus.com/osig/
You may then build and run the app in the usual way.
The app has been tested on the Galaxy Note 4, Galaxy S6, Galaxy S7, and Nexus 6P.
This project uses Wikimedia’s REST API for retrieving article content: https://en.wikipedia.org/api/rest_v1/
This project uses the AstroLib library (https://mhuss.com/AstroLib/) for calculating planet positions.
Copyright (c) 2015-2019 Dmitry Brant
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.