Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSinho committed Aug 14, 2023
1 parent 09b3639 commit 841e8e6
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _Check the linux and windows build logs:_
[![linux_badge](.shci/linux/exit_code.svg)](.shci/linux/log.md)
[![windows_badge](.shci/windows/exit_code.svg)](.shci/windows/log.md)

A static 3d representation of of the Gaia (Early) Data Release 3 Universe Model data uploaded by the European Space Agency.
A 3d representation of of the Gaia (Early) Data Release 3 Universe Model data uploaded by the European Space Agency.

![](docs/media/alphafe_age_mass.png)

Expand All @@ -25,6 +25,7 @@ Programs and libraries are frequently being tested on Windows 11, and Linux Mint
* [`Terminal install`](/docs/terminal-install.md)
* [`Application tutorial`](/docs/application-tutorial.md)

![](media/age_cf.png)
_x: right ascension; y: declination; z: barycentric distance; view mode: polar; color filter: age; shade type: animated_

---
Expand All @@ -35,13 +36,26 @@ _x: right ascension; y: declination; z: barycentric distance; view mode: polar;
* After downloading Gaia Universe Model data, load as many celestial bodies as you need in the scene, see [`settings.smd`](./gaia-universe-model/smd/settings.smd).
* Decide what parameters to read (`xyz` parameter types + color_filter). To find what parameters are compatible, see [`settings.smd`](./gaia-universe-model/smd/settings.smd).
* Graphics settings options: view modes (cartesian, polar), shade types (pixel, circle, cloud, animated cloud), see [`settings.smd`](./gaia-universe-model/smd/settings.smd).
* Easily add new graphics features using the [`Vulkan API`](https://www.vulkan.org/) through [`shvulkan`](https://github.com/mrsinho/shvulkan)

![](docs/media/logg_cf.png)

---

## Dependencies and credits

* [`Gaia Early Data Release 3`](https://www.cosmos.esa.int/web/gaia/early-data-release-3)
* [`gaia-resources`](https://github.com/mrsinho/gaia-resources)
* [`shengine`](https://github.com/mrsinho/shengine)
* [`vulkan`](https://www.vulkan.org/)
* [`shvulkan`](https://github.com/mrsinho/shvulkan)
* [`gaia-archive-tools`](https://github.com/mrsinho/gaia-archive-tools)
* [`cglm`](https://github.com/recp/cglm)
* [`glfw`](https://github.com/glfw/glfw)
* [`smd`](https://github.com/mrsinho/smd)

## Feedback and contributing

I have been personally dedicated to this project since the beginning of 2022, investing a significant amount of my spare time. Should you encounter any issues with the application or wish to introduce new features while addressing existing ones, I welcome your contributions to the repository. You can contribute by either opening an issue or submitting a pull request.
I have been personally dedicated to this project since the beginning of 2022, investing a significant amount of my spare time, developing the engine, and working on new features. Should you encounter any issues with the application or wish to introduce new features while addressing existing ones, I welcome your contributions to the repository. You can contribute by either opening an issue or submitting a pull request.

---

0 comments on commit 841e8e6

Please sign in to comment.