Module: TEF::ProgramSelection

Defined in:
lib/tef/ProgramSelection/ProgramID.rb,
lib/tef/ProgramSelection/ProgramSelector.rb,
lib/tef/ProgramSelection/SoundCollection.rb,
lib/tef/ProgramSelection/SequenceCollection.rb

Overview

Program Selection related module

This module is meant to wrap around the functions that define and help with program selection. Its main purpose is to provide an easy to use identification and selection system for the various animations and effects of a fursuit. Often, different effects can have the same name (such as a ‘hello’ animation), and even within a certain type of animation (a group), variations of the same animaton can occour.

The code here thusly provides a ID for identification, as well as a Selector that eases selection of a fitting program in certain situations.

Defined Under Namespace

Classes: ID, ProgramSheet, Selector, SequenceCollection, SoundCollection