https://github.com/dakup/pro3d-extensions
https://github.com/vrvis/PRo3D
https://github.com/dakup/pro3d-extensions
Last synced: about 1 year ago
JSON representation
https://github.com/vrvis/PRo3D
- Host: GitHub
- URL: https://github.com/dakup/pro3d-extensions
- Owner: DaKup
- License: mit
- Created: 2021-04-15T11:14:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T11:26:48.000Z (over 2 years ago)
- Last Synced: 2025-02-01T11:43:56.196Z (over 1 year ago)
- Language: C++
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PRo3D-Extensions
https://github.com/vrvis/PRo3D
## Download Pre-Build Binaries
https://github.com/DaKup/PRo3D-Extensions/releases
## Build-Instructions
```bash
git clone https://github.com/DaKup/PRo3D-Extensions.git
```
- Download [SPICE Library](https://naif.jpl.nasa.gov/naif/toolkit_C.html)
- Extract zip inside source directory
- open cmd inside source directory
```bash
cmake --preset windows-configure
```
```bash
cmake --build --preset windows-build
```
[Get SPICE Kernels from here](https://s2e2.cosmos.esa.int/bitbucket/projects/SPICE_KERNELS)
e.g.
```bash
git clone --depth=1 https://s2e2.cosmos.esa.int/bitbucket/scm/spice_kernels/exomars2016.git
```
## Acknowledgements
NASA's Navigation and Ancillary Information Facility (NAIF) for their [SPICE Toolkit](https://naif.jpl.nasa.gov/naif/toolkit.html)