piskelapp / piskel

A simple web-based tool for Spriting and Pixel art.
http://piskelapp.com
Apache License 2.0
11.05k stars 769 forks source link

Feature : Animation List for one file #252

Open ghost opened 9 years ago

ghost commented 9 years ago

Add a feature for have multiple animations in one piskel file like in Spine.

Image of Spine

It will be easier to maintain the complex sprites by switching beetween all related images :

Dullgarian commented 9 years ago

A really nice idea! :+1:

juliandescottes commented 9 years ago

I like the idea :) Don't know how to integrate this in Piskel yet, but I'll try to think about it.

Any suggestions how/where it should be added ?

Options I'm thinking about :

ghost commented 9 years ago

A small UI on top of the frame list should be great !

Secretmapper commented 8 years ago

This is probably the only reason why I still haven't switched/committed to piskel fully. I think a small UI on the frame list would be sufficient too!

rostok commented 7 years ago

Multiple animations in one project is a must have. I would suggest to start with simple JSON editor for defining animation names and their respective frames (either explicit number list or ranges). With such editor in place next step would be adding a simple drop-down menu allowing to select animation (possibly with predefined 'all' option for all the frames). Once the animation is chosen the preview should loop only its frames, also selecting next/prev frame should be limited to current frame list or range.