Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssbh_data C FFI #106

Open
ScanMountGoat opened this issue Nov 24, 2021 · 0 comments
Open

ssbh_data C FFI #106

ScanMountGoat opened this issue Nov 24, 2021 · 0 comments
Labels
enhancement New feature or request ssbh_data High level data access

Comments

@ScanMountGoat
Copy link
Member

This allows for c, c++, c#, etc to take advantage of the parsing and data conversion capabilities of these libraries. There are a number of challenges listed below.

  • VectorData has a variable component count. This could be represented as a float* and shape variable similar to numpy arrays.
  • TrackData has multiple types. This will likely need to be a tagged union with careful handling of booleans.
  • Allocating and freeing memory needs to be handled for strings and arrays
@ScanMountGoat ScanMountGoat added enhancement New feature or request ssbh_data High level data access labels Nov 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ssbh_data High level data access
Projects
None yet
Development

No branches or pull requests

1 participant