Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolgemoth/vsop87-wrapper
A wrapper class providing a clean interface for working with Greg Miller's VSOP87-Multilang in C++.
https://github.com/wolgemoth/vsop87-wrapper
astronomy cpp cpp17 glm header-only mathematics positions solar-system templated vsop vsop87 wrapper
Last synced: 17 days ago
JSON representation
A wrapper class providing a clean interface for working with Greg Miller's VSOP87-Multilang in C++.
- Host: GitHub
- URL: https://github.com/wolgemoth/vsop87-wrapper
- Owner: wolgemoth
- License: mit
- Created: 2024-05-01T15:14:14.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-12T10:59:08.000Z (8 months ago)
- Last Synced: 2024-05-12T11:41:43.278Z (8 months ago)
- Topics: astronomy, cpp, cpp17, glm, header-only, mathematics, positions, solar-system, templated, vsop, vsop87, wrapper
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSOP87 Wrapper
### About
This project implements a wrapper providing a clean interface for those for working with the C++ version of Greg Miller's VSOP87-Multilang and the glm maths library.
If you find a bug or have a feature-request, please raise an issue.
### Dependencies
#### [VSOP87-Multilang](http://www.celestialprogramming.com/vsop87-multilang/index.html)
#### [OpenGL Mathematics 0.9.9.8 (GLM)](https://www.opengl.org/sdk/libs/GLM/)### Instructions
The implementation is header-only and written in templated C++17. You should not need to make any adjustments to your project settings or compiler flags.
Simply include the header and its dependencies in your project and you are ready to start!