summaryrefslogtreecommitdiff
path: root/PROJECT_CONTEXT.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-01-28 08:51:49 +0100
committerskal <pascal.massimino@gmail.com>2026-01-28 08:51:49 +0100
commit3e9e69a6cd9212b5cfd956c0a36b9dc07ab88cf7 (patch)
tree5e57c9478f90982417b5dfb208df8e395c027953 /PROJECT_CONTEXT.md
parenta606788f3699b98b26e0af27622f67f00d92d1e3 (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 'PROJECT_CONTEXT.md')
-rw-r--r--PROJECT_CONTEXT.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/PROJECT_CONTEXT.md b/PROJECT_CONTEXT.md
index 2fb533c..28f86f8 100644
--- a/PROJECT_CONTEXT.md
+++ b/PROJECT_CONTEXT.md
@@ -36,6 +36,7 @@ Incoming tasks in no particular order:
- [x] 8. add a #define STRIP_ALL to remove all unnecessary code for the final build
(for instance, command-line args parsing, or unnecessary options, constant
parameters to function calls, etc.)
+- [ ] 9. work on the compact in-line and off-line asset system (@ASSET_SYSTEM.md)
- 9. work on the compact in-line and off-line asset system (@ASSET_SYSTEM.md)
## Session Decisions and Current State