This is a template project for a C++ application using modern CMake for the configuration, Conan 2 for resolving external libraries, and VSCode for the code editing/debug. You simply add your .cpp ...
This template uses VSCode for the Raylib library in C/C++, the compilation is done using CMake. For VSCode, we will install the extension called CMake Tools. This extension will help use to comiple ...