Open Issues Need Help
View All on GitHub Game Development • Game Engines
FPS counter about 2 months ago
AI Summary: Implement a function to display the frames per second (FPS) counter in the top-right corner of the game's menu. This involves creating a new layout function in `menu_presets.c` that takes the FPS value (calculated as 1.0 / delta_time) as input and uses the existing UI framework (defined in `include/ui_manager.h`) to render it. The new layout needs to be added to the UI manager's layout stack during initialization.
Complexity:
3/5
good first issue