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

Rust needs wrappers for Array, Dictionary and String #112

Open
fwsGonzo opened this issue Sep 14, 2024 · 5 comments
Open

Rust needs wrappers for Array, Dictionary and String #112

fwsGonzo opened this issue Sep 14, 2024 · 5 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@fwsGonzo
Copy link
Collaborator

fwsGonzo commented Sep 14, 2024

In order to be usable in unboxed mode, which is now the default, the Rust API needs these abstraction in order to be useful. The Rust API is still fully usable if unboxed mode is disabled in project settings, which makes all function arguments Variant.

@fwsGonzo fwsGonzo added enhancement New feature or request help wanted Extra attention is needed labels Sep 14, 2024
@fire
Copy link
Collaborator

fire commented Sep 14, 2024

Am I able to configure unboxed mode per sandbox?

@fwsGonzo
Copy link
Collaborator Author

fwsGonzo commented Sep 14, 2024

Yes, it's actually a run-time setting. I can expose it as a property

Implemented here: 5086b69

@fire
Copy link
Collaborator

fire commented Sep 16, 2024

Merged?

@fire fire closed this as completed Sep 16, 2024
@fwsGonzo fwsGonzo reopened this Sep 17, 2024
@fwsGonzo
Copy link
Collaborator Author

GodotString has been implemented now, which is a Godot String wrapper, albeit a basic one.

@fwsGonzo
Copy link
Collaborator Author

fwsGonzo commented Jan 2, 2025

There is now a basic GodotArray in the Rust API, 32bf88c

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

2 participants