Ray
Ray
This issue is related to a [reddit post](https://www.reddit.com/r/raylib/comments/1ieqejd/some_concerns_and_general_question_about_error/) about errors handling and inconsistencies. raylib original approach was a hard focused on **simplicity**, trying to avoid any extra-code that could pollute...
When calling `GetScreenHeight()` inside `BeginTextureMode()` AND window is scaled, it returns 0. Expected result after resizing: MAROON rectangle drawn at the bottom of the RenderTexture. Result: MAROON rectangle not draw...
As per example `textures_poligon.c` it should [work as expected](https://www.raylib.com/examples/textures/loader.html?name=textures_polygon). Texture should be assigned to vertex triangles. This issue could be related to some recent changes that broke batching system and...
This issue is intended to get feedback for examples not working properly. Please, answer to this issue with the examples not working properly and the unexpected behaviour detected. Thanks! |...
`GuiSlider()` when clicking on the slider-bar for draging, position changes to become mouse-centered
It would be nice if it could be clicked to start draging from clicked position, with no bar repositioning.
Recently a new software renderer backend ([rlsw](https://github.com/raysan5/raylib/blob/master/src/external/rlsw.h)) was added to raylib and some performance considerations arised to improve speed. `rlsw` added support for [some SIMD optimizations](https://github.com/raysan5/raylib/blob/master/src/external/rlsw.h#L1113) and I'm considering adding...
Just got the idea that a nice improvement would be support some minimal tracker options to combine several generated sounds (4-8) into a longer audio (with more variations). The tracker...