Graviton icon indicating copy to clipboard operation
Graviton copied to clipboard

Real-time night sky rendering and planetarium in Swift 4 with native SceneKit and Metal.

Results 15 Graviton issues
Sort by recently updated
recently updated
newest added

- [x] Use shared data source in observer view - [ ] Use shared data source in solar system view - [x] Ensure location synchrony in observer information view

refactor

The label should always be laid out in a way perpendicular to the direction of gravity. Currently it is perpendicular to the bottom edge of the screen.

bug

- [ ] Follow stellar targets - [ ] Follow dynamic target (sun, moon and planets)

feature

- [ ] index page - [ ] documentation using mkdocs

feature

The sliding and pushing aside animation can be extracted to a public library and added as a dependency.

wontfix
refactor
Backlog

Some ideas: - [ ] Adaptive star loading: load big magnitude stars when FoV is wide and load subsequent smaller ones when FoV is small - [ ] Reduce constraints...

enhancement

Observer data will fetch data overlapping that of previous day's. It will cause redundancy in realm database

refactor