Anyone with familiarity know when an engine like Bevy will have (or already has) plugins for simulated movement animation?
In my most recent experimental game I’d like to be able to just assign BiPed / QuadPed to the asset mesh + rig and let the engine handle the rest. Ideally, allowing me to build custom animations for attacks (or even custom movement animation like a limp) and have those blend into each other and also blend into / outof the default movement animations.
Haven't touched it in a few years but Bevy was a really nice breath of fresh air when I dipped my toes back into hobby game dev. I wasn't used to being able to create a game almost purely as code without having to touch a WYSIWYG editor.
Anyone with familiarity know when an engine like Bevy will have (or already has) plugins for simulated movement animation?
In my most recent experimental game I’d like to be able to just assign BiPed / QuadPed to the asset mesh + rig and let the engine handle the rest. Ideally, allowing me to build custom animations for attacks (or even custom movement animation like a limp) and have those blend into each other and also blend into / outof the default movement animations.
Inspired by https://youtu.be/FM8yNkWad1w?is=XV3FmLG4IPvTWknh
Bevy resources for those interested in learning:
- https://bevy.org/learn/book/intro
- https://taintedcoders.com
Bevy is awesome! I've been helping build out a visual editor for it and things are exciting (https://github.com/jbuehler23/jackdaw). More contributors are always welcome! jackdaw discord: https://discord.gg/jQT6gee3V
Haven't touched it in a few years but Bevy was a really nice breath of fresh air when I dipped my toes back into hobby game dev. I wasn't used to being able to create a game almost purely as code without having to touch a WYSIWYG editor.
crazy to see bevy on the front page of hacker news. thanks for sharing!