top | item 27130370

(no title)

defrex | 4 years ago

Perhaps Flutter. It uses Canvas to render in the web.

https://flutter.dev/

discuss

order

sgt|4 years ago

Flutter web can use both DOM and Canvas, but the default is Canvas. I haven't to this day seen any disadvantages of using Canvas though, possibly speed on slow mobile devices.