Skip to content

Files

Latest commit

6e0e1f9 · Mar 3, 2011

History

History
38 lines (27 loc) · 1.39 KB

README.markdown

File metadata and controls

38 lines (27 loc) · 1.39 KB

RedEcho

Helping the Virtual Boy development community for under 0.0000000001 years!

Project Status

On hold...

I'm still trying to decide on the right language, GUI toolkit, etc. to use and whether to call the existing VBSG executable, or to absorb the original code and make it stand-alone.

Right now I'm leaning toward Ruby + Gosu + GGLib -- passing generated text files to VBSG and playing the resulting WAV. Some other options include (in rough order from more to less likely):

  • C# (.NET/mono)
  • Adobe AIR
  • C/C++ and:
plain Win32 API
SDL w/ some kind of SDL GUI lib
SDL w/ scratch-built interface stuff
* Java

I'll probably go with a "tabbed" interface. Outside the tabbed area will be a list of commands and the controls for manipulating the list (add, remove, clone, reorder, etc.). Things like context menus and drag/drop will depend on the environment/toolkit used.

Beyond the planning required, setting aside time to actually work on it is (unsurprisingly) difficult.

Command List

Possible productivity enhancements for the list of commands include:

  • Colors/icons
  • Grouping commands for organization
  • Automatic, intelligent grouping by VSU channel
  • Saving standard sequences in a "library"
  • SFXr-like random generation of standard sound-fx (or maybe just import support for SFXr files)