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

GDExtension C# bindings made possible by Godot 4.2 Beta 1 #25

Closed
GeorgeS2019 opened this issue Oct 17, 2023 · 3 comments
Closed

GDExtension C# bindings made possible by Godot 4.2 Beta 1 #25

GeorgeS2019 opened this issue Oct 17, 2023 · 3 comments

Comments

@GeorgeS2019
Copy link

GeorgeS2019 commented Oct 17, 2023

Do check out this new project, perhaps the more official way to generate the GDExtension C# Bindings

Tested on c++ GDExtension:

dotnet publish DodgeTheCreeps/Source/DodgeTheCreeps.csproj 
-property:GenerateFullPaths=true 
-consoleloggerparameters:NoSummary 
-p:NativeLib=Shared 
--use-current-runtime -o DodgeTheCreeps/Build
dotnet publish Summator/Source/Summator.csproj 
-property:GenerateFullPaths=true 
-consoleloggerparameters:NoSummary 
-p:NativeLib=Shared 
--use-current-runtime -o Summator/Build
@GeorgeS2019
Copy link
Author

GeorgeS2019 commented Jan 25, 2024

@j20001970
We now have 2024 attempt to generate GDExtension CSharp bindings
godotengine/godot-proposals#8191 (comment)

@GeorgeS2019
Copy link
Author

@j20001970

Godot .NET is finally here

@j20001970
Copy link
Owner

Closed in favour of j20001970/GDMP-demo#6

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

2 participants