Fusee icon indicating copy to clipboard operation
Fusee copied to clipboard

Clean up main methods. Remove/simplify application setup

Open RedImp1470 opened this issue 4 years ago • 0 comments

Every example contains the same code to register the AssetProviders/Handlers -> outsource it to reduce copied code.

Approaches:

  • Implement static methods for AssetProvider registration
  • AppSetup helper handling AssetProvider and platform-specific injected instances

Apply to all examples and to "fusee player"

RedImp1470 avatar Nov 17 '21 08:11 RedImp1470