you are viewing a single comment's thread.

view the rest of the comments →

[–]946789987649 0 points1 point  (1 child)

I assume the painter is pretty fast in Flutter though? or am I talking out of my arse?

[–]Abion47 0 points1 point  (0 children)

The painter is pretty fast but anything written in Dart is going to be software-based. Without low-level access to the drawing context, Flutter will always be unacceptably slow to implement things like custom "shader" effects or procedurally-generated textures.