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

Create C++ api generator script #8924

Open
Tracked by #8931
JCash opened this issue May 15, 2024 · 0 comments · May be fixed by #7889
Open
Tracked by #8931

Create C++ api generator script #8924

JCash opened this issue May 15, 2024 · 0 comments · May be fixed by #7889
Assignees
Labels
dmsdk Issues related to the dmSDK engine Issues related to the Defold engine task A task that needs to be performed

Comments

@JCash
Copy link
Contributor

JCash commented May 15, 2024

We want to be able to keep all sdk's up-to-date, and having a script to do that is our first try.
While we could parse C++ code to generate C# code, I feel it's cleaner to have a C api.

For a happy path, creating an extension, we need a C api for configfile.h, extension.h and resource.h.
The biggest task is creating the resource C api.

Design doc: https://docs.google.com/document/d/1xITgxkLeBTOy5yP7rmqvrTcabe_iZrIJ_cW2DXTRcFo/edit?usp=sharing
Subtask of #8063

@JCash JCash added task A task that needs to be performed engine Issues related to the Defold engine dmsdk Issues related to the dmSDK labels May 15, 2024
@JCash JCash self-assigned this May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dmsdk Issues related to the dmSDK engine Issues related to the Defold engine task A task that needs to be performed
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant