|
group2 0.1.0
CSE 125 Group 2
|
Directories | |
| debug | |
| widgets | |
Files | |
| Hud.cpp | |
| Top-level HUD orchestrator. | |
| Hud.hpp | |
| Top-level HUD system — owns widgets, renderer, context, tweens. | |
| HudContext.cpp | |
| Immediate-mode draw API implementation. | |
| HudContext.hpp | |
| Immediate-mode draw API for HUD widgets. | |
| HudRenderer.cpp | |
| GPU backend implementation for the HUD system. | |
| HudRenderer.hpp | |
| GPU backend for the HUD system — owns offscreen target, pipeline, and vertex buffer upload. | |
| HudTween.cpp | |
| Tween pool + easing function implementations. | |
| HudTween.hpp | |
| Lightweight fixed-pool tween engine for HUD animations. | |
| HudTypes.hpp | |
| Shared types for the HUD system. | |
| HudWidget.hpp | |
| Base struct for all HUD widgets. | |