elamaunt / GDShrapt

GDShrapt is object-oriented one-pass parser of GDScript programming language.
MIT License
38 stars 4 forks source link

Leverage existing csharp source code generator #2

Open GeorgeS2019 opened 4 months ago

GeorgeS2019 commented 4 months ago

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.

https://github.com/Delsin-Yu/CSharp-Wrapper-Generator-for-GDExtension/pull/30#pullrequestreview-2039579976

GeorgeS2019 commented 4 months ago

@raulsntos

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

GeorgeS2019 commented 4 months ago

@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 commented 4 months ago

@elamaunt

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