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

Rewrite in C# #5

Open
rjkilpatrick opened this issue Aug 1, 2020 · 0 comments
Open

Rewrite in C# #5

rjkilpatrick opened this issue Aug 1, 2020 · 0 comments
Labels
feature request New feature request

Comments

@rjkilpatrick
Copy link
Owner

Is your feature request related to a problem? Please describe.
GDscript is interpreted and incurs a large speed penalty for this. Rewriting the project in C# could lead to up to 4X speed improvement.
This is not an urgent problem, but as the project grows, it will get harder and harder to rewrite the project.

Describe the solution you'd like
Each GDscript file in the project to be re-written in the C# programming language instead.

Describe alternatives you've considered
C++ was considered, but this is largely too verbose and sacrifices ease of maintainability for speed.

@rjkilpatrick rjkilpatrick added the feature request New feature request label Aug 1, 2020
@rjkilpatrick rjkilpatrick modified the milestone: Stable alpha Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request
Projects
None yet
Development

No branches or pull requests

1 participant