DrPaulT / flutter-engine-test

A quick hack using image and transform widgets
26 stars 8 forks source link

Filament #1

Open ghost opened 5 years ago

ghost commented 5 years ago

I saw your request for filament in flutter.

I am certain you could implement it now with flutter. A brief explanation ...

Basically you have a just need to write an android & iOS plugin that wraps filement.

Then you have 2 ways to render to flutter:

  1. Texture object. This where you pump the buffer to
  2. Android view on Android. Kitview ( I forget exact name ) on iOS.

Filament has a simple header file so it should not be too much work.

Use gesture object to capture user navigation around the 3d scene

Hope this helps !?

DrPaulT commented 5 years ago

Sorry, I didn't see this! But yes, I think you are right, although I am probably best leaving it to an expert :-)