conductor(plan): Mark Phase 1 investigation tasks as complete
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# Implementation Plan: Custom Shader and Window Frame Support
|
# Implementation Plan: Custom Shader and Window Frame Support
|
||||||
|
|
||||||
## Phase 1: Investigation & Architecture Prototyping
|
## Phase 1: Investigation & Architecture Prototyping
|
||||||
- [ ] Task: Investigate `imgui-bundle` and Dear PyGui capabilities for injecting raw custom shaders (OpenGL/D3D11) vs extending ImDrawList batching.
|
- [x] Task: Investigate imgui-bundle and Dear PyGui capabilities for injecting raw custom shaders (OpenGL/D3D11) vs extending ImDrawList batching. [5f4da36]
|
||||||
- [ ] Task: Investigate Python ecosystem capabilities for overloading OS window frames (e.g., `pywin32` for DWM vs ImGui borderless mode).
|
- [x] Task: Investigate Python ecosystem capabilities for overloading OS window frames (e.g., `pywin32` for DWM vs ImGui borderless mode). [5f4da36]
|
||||||
- [ ] Task: Draft architectural design document (`docs/guide_shaders_and_window.md`) detailing the chosen shader injection method and window frame overloading strategy.
|
- [x] Task: Draft architectural design document (`docs/guide_shaders_and_window.md`) detailing the chosen shader injection method and window frame overloading strategy. [5f4da36]
|
||||||
- [ ] Task: Conductor - User Manual Verification 'Phase 1: Investigation & Architecture Prototyping' (Protocol in workflow.md)
|
- [~] Task: Conductor - User Manual Verification 'Phase 1: Investigation & Architecture Prototyping' (Protocol in workflow.md)
|
||||||
|
|
||||||
## Phase 2: Custom OS Window Frame Implementation
|
## Phase 2: Custom OS Window Frame Implementation
|
||||||
- [ ] Task: Write Tests: Verify the application window launches with the custom frame/borderless mode active.
|
- [ ] Task: Write Tests: Verify the application window launches with the custom frame/borderless mode active.
|
||||||
|
|||||||
Reference in New Issue
Block a user