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

C API coverage #1220

Open
5 of 6 tasks
Madman10K opened this issue Sep 17, 2024 · 0 comments
Open
5 of 6 tasks

C API coverage #1220

Madman10K opened this issue Sep 17, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Madman10K
Copy link
Member

Madman10K commented Sep 17, 2024

The C API covers almost all user-facing components of the framework, however, there are still some spots that are yet to be covered:

ThirdParty libraries:

  • - plotting module - too big to generate by hand(the imgui bindings generator is still not as advanced)
  • - spinners module - too big to generate by hand + is header-only
  • - UntitledLog library - depends a lot on features from C++17 and beyond
  • - parallel-hashmap - could theoretically be ported(header-only might be an issue)

Framework code:

  • - Getting a list of plugins from the plugins interface
  • - To lower and to upper functions from Utilities.hpp
@Madman10K Madman10K pinned this issue Sep 17, 2024
@Madman10K Madman10K added enhancement New feature or request help wanted Extra attention is needed Windows Issues related to the Windows 10/11 operating systems Linux Issues related to the Linux family of operating systems WASM Issues related to the Web Assembly target and removed Windows Issues related to the Windows 10/11 operating systems Linux Issues related to the Linux family of operating systems WASM Issues related to the Web Assembly target labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant