Animation in Bevy: The Big Picture

(glocq.com)

56 points | by ibobev 8 hours ago

6 comments

  • yazaddaruvala 1 hour ago
    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

  • GenericCanadian 6 hours ago
    Bevy resources for those interested in learning:

    - https://bevy.org/learn/book/intro

    - https://taintedcoders.com

  • Zedriv 3 hours ago
    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
  • dgunay 2 hours ago
    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.
  • cubething 1 hour ago
    crazy to see bevy on the front page of hacker news. thanks for sharing!
  • jheriko 4 hours ago
    [dead]