
added "blackboard and chalk" style drawing feature to my app #FlutterDev iOS: apps.apple.com/us/app/how-mat… Android: play.google.com/store/apps/det…
Ben Milanko
58 posts


added "blackboard and chalk" style drawing feature to my app #FlutterDev iOS: apps.apple.com/us/app/how-mat… Android: play.google.com/store/apps/det…















Experimenting use the windfoil algorithm to serve as the backend for the RichText widget :-) It looks much sharper and more refined than the default RichText. It might even fix the issue at github.com/flutter/flutte…. #flutter #flutter_gpu


windfoil — a new algorithm, practically one-shotted by Fable in a ~1 hr long uninterrupted session. achieves analytic anti-aliasing for quadratic curves in a fragment shader. builds upon the Slug Algorithm, computing winding integral over a single band axis rather than dual-ray


How do you get full, unadulterated 120fps scrolling performance on a massively complex grid of photos? You just use the right tool for the job: you hold onto UIKit scroll physics, but offload all the real rendering: GPU. Metal. 120fps. Read "UIKit for scroll performance!? Real engineers use Metal” right now 🎸 blog.jacobstechtavern.com/p/real-enginee…