fix(shader): Use custom_background callback to render blurred texture

- Add _render_custom_background method as hello_imgui callback
- Render blurred FBO texture as ImGui background
- Use ctypes.cast to convert OpenGL texture ID to ImTextureRef
This commit is contained in:
2026-03-13 21:44:55 -04:00
parent aed461ef28
commit 1eed009b12
4 changed files with 39 additions and 34 deletions

View File

@@ -82,8 +82,9 @@ This file tracks all major tracks for the project. Each track has its own detail
11. [ ] **Track: Advanced Text Viewer with Syntax Highlighting**
*Link: [./tracks/text_viewer_rich_rendering_20260313/](./tracks/text_viewer_rich_rendering_20260313/)*
12. [ ] **Track: Frosted Glass Background Effect**
12. [ ] ~~**Track: Frosted Glass Background Effect**~~ THIS IS A LOST CAUSE DON'T BOTHER.
*Link: [./tracks/frosted_glass_20260313/](./tracks/frosted_glass_20260313/)*
---