https://jonaspeheim.itch.io/scatterplan
#solodev #gamedev #haxe #openfl
OpenFL devlog: scale9Grid
How I recently implemented the scale9Grid property in OpenFL. This feature is sometimes called 9-slice scaling, but Flash doesn't just take a display object as a bitmap and slice it up into 9 pieces. It actually adjusts the placement of points on the vector shapes, which also leads to better looking gradient and bitmap fills. Read on…
Made a videoplayer app for the #RaspberryPi 5 using #haxe #openfl #feathersUI and #hxvlc
It's quite a smooth experience.
And of course it runs on windows mac and other linux to :)
Found another i2c sensor in my collection. De APDS9960 gesture/color sensor. So I am creating a haxelib library for that sensor too. I already have the gesture recognition setup. It's mainly wrapping existing c++ code.