Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (17 loc) · 1.13 KB

NaifSpiceSharp

This is a C# wrapper for NAIF SPICE Toolkit.

Installation

Nuget

Limitation

  • Currently only support Windows x64. More platform supports will be added if anyone needs them.

  • Some functions are not supported, such as functions with function pointer as parameter and functions' input or return types are struct. Please send an issue if you need to use those functions.

About C Library

  • The source code can be found here.

  • The source code is recompiled with VS 2019 for Windows.

About Kernel