Recently there was a ranking of Open Source game engines and [raylib](https://www.raylib.com/) was ranked low compared to e.g. Godot. Many Unity developers are moving to Godot4. C++ code can be embedded as GDExtension in Godot See [one possible example ](https://github.com/Remi123/MotionMatching/issues/11#issue-1947082677)
Recently there was a ranking of Open Source game engines and raylib was ranked low compared to e.g. Godot.
Many Unity developers are moving to Godot4.
C++ code can be embedded as GDExtension in Godot
See one possible example