RobLoach / raylib-cpp

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

Adding ToString() and std::string cast to Color and Vector classes #249

Closed dbrats closed 1 year ago

dbrats commented 1 year ago

This adds ToString() and operator std::string to Color and Vector classes. There are some other classes that could benefit from similar treatment, but we have to start somewhere.

dbrats commented 1 year ago

This is a response to what was mentioned in Issue #106.