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

Allow CallableCustom objects to be created from GDExtensions #78813

Closed

Conversation

dsnopek
Copy link
Contributor

@dsnopek dsnopek commented Jun 28, 2023

Enabling callable_mp() and callable_mp_static() from godot-cpp was something we discussed at the last GDExtension meeting.

This is an attempt at implementing the Godot side of that!

See PR godotengine/godot-cpp#1155 for the godot-cpp side

I still need to finish implementing this on the godot-cpp side, but I wanted to get this up for discussion, to see if the approached seemed OK.

I've got this fully working in godot-cpp with full test coverage! So, marking this as ready for review :-)

@dsnopek dsnopek added this to the 4.x milestone Jun 28, 2023
@dsnopek dsnopek requested a review from a team as a code owner June 28, 2023 21:39
@dsnopek dsnopek marked this pull request as draft June 28, 2023 21:41
@dsnopek dsnopek force-pushed the gdextension-callable-custom branch from 2eb928a to 826f882 Compare June 29, 2023 12:40
@dsnopek
Copy link
Contributor Author

dsnopek commented Jun 29, 2023

I just posted this draft PR godotengine/godot-cpp#1155 for godot-cpp and got it minimally working. There's still a bunch of things to finish and test in the godot-cpp PR, though, before I take them both out of draft.

@dsnopek dsnopek changed the title [DRAFT] Allow CallableCustom objects to be created from GDExtensions Allow CallableCustom objects to be created from GDExtensions Jun 29, 2023
@dsnopek dsnopek marked this pull request as ready for review June 29, 2023 18:45
@dsnopek
Copy link
Contributor Author

dsnopek commented Jun 29, 2023

I've now got the godot-cpp changes finished, with full test coverage! So, this is ready for review now :-)

@dsnopek
Copy link
Contributor Author

dsnopek commented Jul 12, 2023

Superseded by #79005

@dsnopek dsnopek closed this Jul 12, 2023
@YuriSizov YuriSizov removed this from the 4.x milestone Dec 2, 2023
@dsnopek dsnopek deleted the gdextension-callable-custom branch July 22, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants