Registry / other / raylib-cpp

raylib-cpp

JSON →
library6.0.1vcpkgunverified

C++ Object Oriented Wrapper for raylib

vcpkg install raylib-cpp
INSTALL
IMPORT
SIG · RAYLIB-CPP
R
raylib-cpp
othercppv6.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

raylib-cpp.hpp
#include <raylib-cpp.hpp>

Create a window and draw text using raylib-cpp

#include <raylib-cpp.hpp> int main() { raylib::Window window(800, 600, "Hello Raylib-CPP"); while (!window.ShouldClose()) { BeginDrawing(); ClearBackground(RAYWHITE); DrawText("Hello World", 190, 200, 20, LIGHTGRAY); EndDrawing(); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

raylib-cpp — pip install raylib-cpp · libregistry