playx-flutter / playx-3d-scene

Plugin for showing 3d models in flutter (Only Android)
MIT License
3 stars 0 forks source link

ivi-homescreen v2.0 filament-view plugin #40

Open jwinarske opened 3 weeks ago

jwinarske commented 3 weeks ago

I recently pushed ivi-homescreen v2.0 which has a basic c++ implementation for this plugin: https://github.com/toyota-connected/ivi-homescreen/tree/v2.0/plugins/filament_view

The configuration I use to build filament for wayland only Linux is located here: https://github.com/meta-flutter/workspace-automation/blob/filament-dev/configs/_filament.json

Patch for playx-3d-scene to run on Linux (cpp, not GTK): https://github.com/meta-flutter/workspace-automation/blob/filament-dev/patches/sourcya-playx-3d-scene/0001-ivi-homescreen-support.patch

I have no intent of porting this to the GTK embedder.

mutasimissa commented 1 week ago

@jwinarske very interesting projects you are cooking there, both the yocto layer and the runtime :)