godot-cpp
godot-cpp copied to clipboard
C++ bindings for the Godot script API
This is the first step towards "godot-cpp v10" as described in [this proposal](https://github.com/godotengine/godot-proposals/issues/10243). It does a bunch of things: - Generates the `gdextension_interface.h` from `gdextension_interface.json` - Replaces most of the...
### Godot version v4.5.1-stable ### godot-cpp version 4.3 ### System information Windows 11 ### Issue description I cloned the [template project](https://github.com/godotengine/godot-cpp-template) and added a class and built it once and...
### Godot version v4.5.1.stable.official [f62fdbde1] ### godot-cpp version 4.5 (e83fd09) ### System information Windows 10, x86-64, AMD Ryzen 9 5900HX, NVidia GeForce RTX 3070 ### Issue description When creating a...
### Godot version 4.5 ### godot-cpp version 4.5 ### System information Windows 11 ### Issue description Currently, the [vcpkg version of godot-cpp](https://github.com/microsoft/vcpkg/tree/master/ports/godot-cpp) is at `4.4`. With a custom install step...
### Godot version 4.5.1.stable.official.f62fdbde1 ### godot-cpp version 4.5 commit: da26c1732ee8656ef9ccad587cbdd55acf8637c8 ### System information macOS (Intel x86_64), Clang compiler. ### Issue description **Linking error on macOS (Clang x86_64): missing TLS wrapper...
### Godot version 4.5.1.stable ### godot-cpp version 4.5.stable ### System information All supported systems ### Issue description I'm currently developing a custom material type that inherits directly from the material...
Same as https://github.com/godotengine/godot/pull/113145, current cowdata structure already aligns to 16, so this is not fixing any immediate issue.
### Godot version 4.5.1 ### godot-cpp version 4.5.1 ### System information windows 11 ### Issue description Hello Godot team, I am developing a JavaScript language binding using GDExtension and godot-cpp,...
I encountered this bug when I was building my mobile game for both Android and Windows. But basically, when you do sequential multi-builds like this (logs from my own build...
### Godot version 4.5.beta ### godot-cpp version latest ### System information Windows 11 - MSVC ### Issue description There's a compiler issue after adding CANVAS_LAYER_MIN to godot-cpp, After compiling the...