Colleague Riley Mabb
Colleague Riley Mabb
I replied to two of your comments and I agree that the RLGL part should be in its own PR.
All the comments have been resolved. (I'm not sure if you've seen that yet)
Yep, Rob posted about it here! https://github.com/raysan5/raylib/discussions/3945#discussioncomment-9277152
Yep, RGFW doesn't seem to be working with GLAD for some reason. This only seems to be a problem on windows machines however. My next PR will remove GLAD and...
GLAD should work with RGFW now!
> @ColleagueRiley Testing it again and I'm still getting this issue on `x86` configuration with MSVC > >  > > Ensure you're using the newest pull.
> @ColleagueRiley Updated to latest PR version and now I'm getting this issue: > >  > > This is because Raylib needs to link with winmm. You should already...
> In any case, is `timeBeginPeriod` really required for `RGFW`? I see that `PLATFORM_DESKTOP_SDL` just skips that line... I'm not sure why SDL skips that line. Both RGFW and GLFW...
> I'm not sure why SDL skips that line. Both RGFW and GLFW use that line. For some reason without that line the timing is off on windows. I'm not...
> > This is because Raylib needs to link with winmm. You should already be linking with winmm I think. > > Yes, I am, just reviewed it but issue...