nmfisher / flutter_filament

3D rendering layer for Flutter/Filament
Other
44 stars 7 forks source link

Linux support #3

Open nmfisher opened 7 months ago

nmfisher commented 7 months ago

I haven't migrated Linux over from the old platform channel to the new FFI framework. Look at the Windows plugin for what needs to be done - basically we just need to implement the same methods getRenderCallback, getSharedContext etc etc and delete all the handlers for the old events.