WIP: ResourceManager refactor, hot reloading using ResourceRef, API changes.

This commit is contained in:
2024-10-15 02:44:12 +02:00
parent a1d282908a
commit 851abd7c90
16 changed files with 394 additions and 117 deletions

View File

@@ -4,9 +4,9 @@
- ~~Add and implement interfaces for systems (ISystem, IUpdatableSystem, etc.)~~
- Minimize amount of possible null references.
- Serialization and deserialization of Resources from and to TOML files.
- TextDataResource providing a convenient wrapper around TOML data files.
- Add documentation for common classes.
- Hot reloading of resources.
- ~~Hot reloading of resources.~~
## I/O