diff options
| author | skal <pascal.massimino@gmail.com> | 2026-01-28 08:51:49 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-01-28 08:51:49 +0100 |
| commit | 3e9e69a6cd9212b5cfd956c0a36b9dc07ab88cf7 (patch) | |
| tree | 5e57c9478f90982417b5dfb208df8e395c027953 /assets | |
| parent | a606788f3699b98b26e0af27622f67f00d92d1e3 (diff) | |
feat(assets): Implement basic asset packing system
Introduces a new asset management system to embed binary assets directly into the demo executable.
- Creates the directory for asset definition and an descriptor file.
- Implements to generate (with enum and declaration) and (with placeholder data).
- Integrates into CMake build, making depend on the generated asset files.
- Adds minimal integration in and documentation in .
This addresses Task 9 (compact in-line and off-line asset system).
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/final/assets.txt | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/assets/final/assets.txt b/assets/final/assets.txt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/assets/final/assets.txt |
