From 8df1300bd1584735dfd75b13a14878981ce7e682 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 22 Jun 2025 22:15:22 -0400 Subject: [PATCH] comenzado a crear paneles con imgui para controlar/debugear la ejecucion --- .idea/misc.xml | 6 ++++++ src/CMakeLists.txt | 13 ++++++++----- src/Chip8ControlPanel.cpp | 41 +++++++++++++++++++++++++++++++++++++++ src/Chip8ControlPanel.h | 14 +++++++++++++ src/Graphics.cpp | 21 ++++++++++---------- src/Graphics.h | 3 +++ 6 files changed, 83 insertions(+), 15 deletions(-) create mode 100644 src/Chip8ControlPanel.cpp create mode 100644 src/Chip8ControlPanel.h diff --git a/.idea/misc.xml b/.idea/misc.xml index 0b76fe5..1b3a82a 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,4 +4,10 @@