Make-based C++ starter template for raylib using raylib-cpp bindings.
Portable, automated template that clones, builds, and statically links raylib and raylib-cpp using Make. It provides a C++ project layout with separate compilation rules, a static library in /lib, and cross-platform build targets for macOS, Linux, and Windows. Suited for native game projects and prototypes that benefit from static linking and a simple Makefile-driven workflow.
0