RobLoach / raylib-cpp

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

Reduction of the number of constructors #283

Open RobLoach opened 7 months ago

kyomawolf commented 7 months ago

How about doing this for the Vector2, 3, 4 classes as well?

RobLoach commented 7 months ago

yeah If we do take this approach, I'd like to do a few things...

I do remember running into an issue with the initializer list understanding the default parameters, but I'm not sure where/when it happened.