Jeffery Myers
Jeffery Myers
@RobLoach for visibility, this can have possible conflicts with the operators that raylib-cpp does, you should be aware of it when you update raylib-cpp to 5.5 :)
Yes, we need to do this change, the current system is not really useable. Has anyone made a PR that does this?
I have created PR#4554 That implements this.
It is a big change yes. 1 & 2) The main use case for this is that I need to disable built in screen capture and GIF recording. I do...
Very good post, good info. I miss the work we did with you at Blizzard :(
While I agree that we need interpolation/blending support, I feel that this simple API does not go far enough. 1) I would like to see the ability to update the...
That seems very complicated. I'm not a fan of the bitmask thing, as I don't think people will get it. I am also no a fan of combining interpolation and...
Please see the discussion here https://github.com/raysan5/raylib/discussions/4606 We need to start with the lowest level of API, not highest feature level. There are many other use cases that the low level...
> Are you sure this is enough? Anything you pass on the command line will still get redefined in config.h itself. > Yes because config.h now checks if the label...
I am trying to make a game where I allow the user to map items to F12, I can not because the built in screen capture and recording is using...