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

Port performance heavy parts of code to C#, while leveraging GDScript for scripting. #2

Open
dnesov opened this issue Dec 4, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@dnesov
Copy link
Contributor

dnesov commented Dec 4, 2022

Since Godot's .NET supported is in place, there's no need to use C++ through GDExtension for parts that require maintainability and performance. It makes sense to go with C# as it offers much better tooling and developer experience, with performance levels that should meet the requirements of the project.

Going further, all features that were planned to be implemented in C++ (like room generation) will be worked on in C#, with GDScript still being a primary language for content like items, status effects, or UI.

@dnesov dnesov added the enhancement New feature or request label Dec 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant