restructure viewer/types/helper folders, remove old WASM/web FFI interop, add SceneUpdated stream

This commit is contained in:
Nick Fisher
2024-09-16 11:08:27 +08:00
parent 027fc9ae04
commit 191c2fd709

View File

@@ -1,8 +1,4 @@
library filament_dart;
export 'thermion_dart/thermion_viewer.dart';
export 'thermion_dart/thermion_viewer_stub.dart'
if (dart.library.io) 'thermion_dart/thermion_viewer_ffi.dart'
if (dart.library.js_interop)'thermion_dart/compatibility/web/interop/thermion_viewer_wasm.dart';
export 'thermion_dart/entities/entity_transform_controller.dart';