3 Followers
22 Following
24 Posts
The MacBook Neo is such an interesting machine that it coaxed a thousand-word-essay out of me: samhenri.gold/blog/2026031...

“This Is Not The Computer For ...
“This Is Not The Computer For You” · Sam Henri Gold

Sam Henri Gold is a product design engineer building playful, useful software.

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

GitHub
Green is Flash, Red is Starling, neither are Images/Bitmaps
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