Broadway: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
== The Panels == |
== The Panels == |
||
{| class="wikitable" |
|||
* File Panel: Contains controls to save, load, and create Scripts. You can also modify metadata about the current Script from here, including the title, author, and a description. |
|||
|- |
|||
⚫ | |||
! Panel Name |
|||
⚫ | |||
! Screenshot |
|||
⚫ | |||
! Description |
|||
⚫ | |||
|- |
|||
⚫ | |||
| File Panel |
|||
⚫ | |||
[[File:Bw- |
| [[File:Bw-file.png|450px]] |
||
| Contains controls to save, load, and create Scripts. You can also modify metadata about the current Script from here, including the title, author, and a description. |
|||
|- |
|||
⚫ | |||
| Backdrop Panel |
|||
⚫ | |||
⚫ | |||
|- |
|||
| Actor Panel |
|||
⚫ | |||
⚫ | |||
|- |
|||
| Write Panel |
|||
⚫ | |||
⚫ | |||
|- |
|||
| Theater Panel |
|||
⚫ | |||
| Contains controls to watch the current Script. |
|||
|} |
|||
== Development == |
== Development == |
Revision as of 22:38, 2 July 2012
Broadway is a remake of the classic computer game "Hollywood" by Theatrix, and can be considered a spiritual successor to the Story Builder software. Users create a story by choosing a backdrop, creating actors, and then writing a script. Using animation and the native Text-to-Speech software, the story comes alive.
Example Screenshot
Usage
There are three main User Interface components in Broadway:
- Stage: This is where the Actors and Backdrop appear. Any animation and action takes place here.
- Tabs: This contains buttons that switch the currently active Panel.
- Panels: This is where the 5 different Panels appear. A Panel is a collection of controls.
The Panels
Development
Packages used:
- Pygame
- Spyral
- PGU
- Simplejson
Broadway was created using Pygame. Spyral is used to simplify the handling of Sprites in the Theater. A modified version of PGU is used to handle the user interface. Finally, Scripts are currently stored using JSON, requiring the Simplejson library.
Planned Features
- More translations
- Spellcheck
- Grammarcheck
- Export to Youtube
- More of the existing content: actors, backdrops, twists, emotions, voices, etc.
- Download content button (from central repository)
- More example stories
- Better text editing features (copy/paste, etc.)
- Props that actors can interact with
- Animations
- Sound Effects and Musical Stings
Requested Features
- ...?
Author
Austin Cory Bart, for his undergraduate thesis work at the University of Delaware with Dr. Lori Pollock.