McRogueFace/modules
John McCardle 3f6ea4fe33 feat: Add ImGui-based developer console overlay
Integrates Dear ImGui for an in-game debug console that replaces the
blocking Python REPL. Press ~ (grave/tilde) to toggle the console.

Features:
- Python code execution without blocking the game loop
- Output capture with color coding (yellow=input, red=errors, gray=output)
- Expression results show repr() automatically
- Command history navigation with up/down arrows
- Word wrapping for long output lines
- Auto-scroll that doesn't fight manual scrolling
- mcrfpy.setDevConsole(bool) API to disable for shipping

Technical changes:
- Update imgui submodule to v1.89.9 (stable)
- Update imgui-sfml submodule to 2.6.x branch (SFML 2.x compatible)
- Add ImGui sources to CMakeLists.txt with OpenGL dependency
- Integrate ImGui lifecycle into GameEngine
- Add ImGuiConsole class for console overlay

closes #36, closes #65, closes #75

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-26 20:03:58 -05:00
..
SFML@69ea0cd863 Refactor: Python 3.12, build libtcod & SFML from source. Cmake build. Directory cleanup 2024-02-24 22:48:39 -05:00
cpython@ebf955df7a fix: Update cpython submodule to v3.14.0 and fix flaky tests 2025-11-26 18:43:32 -05:00
imgui@c6e0284ac5 feat: Add ImGui-based developer console overlay 2025-11-26 20:03:58 -05:00
imgui-sfml@bf9023d1bc feat: Add ImGui-based developer console overlay 2025-11-26 20:03:58 -05:00
libtcod-headless@3b4b65dc9a feat: Replace libtcod with libtcod-headless fork (closes #134) 2025-11-26 11:22:48 -05:00