I have gotten lime, the library used for the Native backends of OpenFL, ported to #SDL3! Now the PR just needs testing and bug fixing, so if any OpenFL/like users sees this, give it a try if you can and let me know how it goes! https://github.com/openfl/lime/pull/1915 (No this isn't April Fools, it just so happens I finished working on this March 31st)
SDL3 Support by Fancy2209 · Pull Request #1915 · openfl/lime
Current work to get Lime working on SDL3
Fixes: #1848
Finally got simple Vector Graphic Drawing Commands into Starling Framework Only 11 years after people wanted this... But hey better late than never! I have issues with more complex shapes, but I believe this is due to Starling's Polygon Triangulation Ear Clipping Model not working well with what I tried, I'll have to try replacing it with a different model eventually