CallbackAnimation  (source)  Using callbacks to trigger simple moveTo animations
 ChinesePoemDemo  (source)  Multiple fonts demonstrating RiTa's unicode character handling
 CreateLinesDemo  (source)  Given a long input text, breaks it into lines
 DragSelect  (source)  Creates a box which can be dragged around
 FadingText  (source)  Fade to and from text on mouse click
 FeaturedExtractions  (source)  Linguistic function demo; processes input
 FontScalingBehaviors  (source)  Timed scaling behaviors with callbacks on completion
 GrammarConjugator  (source)  Given a grammar, generates sentences.
 HaikuGrammar  (source)  Creates a haiku using a clever grammar.
 LSysGrammarTree  (source)  Draws a generative tree with a grammar and a turtle
 LetterGridFades  (source)  Text fading and re-coloring (Processing example)
 MarkovExample  (source)  Uses a Markov model to produce text.
 MotionTypes  (source)  Shows Rita's built-in tweening methods.
 ReplaceableWriting  (source)  Uses a WordNet to quietly replace one word every cycle.
 RiSpeechTest  (source)  A simple example of RiTa's Text-to-speech
 RiTaMultipleTimers  (source)  Two timers: one to blink the cursor, one to move from letter to letter
 RiTaTypeWriter  (source)  Displays lines one character at a time with sound.
 RiTextMove3D  (source)  Using OpenGL, move text in three dimensions.
 RiTextScaleAndRotate  (source)  Using OpenGL, twirl text and then make it bigger.
 SampleScrub  (source)  Use mouse-click position to control audio sample
 SimpleMoveTos  (source)  Use MoveTo to move text objects around
 SlotSubstitutions  (source)  Uses a RiTa timer to simulate a text-based slot machine
 UniqueNounGrammar  (source)  Uses a grammar combined with a callback to avoid repeated nouns
 UsingOffscreenBuffers  (source)  Drawing RiTexts to offscreen buffers
 UsingTimingBehaviors  (source)  Using RiTa timers to generate callbacks
 WordsLettersLines  (source)  Layout RiTexts in a line, a row or words, or as single letters