raylib-cpp

C++ Object Oriented Wrapper for raylib

ZLIB License

Stars
553
raylib-cpp - v5.0.2 Latest Release

Published by RobLoach 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v5.0.1...v5.0.2

raylib-cpp - v5.0.1

Published by RobLoach 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v5.0.0...v5.0.1

raylib-cpp - v5.0.0

Published by RobLoach 11 months ago

What's Changed

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.5.2...v5.0.0

raylib-cpp - v4.5.2

Published by RobLoach about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.5.1...v4.5.2

raylib-cpp - v4.5.1

Published by RobLoach over 1 year ago

What's Changed

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.5.0...v4.5.1

raylib-cpp - v4.5.0

Published by RobLoach over 1 year ago

What's Changed

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.2.8...v4.5.0

raylib-cpp - v4.2.8

Published by RobLoach almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.2.7...v4.2.8

raylib-cpp - v4.2.7

Published by RobLoach almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.2.6...v4.2.7

raylib-cpp - v4.2.6

Published by RobLoach about 2 years ago

What's Changed

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.2.5...v4.2.6

raylib-cpp - v4.2.5

Published by RobLoach about 2 years ago

raylib-cpp release for raylib 4.2

raylib-cpp - v4.0.5

Published by RobLoach about 2 years ago

This is the last release for raylib 4.0.

raylib-cpp - v4.2.4

Published by RobLoach about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.2.3...v4.2.4

raylib-cpp - v4.2.3

Published by RobLoach over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.2.2...v4.2.3

raylib-cpp - v4.2.2

Published by RobLoach over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.2.1...v4.2.2

raylib-cpp - v4.2.1

Published by RobLoach over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.2.0...v4.2.1

raylib-cpp - v4.2.0

Published by RobLoach over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.1.0...v4.2.0

raylib-cpp - v4.1.0

Published by RobLoach over 2 years ago

Added

  • Web-based example at core_basic_window_web.cpp
  • An Exception is now thrown when assets fail to load during object construction (applies to Music, Texture, Image, Sound, etc)

Fixed

  • TextSubtext() memory address bounding

Changed

raylib-cpp - v4.0.4

Published by RobLoach almost 3 years ago

Fixed

  • Renamed CMake project name to raylib_cpp

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.0.3...v4.0.4

raylib-cpp - v4.0.3

Published by RobLoach almost 3 years ago

Changed

  • CMake now used for raylib dependency, rather than git submodules
  • Standardized functions across:
    • Color
    • Material
    • Mesh
    • Model
    • ModelAnimation
    • Physics
    • Ray
    • Rectangle
    • Texture
    • Window
  • Renamed package.json to clib.json to follow clib schema

Full Changelog: https://github.com/RobLoach/raylib-cpp/compare/v4.0.2...v4.0.3

raylib-cpp - v4.0.2

Published by RobLoach almost 3 years ago

Added

  • Image::IsLoaded()
  • Wave::IsLoaded()
  • Sound::IsLoaded()
  • Music::IsLoaded()
  • Shader example
  • Function overrides for std::string support
    • raylib::DrawText()
    • raylib::DrawTextEx()
    • raylib::DrawTextPro()
    • raylib::TextSubtext()
    • raylib::TextReplace()
    • raylib::TextInsert()
    • raylib::TextAppend()
    • raylib::TextFindIndex()
    • raylib::TextToUpper()
    • raylib::TextToLower()
    • raylib::TextToPascal()
    • raylib::TextToInteger()

Fixed

  • Shader constructor
  • Vector2 muliplication operator behavior (#155)

Changed

  • Merged Text.hpp into Functions.hpp
Badges
Extracted from project README
Tests License