Ray
Ray
@spelufo I'm trying this fix with example `shapes_splines_drawing`, replacing current `DrawSplineSegmentBezierCubic()` in a loop by the proposed solution but it doesn't seem to work as expected. Please could you review...
@spelufo Excuse the late response! I'm quite busy lately... I want to review this code more carefully because I think the current `DrawSplineSegmentBezierCubic();` implementation could not be the best one...
> I'm not sure I agree with drawing a circle in between each segment though. At the very least it should be optional and default off. @colinwilcox I agree, circle...
@thabetx Thanks for reporting, `raudio` initializes some buffers internally and the player thread, probably the crash is related to some missing mutex or not properly managing the device change... It...
@jkaup thanks for the reminder, feel free to review it and send a fix PR. thanks.
@atticus5 Thanks for reporting! It has been reviewed 1. and 2. but about 3., `Makefile` supports PLATFORM=PLATFORM_DESKTOP_SDL.
@atticus5 Oh, I'm afraid I'm not the user neither maintainer of CMake build system. It was contributed by the community and I kept it for convenience but any expert on...
This is a breaking change and I'm considering it carefully. Also, it seems a bit weird that a font size should be requested with decimal values, it makes me think...
@SoloByte Thanks for reporting. Could you try with raylib latest master branch version? raylib 5.0 (November 2023) implemented a big redesign for desktop platforms and despite everything was carefully tested,...
@Peter0x44 Thanks for reporting! This is really a breaking change, I need to think what's the best way to address it and somewhat keep compatibility with older Emscripten versions...