Gitea/Forgejo Issues Automation
Progress update: The MCP server at https://github.com/jmccardle/forgejo-mcp has been refactored from 47 individual tools down to 8 unified action-based tools, achieving 82% token reduction.
Commit…
[Demo] Widget Focus System Example
on_move Event for Pixel-Level Mouse Tracking
Mouse State Tracking and Enter/Exit Events
Self-Contained Virtual Environment Support
Self-Contained Virtual Environment Support
ImGui Object Explorer / Scene Tree View
"Application is not responding" while REPL is open
Python Explorer Scene / Dropdown Console widget
"Application is not responding" while REPL is open
Superseded by ImGui Console
The new ImGui-based console (see #36) replaces the blocking PyRun_InteractiveLoop REPL. The game window now remains responsive while the console is open:
-…
Python Explorer Scene / Dropdown Console widget
MVP Console Implemented (see #36)
The initial Python console overlay has been implemented as part of the ImGui integration work:
What's Done
- Dropdown console activated with
~key -…