z0w0 / helm

A functionally reactive game engine, with headgear to protect you from the headache of game development provided.
http://helm-engine.org/
MIT License
599 stars 69 forks source link

Simple Animation Module #13

Closed veryrandomname closed 11 years ago

veryrandomname commented 11 years ago

Animation represented by Signals of Forms.

z0w0 commented 11 years ago

This is really nice, thanks a lot! I'm going to clean up the function names and documentation a bit, but other than that, this is really useful and will fit in nicely.

veryrandomname commented 11 years ago

Just how I expected! I think I'm really learning something here. Also I just spotted an issue with using createAnimation on empty lists. :/ But I have no easy solution at hand right now. I got a little dizzy in the end. No sleep.

z0w0 commented 11 years ago

Fair enough. I added a warning to the docs about empty lists of frames. Create another pull request if you work something out.