Tutorial is on my YouTube Channel.
CmdEngine is a really lightweight game engine at under 5 MB, It is built ontop of raylib and C++.
CmdEngine does not have a code editor but it uses c++ and its API to help making games, So you can use anything from Microsoft VS Code to Visual Studio or DevC++.
Dependencies: 'raylib': apt install libraylib-dev or thru its github.
Platforms:
- WIndows (Through WSL on Windows 10 or later, Or thru virtualization on older versions)
- LInux (Natively supported)
- macOS (Not supported.)