Ray
Ray
Here it is the portable style including the font: [style_cyber.zip](https://github.com/RobLoach/raylib-libretro/files/4499247/style_cyber.zip) To use it on your code: ```c #define RAYGUI_IMPLEMENTATION #define RAYGUI_SUPPORT_ICONS #include "raygui.h" // Required for: IMGUI controls #undef RAYGUI_IMPLEMENTATION...
What's the state of this issue? Could anyone review it? I'm afraid I'm not the maintainer of the raylib CMake build system...
@SuperUserNameMan This is indeed an interesting addition but not sure where should it belong, it seems a bit out-of-scope for rcamera module and raylib... I think @JeffM2501 already implemented similar...
Implemented as separate library...
@jkaup those reviews should be pushed to miniaudio repo, not raylib, but probably @mackron is already aware of that potential issue.
@veins1 Nice! Thanks for reporting! @jkaup Please, could you update this PR as per the latest comment? It seems only `ma_context_get_MMDevice__wasapi()` should be modified.
@jkaup nice! thanks for the review! 👍😄
@mackron that's great! planning to update miniaudio library soon! 👍😄
@bohonghuang Actually that's the original implementation for Gamepad and it also was for Keys, some years after that the keys queue was added for convenience. Simply, noone had that requirement...
@bohonghuang As per my understanding, supporting gamepad button queue shouldn't break any existing code base, just add some extra internal functionality, feel free to send a PR, but it is...