From 94fd900ce83bdab6831d5292a6c9a067c9758a32 Mon Sep 17 00:00:00 2001 From: CatChow0 Date: Wed, 7 May 2025 17:15:11 +0200 Subject: [PATCH] Minor Update - Stats Widget + BigCube Generation WIP - V10.2.0 --- .../.idea/workspace.xml | 31 +-- enginecustom/assets/Texture/imgui.ini | 6 +- enginecustom/imgui.ini | 44 ++-- .../src/inc/system/applicationclass.h | 22 +- enginecustom/src/inc/system/fpsclass.h | 10 + enginecustom/src/inc/system/imguiManager.h | 6 + enginecustom/src/inc/system/modelclass.h | 14 +- enginecustom/src/inc/system/object.h | 15 +- .../src/src/system/applicationclass.cpp | 211 +++++++++++++++++- enginecustom/src/src/system/fpsclass.cpp | 42 +++- enginecustom/src/src/system/imguiManager.cpp | 102 ++++++++- enginecustom/src/src/system/modelclass.cpp | 5 - enginecustom/src/src/system/object.cpp | 110 ++++++++- 13 files changed, 552 insertions(+), 66 deletions(-) diff --git a/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml b/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml index 69c6670..ea4ffe7 100644 --- a/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml +++ b/.idea/.idea.KhaoticEngineReborn/.idea/workspace.xml @@ -7,8 +7,16 @@ + + + + + + + +