diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-10 08:08:25 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-10 08:08:25 +0100 |
| commit | 75af266889b61b5722d842a1a1eb23f79bc06a85 (patch) | |
| tree | c2ddb094eb24e47826ca8fd029e0abbf16b5d16b /PROJECT_CONTEXT.md | |
| parent | 47397444b30b0f461b1633297a68300179586fda (diff) | |
docs: Add CNN effect documentation and update project status
**New Documentation:**
- `doc/CNN_EFFECT.md` (223 lines): Comprehensive implementation guide
- Architecture overview (file structure, shader composition)
- Usage examples (C++ API, timeline integration)
- Training workflow (planned)
- Implementation details (convolution signatures, weight storage)
- Size budget breakdown (~5-8 KB total)
- Testing and troubleshooting
**Updated Documentation:**
- `doc/CNN.md`: Added implementation status section
- Completed items (✅ modular shaders, C++ class, tests)
- Pending items (⏳ training script, multi-layer, quantization)
- Size impact summary
- `PROJECT_CONTEXT.md`:
- Added "Effects: CNN post-processing foundation" to Current Status
- Added `CNN_EFFECT.md` to Technical Reference list
**Summary:**
CNN effect foundation complete with modular WGSL architecture, ready for
training script integration. All tests passing (36/36). ~5-8 KB footprint.
handoff(Claude): Documentation complete for CNN effect implementation
Diffstat (limited to 'PROJECT_CONTEXT.md')
| -rw-r--r-- | PROJECT_CONTEXT.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PROJECT_CONTEXT.md b/PROJECT_CONTEXT.md index ff6bc48..fb876e5 100644 --- a/PROJECT_CONTEXT.md +++ b/PROJECT_CONTEXT.md @@ -35,6 +35,7 @@ - **Audio:** Sample-accurate sync. Zero heap allocations per frame. Variable tempo. Comprehensive tests. - **Shaders:** Parameterized effects (UniformHelper, .seq syntax). Modular WGSL composition. - **3D:** Hybrid SDF/rasterization with BVH. Binary scene loader. Blender pipeline. +- **Effects:** CNN post-processing foundation (single-layer, modular snippets, ready for training integration). - **Build:** Asset dependency tracking. Size measurement. Hot-reload (debug-only). - **Testing:** **36/36 passing (100%)** @@ -54,7 +55,7 @@ See `TODO.md` for current priorities and active tasks. - `doc/CONTRIBUTING.md` - Development protocols **Technical Reference:** -- Core: `ASSET_SYSTEM.md`, `SEQUENCE.md`, `TRACKER.md`, `3D.md` +- Core: `ASSET_SYSTEM.md`, `SEQUENCE.md`, `TRACKER.md`, `3D.md`, `CNN_EFFECT.md` - Formats: `SCENE_FORMAT.md`, `MASKING_SYSTEM.md` - Tools: `BUILD.md`, `WORKSPACE_SYSTEM.md`, `SIZE_MEASUREMENT.md` |
