RobLoach / raylib-cpp

C++ Object Oriented Wrapper for raylib
https://robloach.github.io/raylib-cpp/
zlib License
602 stars 78 forks source link

Add more Project Templates #16

Open RobLoach opened 4 years ago

RobLoach commented 4 years ago

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 commented 3 years ago

Would be nice to have Visual Sudio project files.

blendjam commented 3 years ago

When is Visual Studio project files comming?

RobLoach commented 3 years ago

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

RobLoach commented 3 years ago

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"