raylib-cpp icon indicating copy to clipboard operation
raylib-cpp copied to clipboard

Add more Project Templates

Open RobLoach opened this issue 4 years ago • 4 comments

Right now, there's only a CMake project template: https://github.com/RobLoach/raylib-cpp/tree/master/projects

Would be awesome to add more.

RobLoach avatar Mar 29 '20 16:03 RobLoach

Would be nice to have Visual Sudio project files.

RobLoach avatar Dec 26 '20 20:12 RobLoach

When is Visual Studio project files comming?

llsanketll avatar Feb 28 '21 12:02 llsanketll

When someone adds them :wink: I don't have Visual Studio, but would love the additions.

RobLoach avatar Feb 28 '21 13:02 RobLoach

To use it in VS, however, you could load the Raylib project, set it as C++ project, and then #include "path/to/raylib-cpp/include/raylib-cpp.hpp"

RobLoach avatar Feb 28 '21 13:02 RobLoach