Commit Graph

16 Commits

Author SHA1 Message Date
5613e3824a new imgui version 2026-04-02 11:35:25 +02:00
5aa1e39cdd changed layer stack vector to contain uniqe_ptr of layers 2026-04-02 11:23:36 +02:00
fe265c6994 is active toggle on layer
this will be used to turn off a layer but we do not want to delete them
from the layer stack
2026-04-01 18:24:46 +02:00
fb06a38c83 reworked app init before major layer rework 2026-04-01 18:23:51 +02:00
cc3f592c67 removed temporary imgui window for checking if delta time was calculated properly 2026-04-01 18:22:52 +02:00
a9d3910ab3 removed comments for self explaining code 2026-04-01 18:21:57 +02:00
ea1d6252ba deleted not needed include 2026-04-01 18:19:16 +02:00
51cfab26f2 calculating delta time 2026-03-17 16:38:14 +01:00
a6ccb37b10 break!: switched to imgui docking branch 2026-03-17 16:37:15 +01:00
b05badcf90 implemented new layer function imguirender 2026-03-17 11:21:25 +01:00
9b64e0b065 finished imguilayer end function 2026-03-17 11:20:30 +01:00
fed67c7baa removed onstart onend since they are redundant with attach and detach 2026-03-17 11:19:40 +01:00
370e0f9c5a application refactoring 2026-03-16 20:13:48 +01:00
13286719ab imgui layer 2026-03-16 20:13:33 +01:00
4bc043e5a1 layerstack iterator functions 2026-03-16 20:13:27 +01:00
e152bf93b3 Updated CmakeList 2026-03-15 19:39:35 +01:00