Elias Steurer
Elias Steurer
This would be easy when switching to CMake see https://github.com/asmaloney/GDExtensionTemplate. Then we could simply use vcpkg and compile ffmpeg ourselves. The following example is for Android but would be similar...
Bump. We are also interested in using this commercially, but the license would not allow it :/
We now get the same error on with clang-cl 18.1.7 on Windows. **Edit:** Looks like somehow our code gets compiled with c++ latest instead of c++23. Clang 18 implemented `Remove...
Not sure if this related but our linux gcc 13.1 ci stops collecting warnings, because of thousands of ``` [93m /builds/xxx/xxx/External/Godot/godot-cpp/include/godot_cpp/variant/vector3.hpp:54:24: warning: ISO C++ prohibits anonymous structs [-Wpedantic][0;37;40m 54 |...
Ah you're right, I'm sorry. Are you getting these warnings as well, in general? This looks more and more like an issue on my end. I've had issues the last...
The 0.7 release always tries to load rocm. Is there any way to force cpu mode? I have an AMD 5950x and a RX7600 and RocM 5.7 installed. It also...
> Can you please elaborate what the issue is? We compile HarfBuzz with c++20 to make sure it's compilable. There can be issues when importing existing code into a module...
Yes, see [vulkan-hpp for example](https://github.com/KhronosGroup/Vulkan-Hpp?tab=readme-ov-file#c20-named-module). I'm not sure about the specific implementation details that harfbuzz needs. Not allowing to export macros was an explicit feature in the modules spec IIRC,...
You do not have to have vcpkg packages installed globally with vcpkg. We have a build vcpkg script that compiles vcpkg once and then zips the vcpkg/installed folder for all...
With CMake (and especially Qt) we often have to rebuild everything. Even just adding a simple `.qml` file or icon, means recompiling everything. This is nothing we can do here,...