castanaut gem

Gem details

Castanaut lets you write executable scripts for your screencasts. With a simple dictionary of stage directions, you can create complex interactions with a variety of applications. Currently, and for the foreseeable future, Castanaut supports Mac OS X 10.5 only.

Websitehttp://gadgets.inventivelabs.com.au/castanaut Tags Screencasts

Documentation

Install the Gem:
gem install castanaut

Writing screenplays

You write your screenplays as Ruby files. Castanaut has been designed to read fairly naturally to the non-technical, within Ruby‘s constraints.

Here‘s a simple screenplay:

  launch "Safari", at(10, 10, 800, 600)
  type "http://www.inventivelabs.com.au"
  hit Enter
  pause 2
  move to(100, 100)
  move to(200, 100)
  move to(200, 200)
  move to(100, 200)
  move to(100, 100)
  say "I drew a square!"




Edit Gem | (0 older versions) | Last edited by: Guest, 2 months ago