Ray

Results 364 comments of Ray

Some more info while investigating those properties: At this moment `TEXT_PADDING` and `TEXT_ALIGNMENT` are set by control, here the custom values set by **default raygui style** plus some concerns: ```c...

Still thinking about this issue. Just noticed that for controls not containing text inside the control bounds (`SLIDER`, `PROGRESSBAR`, `CHECKBOX`) text padding and alignment could be used, despite referring to...

@oskarnp In case you try to compile it, please note that an VS2022 project is provided in `projects` directory, also `CMake` (despite not tested by me). And you also have...

> Does rfxgen do a full device init/reinit cycle each time you play a new sound, or does it just keep the audio device running for the life of the...

@mackron Not sure if it can be somewhat related but recently some change was done with mutex at initialization... Also note that raylib is not using latest miniaudio, it's using...

@mackron If using `rFXGen` Continuous Integration system, it automatically syncs and compiles latest raylib from master branch. Just updated raylib miniaudio to v0.11.18.

@oskarnp @mackron I enabled Visual Studio Address Sanitizer and tried to run `rFXGen`, I got the following output: ``` INFO: Initializing raylib 4.6-dev INFO: Supported raylib modules: INFO: > rcore:........

This issue has been reviewed/fixed in https://github.com/raysan5/raylib/issues/3349

@bohonghuang Actually that use case is already possible with provided `Image*()` functions, latest commit https://github.com/raysan5/raylib/commit/4c9282b09025677a90e5e54ffe142824560163b6 also allows `Font` loading with no need of an OpenGL context / GPU.

@Bigfoot71 What is the state of `PixelForge`? I've seen you keep working on it and you also have some raylib examples!