Package toon :: Module core
[hide private]
[frames] | no frames]

Module core

source code

Toonloop is a live stop motion performance tool.

The idea is to spread its use for teaching new medias to children and to give a professional tool for movie creators.

In the left window, you can see what is seen by the live camera. In the right window, it is the result of the stop motion loop.

INSTALLATION NOTES : The camera module for pygame is available from pygame's svn revision 1744 or greater svn co svn://seul.org/svn/pygame/trunk

The startup file to execute is toonloop

Classes [hide private]
  ToonloopError
Any error Toonloop might encounter
  Configuration
Configuration options.
  ToonClip
Toonloop clip.
  SplitScreenTheme
Theme allow to customize the graphical attributes of the rendering.
  PictureInPictureTheme
This theme is a picture in picture theme.
  PlaybackPictureInPictureTheme
This theme is a picture in picture theme as well, but the edit is big.
  Toonloop
Toonloop is a realtime stop motion tool.
Variables [hide private]
  INTERACTIVE_HELP = 'Toonloop interactive keyboard controls :\n...
  OSC_LOADED = True
  WEB_LOADED = True
  STATESAVING_LOADED = True
  PACKAGE_DATA_PATH = '/home/aalex/src/toonloop1/toon/data'
  DIRECTION_FORWARD = 'forward'
  DIRECTION_BACKWARD = 'backward'
  DIRECTION_YOYO = 'yoyo'
  THEME_SPLIT_SCREEN = 'split_screen'
  THEME_PICTURE_IN_PICTURE = 'picture_in_picture'
  THEME_PLAYBACK_PICTURE_IN_PICTURE = 'playback_picture_in_picture'
  __package__ = 'toon'

Imports: gc, sys, strftime, os, glob, pprint, reactor, defer, render, sig, opensoundcontrol, mencoder, draw, puredata, midi, save, sampler, data, fx, web, statesaving, pygame, PYGM, time, GL


Variables Details [hide private]

INTERACTIVE_HELP

Value:
'''Toonloop interactive keyboard controls :
 - Press the SPACE bar to grab a frame.
 - Press DELETE or BACKSPACE to delete the last frame.
 - Press \'r\' to reset and start the current sequence. 
   (and remove all its frames)
 - Press \'s\' to save the current sequence as a Motion-JPEG movie.
 - Press \'i\' to print current loop frame number, number of frames in\
 loop 
...