godot-cpp
godot-cpp copied to clipboard
C++ bindings for the Godot script API
### Godot version 4.5 ### godot-cpp version 4.5 ### System information Windows 10 ### Issue description I used two compilers: msvc and llvm. Build via CMake works. Possibly related. https://github.com/godotengine/godot/issues/64897...
### Godot version v4.4.1.stable.nixpkgs [49a5bc7b6] ### godot-cpp version godot-4.4.1-stable ### System information NixOS 25.05.20250721.92c2e04 (Warbler) ### Issue description I'm unable to properly compile GDExtension project for web with CMake. It...
### Godot version master ### godot-cpp version master ### System information windows10 ### Issue description When I compiled the DLL using a multi-layer folder structure, an error occurred: ERROR: Can't...
### Godot version 4.4.1 ### godot-cpp version 4.4.1 ### System information Win11, AMD-9950X ### Issue description I am using win11, MSVC 17.14.6 (the default CppCompiler and clang19.1.5(install through VS)). Even...
This is really rough atm, its late and I just wanted to get what I had up in case its a completely wrong direction to take. I've been trying to...
This removes all of the std::set usage and replaces it with Godot's RBSet. I'm making this a draft for now because it will not compile until https://github.com/godotengine/godot-cpp/pull/1841 gets merged, but...
### Godot version 4.5 ### godot-cpp version 4.5 (e83fd0904c13356ed1d4c3d09f8bb9132bdc6b77) ### System information macOS 15.6 (24G84) ### Issue description I had a pretty silly mistake in my build configuration as I...
### Godot version 4.5 ### godot-cpp version 4.5 ### System information Linux ### Issue description I just finished up setting up my code to compile for both godot-cpp and as...
### Godot version no matter ### godot-cpp version godot-4.5-stable ### System information Windows 11 ### Issue description Incorrect linker flags are used when building the project in the Windows +...
### Godot version n/a ### godot-cpp version n/a ### System information n/a ### Issue description The `project.godot` in the tests contains a `[native_extensions]` entry: https://github.com/godotengine/godot-cpp/blob/5910c0e8a2a1ab236016ccfb6983bf018470c4f3/test/project/project.godot#L18-L20 However, as far as I...