Skip to content

Releases: RobLoach/raylib-cpp

v3.5.0 Beta 1

02 Jan 19:26
21d26ca

Choose a tag to compare

Added

  • Model.Draw() and Model.DrawWires()
  • models_first_person_maze.cpp example
  • String override functions to allow using std::string directly instead of const char*
  • std::vector<std::string> wrappers with raylib::GetDirectoryFiles() and raylib::GetDroppedFiles()
  • raylib::Color::RayWhite() static functions to build Color objects
  • Rectangle.GetPosition() and Rectangle.SetPosition()
  • Rectangle.GetSize() and Rectangle.SetSize()

Fixed

  • Most objects are now passed by reference
  • Mouse::SetX() and Mouse::SetY() setting incorrect values
  • Error protection when unloading images, materials, models and meshes

Changed

  • Mouse functions are now static. Use Mouse::SetX() instead of using Mouse mouse.
  • Camera*::BeginMode() and Camera*::EndMode() no longer have 2D/3D in the name

v3.5.0 Alpha 1

26 Dec 20:51
7e0f2f3

Choose a tag to compare

Changed

  • Update to raylib 3.5.0

Added

  • Documentation

Removed

  • Static inline Color variables (like raylib::Color::RayWhite). Instead, use ::RAYWHITE.

3.0.0

03 Aug 21:07
abf6c30

Choose a tag to compare

v3.0.0

Release 3.0.0