Skip to content

playing with tomu character animation

Notifications You must be signed in to change notification settings

im-tomu/tomu-animation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Tomu Animation

The goal of this exercise is to add animations to the tomu logo.

The rules of the game are

  1. No using proprietary animation software. Probably just Inkscape and Javascript.
  2. If Javascript is disabled, then the image should look as it was when the artist created it.
  3. The SVG file must be one file (javascript is inline)
  4. The SVG and Javascript shouldn't make any requests to the internet (so that it works offline).
  5. The SVG file must be minified to be as small as possible (I should be able to fit it into 150KB or so).
  6. There should be enough random delays so when several of these are being viewed simultaneously, they should NOT appear to be synchronized.
  7. External javascript should be able to easily trigger robot behaviors

Here is my vision for how this will work.

  • There should be some "actions" the robot performs such as waving, dancing, fidgeting, scratching, etc.
  • in between actions, the robot will be doing the idle action.
  • Each action will start and end in the starting position of the logo

About

playing with tomu character animation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%