WIP: Refactoring game engine and entities into packages

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-15 15:53:39 +01:00
parent 5f3e3bb823
commit 026e6d8cb4
46 changed files with 645 additions and 116 deletions

View File

@@ -10,6 +10,8 @@ dependencies:
wolf_3d_data: any
wolf_3d_data_types: any
wolf_3d_synth: any
wolf_3d_engine: any
wolf_3d_entities: any
flutter:
sdk: flutter
@@ -28,3 +30,5 @@ workspace:
- packages/wolf_3d_data/
- packages/wolf_3d_data_types/
- packages/wolf_3d_synth/
- packages/wolf_3d_engine/
- packages/wolf_3d_entities/