Sky Vault is an open-source app for observing celestial objects in the sky. The project includes a user interface and uses SuperNOVAS as its core astronomical computation library.
Sky Vault is inspired by existing applications such as Sky Map and Star Walk. The purpose of this project is to create a personal, minimalistic application for sky observation.
Sky Vault is an open-source astronomy application designed for observing celestial objects in the night sky. The project is inspired by existing applications such as Sky Map and Star Walk, with the goal of creating a personal, minimalistic tool for sky observation.
Currently, the application is available for download only through GitHub via the Actions or Releases pages. The project is currently licensed under Apache-2.0, though this may be changed to MIT in the future:-).
- Real-time identification of celestial objects
- Offline operation
- Support for basic astronomical objects
- Minimalistic user interface
Currently, the application can observe two celestial objects: the Moon and the Sun. In the near future, additional features will be developed, including:
- Observation of constellations
- Live effects
- And more...
The project is divided into 6 main modules:
-
/api -- Module containing API interface definitions for the application.
-
/benchmark -- Module for performance testing and benchmarking of project components.
-
/engine -- The core of the application, containing main processing logic and calculations.
-
/native -- Module containing native components written in C++ (for integration with the SuperNOVAS library).
-
/sample-test -- Module containing sample code or tests for the application.
-
/sky-observatory -- Main Android/Java application module, containing source code for the user interface and application logic.
Sky Vault uses SuperNOVAS as its core astronomical computation library. SuperNOVAS is a C/C++ open-source library that provides high-precision astrometry calculations.
Please see CONTRIBUTING.md for details on how to contribute to this project.
This project is licensed under the Apache License, Version 2.0. See the LICENSE file for details.

