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

Leverage existing csharp source code generator #2

Open
GeorgeS2019 opened this issue Apr 29, 2024 · 3 comments
Open

Leverage existing csharp source code generator #2

GeorgeS2019 opened this issue Apr 29, 2024 · 3 comments

Comments

@GeorgeS2019
Copy link

GeorgeS2019 commented Apr 29, 2024

Translate GDScript to csharp

The following repos uses ClassDB to extract method and thier correspondence Ng parameters , properties and enum to source generate cscharp codes.

Delsin-Yu/CSharp-Wrapper-Generator-for-GDExtension#30 (review)

  • First, we need a good coverage of gdscript parser using c#
  • Second, we need to interface with dotnet Roslyn to source generate c# conversation
  • Third, we need to examine the repos provided to include Godot specific context of Array and Dictionary to cast from Gdscript to c# codes
@GeorgeS2019 GeorgeS2019 changed the title Use cases? Leverage existing csharp source code generator May 5, 2024
@GeorgeS2019
Copy link
Author

@raulsntos

Do you see this repos relevant for Roslyn use case for the official Gdscript to CS conversion?

@GeorgeS2019
Copy link
Author

@ZerxZ

Do you see this repos relevant for automated or to speed up the porting of Gdscript examples user for demonstrating c++ Gdextension into c# integration tests code generation?

@GeorgeS2019
Copy link
Author

@elamaunt

Consider using gdunit4Net vs2022 test Adapter for writing assert statements with Fluent support to simplify the automated integration test code generation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant