Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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++.

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!