Minecraft-ArmorStand
Minecraft-ArmorStand copied to clipboard
Ability to add multiple armor stands to the scene
It's crazy to me the only complete tool for armorstand posing is a web project, but here we are.
Great work, by the way.
What would be phenomenal is to abstract the armor-stand away from the scene and allow for multiple armor stands to be placed / positioned.
Sounds nice! Would be a big undertaking though, as several things would need to change. The armorstand would need to be encapsulated and the user interface would need to be more flexible to work with different armorstands. I finally brought myself to create #35, so a rewrite which might include this functionality might drop in a few months.
And this is why we make everything a class ;)
In all seriousness, that's great. If you're looking for a hand, let me know. I'd be happy to get involved.
A timeline for simple animation would be a nice feature as well.
How do you suppose a timeline would work? Should the website generate a command to spawn command blocks that make the animation happen? I will lay the foundation for the rewrite in the following weeks and will definitely notify you should I need any help :)
I like the idea of adding a timeline for animations. However, I think we should instead generate data packs rather than a one command generator since the latter has been replaced by data packs due to their efficiency and flexibility. This would also allow developers to integrate the animations into their projects easily.
Absolutely agree @thelennylord. The scene could include a player actor that indicates where the command will be run from and subsequently, where the scene will be drawn in reference to that point.
As for the timeline @thelennylord, There is an older example here of what that could look like. That example over-complicates it with the interpolation option though when really, a timeline this simple should always interpolate.
For instance:
Let's say I wanted a waving armorstand. I set a keyframe at tick 1 of the arm in the position of the start of the waive. I then would set a keyframe at tick 20 of the arm in the position at the end of the waive. Then another keyframe at tick 39 of the arm back back at the beginning of the waive. This would give us a looped waiving animation.
I'm a usability designer by trade. I'd be happy to help with the usability and interface.
Yeah this could be amazing! Upvote!