De-coupled remaining aspects of game into packages

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-15 16:17:27 +01:00
parent 026e6d8cb4
commit 57d394e911
41 changed files with 522 additions and 44 deletions

View File

@@ -12,6 +12,9 @@ dependencies:
wolf_3d_synth: any
wolf_3d_engine: any
wolf_3d_entities: any
wolf_3d_renderer: any
wolf_3d_input: any
wolf_3d_flutter: any
flutter:
sdk: flutter
@@ -32,3 +35,6 @@ workspace:
- packages/wolf_3d_synth/
- packages/wolf_3d_engine/
- packages/wolf_3d_entities/
- packages/wolf_3d_renderer/
- packages/wolf_3d_input/
- packages/wolf_3d_flutter/