Releases: NanoForge-dev/Engine
Releases · NanoForge-dev/Engine
@nanoforge-dev/ecs-lib@1.0.1
@nanoforge-dev/ecs-client@1.0.1
@nanoforge-dev/core@1.0.1
@nanoforge-dev/config@1.0.1
@nanoforge-dev/common@1.0.1
@nanoforge-dev/asset-manager@1.0.1
@nanoforge-dev/actions@1.0.2
@nanoforge-dev/sound@1.0.0
Documentation
- Update README files with new structure and detailed usage examples for all packages (#157) (63fab73) by @Exeloo
- Add funding (#147) (7301fad) by @Exeloo
- Add a basic introduction readme (b240964) by @MartinFillon
- Add building and dependency docs to every readme (2d4785b) by @MartinFillon
Features
- core: Enhance type safety and execution context handling (d986030) by @Exeloo
- app: Add the ability to mute and unmute sounds (947bdc0) by @MartinFillon
- sound: Add basic sound playing to example (7335814) by @MartinFillon
- sound: Add sound playing (e264dbc) by @MartinFillon
- sound: Init basic sound library (9cfc3d9) by @MartinFillon
Refactor
- Change test engine (#126) (ce2c71f) by @Exeloo
- Migrate namespaces to
@nanoforge-devand update related imports (c84c927) by @Exeloo - libraries: Implement initialization validation and standardize nullable fields (8b04575) by @Exeloo
- libs: Remove
ECSContexttype in favor ofContext(b4ea6f1) by @Exeloo