sony / flutter-embedded-linux

Embedded Linux embedding for Flutter
BSD 3-Clause "New" or "Revised" License
1.16k stars 122 forks source link

Software rendering support #287

Open HidenoriMatsubayashi opened 1 year ago

HidenoriMatsubayashi commented 1 year ago

From https://github.com/sony/flutter-elinux/issues/124

Because I think that many embedded device have no GPU. I want to know if elinux flutter can run on CPU?

laoshaw commented 1 year ago

seconds this, support software rendering, probably via SDL2 framebuffer, or directfb2 at https://github.com/directfb2/DirectFB2