Skip to content

Instantly share code, notes, and snippets.

@raine

raine/wave.gif Secret

Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raine/8f7cd536ded8c4426f92 to your computer and use it in GitHub Desktop.
Save raine/8f7cd536ded8c4426f92 to your computer and use it in GitHub Desktop.

animoi-habbo-ukkoos

a DSL for scripting gif animations with your character

$ cat examples/wave.coffee
figure 'hr-110-35.hd-208-20.ch-809-1408.lg-270-64.sh-300-64.ea-1401-1408.cp-3127-64'
style '2x_big'

gesture 'sad'
walk 6, 'south'
stand 1.5
gesture 'surprised'
wait 1.5
gesture 'smile'
wait 1
wave 5
stand 1

$ node index.js examples/wave.coffee
downloading files...
converting gif...
baking your animation...
done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment