Ray

Results 350 comments of Ray
trafficstars

@CMDisme how did you test this change if there is no code example to test it?

@CMDisme Ok, I see, but I'm afraid that code does not verify if the loaded cubemap is actually valid. And example would be required to review it.

@dertseha @SelfReflection31 Thank you very much for investigating this issue and the detailed report! > GetCurrentMonitor() then has some detailed code to match the monitor closest to the centre of...

> Do you mean all cases should start on the primary monitor, or did you mean "if I start the app on monitor 2, it shouldn't show on monitor 3,...

@dertseha Excuse my late response. Thank you very much for the detailed report and the proposed solutions, they look great to me and if they work in a configuration like...

@krysperz2 Thanks for the review! Could you provide some visual example that illustrates this functionality?

@krysperz2 Sorry, it's not possible to change the convention for raylib. That's the reason I asked for a working example. I'm not merging this PR.

@mia-bentzen Thanks for the detailed report, this issue could require some investigation. @orcmid I think only the owner of the repo can convert an Issue to a Discussion. For me...

@orcmid raylib is similar to SDL2 in the way Events are received but SDL2 requires manual polling and processing of events while raylib does it automatically on `EndDrawing()` by default...

After some review, I think IME support is out of scope for raylib at this moment. In any case, it should be supported by GLFW, that is the library in...