Ray

Results 351 comments of Ray

@mackron @Zapunidi @RadsammyT @hanaxar @ubkp Thank you very much for investigating this issue! Good catch! Actually, `coin.wav` and `buttonfx.wav` were generated using [rFXGen](https://raylibtech.itch.io/rfxgen) but maybe an old version not using...

Reviewed rFXGen output, everything seems correct now. Updated corrupted sounds in raylib.

@ubkp @michaelfiber Just opened this issue for further discussion on the examples not working properly that you reported. Actually some of them are not intended to work on the target...

@ubkp Thank you very much for the detailed table and reviews! Here my comments about some of the examples: - **[WEB]** `core_loading_thread`: As commented this example has been reviewed several...

I think this is not the best approach, many Android devices do not support `highp` requirement and afair, this hint only defines the minimum precision requirement, it's up to the...

> This issue with mediump and Z-Fighting only occurs on certain devices and under certain conditions. I hadn't even noticed it on my device during "normal" use. @Bigfoot71 I really...

@ubkp @Bigfoot71 I reviewed `rlgl_standalone` example, I'm afraid it is `PLATFORM_DESKTOP` exclusive and supporting other platforms would require some redesign. I just added a note explaining this. The examples uses...

Related issue: https://github.com/raysan5/raylib/issues/3743

Thanks for the follow up, I can wait for a miniaudio review or just merge https://github.com/raysan5/raylib/pull/4102 in the meantime, that seems to address the issue. Please, @karl-zylinski could you review...