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

Extracted Console as an Interface to support a Headless Console #17

Merged
merged 5 commits into from
Jun 10, 2016

Conversation

ThaBalla1148
Copy link

  • Added GUIConsole - Graphical User-Interface Console replaces original Console.
  • Added HeadlessConsole - Used for servers, has no dependency on graphics or inputs
  • Added AbstractConsole - Contains common code shared by GUIConsole and HeadlessConsole
  • Extracted LogLevel - To stay Java 7 compliant, this was removed from Console
  • Updated ConsoleExecutor#help - Now produces a separate log for each method, looks better when displaying to System.out
  • Updated Box2DTest - Uses GUIConsole for test

@ThaBalla1148 ThaBalla1148 changed the title Extracted Console as an Interface Extracted Console as an Interface to support an Headless Console Jun 10, 2016
@ThaBalla1148 ThaBalla1148 changed the title Extracted Console as an Interface to support an Headless Console Extracted Console as an Interface to support a Headless Console Jun 10, 2016
@StrongJoshua StrongJoshua merged commit 6a31a12 into StrongJoshua:master Jun 10, 2016
@StrongJoshua
Copy link
Owner

This is very impressive, thanks for contributing

@ThaBalla1148
Copy link
Author

You are welcome. I liked how the console worked with the UI and I felt it should support a command line mode as well.

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