Drachenfrucht1 / godotcord

A Discord Game SDK integration for Godot
https://drachenfrucht1.github.io/godotcord
MIT License
53 stars 5 forks source link

Godotcord for Godot 4.0 #88

Closed Drachenfrucht1 closed 1 month ago

Drachenfrucht1 commented 1 year ago

This PR will update Godotcord to use the new GDExtension system that was released with Godot 4.0 (still beta currently). In addition, all features that are no longer available in the Game SDK will be removed. I have so far changed to project structure to a GDExtension project and converted most of the Godotcord class to see if it would be imported correctly into the engine.

To compile you have to clone this branch with the submodule. After that, you need to clone the godot-headers repository into the godot-cpp directory. After that you can follow the steps from the GDExtension tutorial.

Things that are left to do: