Everyone's entitled to their own opinion, but personally I just can't get to grips with game engines like Godot, Unreal and Unity. Yet I've really tried, but find the progression line exponential: at the start, everything's very easy, everything's already done, but as soon as you want to add a specific feature, it takes an enormous amount of time. On several occasions, I've spent hours trying to figure out how to do something that would have taken me about 10 minutes with pure code. I also remember that during a game jam, I had implemented a particle system to make wind, but after adding a scene (completely independent of the wind scene and the scene that uses it), it no longer worked, the debugs worked but the display didn't... So after spending 2 hours on a 48-hour game jam, it hurt... That's why I want to make a framework (not a game engine, because there probably won't be any graphical interface) that installs a full environment, with plenty of built-ins but without the limitation of a restrictive scene and node system.
Create a new folder, open a terminal in it and run:
curl https://imsumire.github.io/radiance/raylibc.sh | sh
curl https://imsumire.github.io/radiance/raylibcpp.sh | sh
The project creation page will soon be available!