Python Explorer Scene / Dropdown Console widget #65
Labels
No labels
Alpha Release Requirement
Bugfix
Demo Target
Documentation
Major Feature
Minor Feature
priority:tier1-active
priority:tier2-foundation
priority:tier3-future
priority:tier4-deferred
Refactoring & Cleanup
system:animation
system:documentation
system:grid
system:input
system:performance
system:procgen
system:python-binding
system:rendering
system:ui-hierarchy
Tiny Feature
workflow:blocked
workflow:needs-benchmark
workflow:needs-documentation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
john/McRogueFace#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
52 feat: Python Explorer scene [depends on dearimgui tests]
This would replace the uitest scene, with something more powerful and helpful.
Another Dear-Imgui feature that would be nice is
~to open a console. This would keep more of the immersion and give a cheaty, hacky vibe to testing out the engineDepends / see also #36
MVP Console Implemented (see #36)
The initial Python console overlay has been implemented as part of the ImGui integration work:
What's Done
~keymcrfpy.setDevConsole(enabled)API for game developersWhat's Remaining (future issues)
The console no longer uses
PyRun_InteractiveLoop- it captures and executes Python in-frame, keeping the game responsive.