Monday, March 21, 2016

LWB watcher system interface explained

This is an example of the interface. Areas are observed by the view window in the center, usually playing a looping video of the current scene. Entering a command from the list of available headings on the right will change the view to an adjacent scene. Entering the question mark into the parser brings up the instructions, showing all the possible parser commands. These include commands to save progress, quit the program, bring up options, etc.

2 comments:

  1. Where will the text be displayed when the user types in "?" or if you need to display some kind of information to the user?

    ReplyDelete
    Replies
    1. The instructions will be displayed on a sub window that that appears over the regular interface, and the user can close it by pressing escape. Any other notifications could be presented basically the same way.

      Delete