Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Console GUI and Logger Implementation #588

Merged
merged 16 commits into from
Sep 24, 2023
Merged

Conversation

enusbaum
Copy link
Member

Adding a new "main" UI when running MBBSEmu

This is a QOL enhancement using Termina.Gui, allowing for a cross-platform terminal UI. We'll be able to add functionality into this UI, such as:

  • Ability to Add/Remove Modules while running
  • Gracefully recover/debug modules that crash while running without having to restart
  • Enable/Disable services through the UI
  • Build out a "Modules Configuration Builder" which simplifies the task of creating a modules.json file for multiple modules
  • Online CPU Debugging/Stepping through OpCodes + Register Values

A major refactor in this version is removing NLog and using our own custom logger implementation which is pretty lightweight and allows us to easily handle logging for different scenarios. Custom loggers for Audit Trail, CPU Debugging, etc.

image
image
image

MBBSEmu/Program.cs Outdated Show resolved Hide resolved
@enusbaum enusbaum merged commit c306714 into master Sep 24, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants