Animate tiny 8x8 people and things in Tiny Animator! (comes with Pico-8 sprites exporter)
(it should work ok here on the BBS but prefer downloading the cart and loading it in Pico-8, it'll work better)
With this tool you can create your own animations, using the base humanoid model or your own (instructions further below), put an imported skin on it and export the generated sprites, either to a png or to your clipboard as formatted sprites that you can directly paste into your Pico-8 sprite-sheet. And you can also save and load your animations using the clipboard!
EDIT: it seems, the use of the clipboard on the BBS is pretty buggy so if you wanna use the saving, importing and exporting features, please download the cart (right click on "cart" in bottom-left corner of the player and "save link as...").
The best way to understand the editor should be to use it but here are a few things you may want to know to use saves, skins and custom models:
To read and write Pico-8-formatted sprites, Tiny Animator uses the Pico-8 & BBS feature that lets you copy sprite on the BBS and back again in Pico-8. So here are a few skins and bases you should be able to use in Tiny Animator! Press the '[8x8]' on the side of the sprites and hit ctrl+C, then get back into Tiny Animator, hit ctrl+V and hit one of the empty skin cases! Or hit the base case if you want to change the base!
This was going to be a personal tool but it drew way more attention than I expected when I posted a first gif of it on Twitter, so I decided to make it better than I previously thought and then release it publicly. It ended up taking a week and I'm pretty happy with result!
Feel free to leave suggestions! I might not implement them but they are still interesting to me!
Also feel free to share animation saves! ;D (put them between '[hiden]' and '[/hidden]' though)
If you like Tiny Animator, please consider supporting me on Patreon, where your support will let me make more cool stuff like this! (there's also exclusive content! ;D)
Tihs is wonderful, and will be useful for projects years to come!
Question: Would it be possible to add "bones" that are larger than 1 pixel? I've got a sprite that has a 3x2 head with a couple little dangly ears, and it'd be nice to be able to treat the head as a single point for animation purposes.
Bones larger than one pixel are not possible in this version but try using a base like this:
[0x0] | |
With this you can move the head with the bone that is closest to the root bone. Although, this will make obvious a rotation bug that I thought I had fixed but apparently not. :X
[Please log in to post a comment]