Skip to content

A Java library for creating advanced console user interfaces

License

Notifications You must be signed in to change notification settings

codejive/java-context

Repository files navigation

Context

Context is a Java library for creating advanced user interfaces inside a console window

This is a very early proof of concept, nothing to see here (yet)

Building

To build the project, run the following command:

mvn clean package

Running

To see a simple demo of panels being drawn randomly on the screen, run the following command:

java -cp target/context-1.0-SNAPSHOT.jar <example_class>

Where <example_class> is one of the following:

  • examples.Boxes
  • examples.FullPanel
  • examples.InlinePanel
  • examples.SimpleDom

About

A Java library for creating advanced console user interfaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages