Interactive Terminal API
API focused on making interactable UI in the terminal
CHANGELOG
1.2.0
- Implemented
BaseHierarchyElement
(and its derivedTextHierarchyElement
for text only) andBaseCursorHierarchyElement
(for selectable options) which aim to provide that visual of hierarchy splits or a tree. - Fixed some issues with
CursorElement
displaying its text when it has description. - Actually implemented
PreviousScreen
correctly for terminal application classes.
1.1.4
PageApplication
will change between screens when it reaches one of the boundaries of the current cursor menuPageCursorElement
doesn't display the page counter if it only contains one screen.
1.1.3
- Added
RegisterApplication
method where you can specify if the listed commands can be case sensitive or not
1.1.2
- Fixed issue with title being too big that would break the whole screen.
1.1.1
- Abstracted application types and added base classes
1.1.0
- Added
InteractiveCounterApplication
as possible application to use by the developers. - Added
CursorCounterElement
andCursorCounterMenu
which are entries where players manipulate their counter - Added
BoxedOutputScreen
which allows to show configurable output in the bottom right to what the developers want to show - Added
Active
andSelectInactive
attributes toCursorElement
to distinguish between entries with expected output and entries which will output an error when attempt. - Added sorting functionality to all applications which sort relevant cursor menus to defined sorting methods.
1.0.0
- Initial release