Unclaimed project
Are you a maintainer of raylib-cpp? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
raylib-cpp
C++ Object Oriented Wrapper for raylib
raylib
Last updated 4 days ago
Back to changelogWhat's Changed
- Add keyboard class by @swiderskis in https://github.com/RobLoach/raylib-cpp/pull/275
- Fix Window::SetExitKey() method return type by @swiderskis in https://github.com/RobLoach/raylib-cpp/pull/277
- Add keyboard test by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/276
- added Keyboard to cmake install by @kyomawolf in https://github.com/RobLoach/raylib-cpp/pull/280
- Update Test.yml to newer version by @kyomawolf in https://github.com/RobLoach/raylib-cpp/pull/281
- Fix AutomationEventList for raylib >= 5.1 by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/282
- Replace RLAPI macros in Functions.hpp by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/284
- Fix AudioStream calls by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/287
- fixed compiler warnings by @kyomawolf in https://github.com/RobLoach/raylib-cpp/pull/288
- workflow fixes by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/294
- Overload some of the std::string to const char* functions by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/295
- Use namespaces for Keyboard/Mouse/Touch by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/297
AudioStream: Only Unload() if it's ready by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/296Remove new in throw by @furudbat in https://github.com/RobLoach/raylib-cpp/pull/298Add FileData and FileText by @furudbat in https://github.com/RobLoach/raylib-cpp/pull/300Replace typedef with using by @furudbat in https://github.com/RobLoach/raylib-cpp/pull/301Add MeshUnmanaged (#299) by @furudbat in https://github.com/RobLoach/raylib-cpp/pull/304Update a few get/set values by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/307Fix Documentation for Vector2 operator-= by @abolinsky in https://github.com/RobLoach/raylib-cpp/pull/309Have the Model(mesh) constructor deleted by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/306Add LengthSqr method to Vector3 by @plagakit in https://github.com/RobLoach/raylib-cpp/pull/310Add project & reject methods to Vector3 by @plagakit in https://github.com/RobLoach/raylib-cpp/pull/312Update CMakeLists.txt by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/308Update AutomationEventList usage by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/319Fix cpplint notices by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/321Disable wayland by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/322Fix compatibility with DrawRectangleRoundedLines by @RobLoach in https://github.com/RobLoach/raylib-cpp/pull/320Add copy name in ModelAnimation by @Arcod7 in https://github.com/RobLoach/raylib-cpp/pull/325New Contributors
- @furudbat made their first contribution in https://github.com/RobLoach/raylib-cpp/pull/298
- @abolinsky made their first contribution in https://github.com/RobLoach/raylib-cpp/pull/309
- @plagakit made their first contribution in https://github.com/RobLoach/raylib-cpp/pull/310
- @Arcod7 made their first contribution in https://github.com/RobLoach/raylib-cpp/pull/325
Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v5.0.1...v5.0.2