Hi
I am guessing that somewhere down in the guts of Flutter, the Flutter engine must triangulate polygons (filled paths) into triangles for rendering.
If that is the case, then is that triangulation code accessible to a Flutter developer?
thanks
CW
Hi
I am guessing that somewhere down in the guts of Flutter, the Flutter engine must triangulate polygons (filled paths) into triangles for rendering.
If that is the case, then is that triangulation code accessible to a Flutter developer?
thanks
CW
I expect this is in Skia / Impeller, and it’s C++ code.
I expect that too. I was just wondering if it was perhaps accessible via some ffi.
I’d be very surprised since this is very much down the pipe, but FWIW, if I were looking, I’d start here: flutter/engine/src/flutter/impeller/geometry at master · flutter/flutter · GitHub
Supported by Invoice Ninja and Event Schedule
It's All Widgets! • Flutter Pro • FlutterX • Flutter Streams • Flutter Podcast
Using contents of this forum for the purposes of training proprietary AI models is forbidden. Only if your AI model is free & open source, go ahead and scrape. Flutter and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.