thunder-engine / thunder

Thunder Engine – Cross-platform 2D and 3D game engine with modular architecture
https://thunderengine.org/
Apache License 2.0
521 stars 34 forks source link

Editor: Qt6 compatibility #776

Open eprikazchikov opened 1 week ago

bedwardly-down commented 2 days ago

When this gets merged, I want to add Qt6 building from source to the FreeBSD part of the CMake build chain. That way all package builds are built against the same library versions. Keeping dependencies consistent will help with testing and hopefully prevent platform package updates from breaking everything. I love how much of your build system is completely detached from system dependencies and now that FreeBSD SDK builds are starting to come down the pipeline in a consistent way, once this gets merged, I can focus on FreeBSD port parity and you can keep upgrading the engine and tools and fixing bugs that are not platform dependent.