#bevy — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #bevy, aggregated by home.social.
-
Aaand sure enough the thing that once seemed impossible to understand now seems pretty simple. I'm not totally there yet, but I have an approximate mental model.
Basically, to play an animation (for a 3D model) in #bevy, you need 1/ an animation graph 2/ an animation player.
The animation graph basically contains the animation data itself — except it may store the data for several animations and allow to combine them with one another, hence the relatively complex data structure.
The animation player is attached to your 3D model, it's how you can tell the engine that the animation applies to it. It is spawned as (a component of) a descendant of the entity attached to your 3D model.
Much of the complexity of the examples came from trying to extract the animation and model data from the .glb into a graph and a player.
(Feel free to correct or supplement this! I'm still in the process of understanding this :) )
-
Working on a new menu using the new bevy_feathers...
There are some big changes coming soon 😉
-
What is "AI Sobriety"?
Sober Spaces are places where people who have a history with a substance, or are otherwise negatively affected by its ambient presence in society, can spend time knowing they're in a safe and constructive environment for them.
-
Last week I opened up "Creative Bevians," an "AI-Sober" space for Bevy community members to work on the engine, their projects, their ecosystem crates, and their related artistic practices.
-
Bevy Contributors released #Bevy version 0.19.1. https://bevyengine.org/
-
This Week in Game Engines 38 is here!
https://enginesdatabase.com/blog/this-week-in-game-engines-38/
This week we have 6 years of Bevy ECS, making 2D games using Ruby language, to-policy or not to-policy AI, optimizing Mario Kart builds using Pareto Frontier (I always picked Dry Bones because he looked cool but I guess I was in the wrong this whole time), and much more!
-
Today is Bevy's sixth birthday! As always, I've used this as a chance to reflect on the past year and outline my hopes and dreams for the next year of #bevy:
-
Prototyping a game while also learning Bevy means I spend a lot of time refactoring ECS functions to be more modular. I know that’s “bad” game dev practice but I’m also a bad game dev, so I think that’s on brand for me.
#bevy #rust #SoloGameDev #IAmBadAtFollowingInstructionsAnyway
-
Currently trying to make sense of animation in #bevy. I am: not having a good time
-
Today's devlog for my Number Battle subproject includes a new mechanic, polish and bug fixes!
You can see the changes in this video, and read what has changed and see the full video in the blogpost: https://enmark.neocities.org/blog/numberbattle-subproj-devlog6/
-
Fifth devlog for my Number Battle subproject includes gameplay and UI additons (one for each) like a new choice break mechanic and a game over screen. Read the full blogpost and see the screenshots here: https://enmark.neocities.org/blog/numberbattle-subproj-devlog5/
-
Cards now perform their effects in multiple operations, which are now properly displayed.
#bevy -
-
So, I've been prototyping on how to render things...
-
More technical #rust #GameDev update where I primarily cover migration to #bevy 0.19 and how much I like bsn. I do also cover a 3D building I/O visual issue where buildings now properly have dark portals #Satisfactory style. https://exofactory.net/blog/2026-08-02/
-
working on making the city feel alive in #towerforever, #bevy -
Really surprised to discover that #Bevy supports platforms without even atomics.
The beauty of open source I guess, supporting anything as long as someone is willing to maintain it.
-
I'm searching for a new name for `bevy_fs` (https://github.com/wesfly/bevy_fs). It is a new flight simulator written in Rust, but the name only barely suggests that this is a flight simulator.
I got the idea to rename it to "Shearwater Flight Simulator", named after a bird that can glide extreme distances.
(More options in thread)
You can also suggest your own name.
Feel free to share 🙂 -
Realized the game project I was working on was massively overscoped, so I decided to take a detour and work on something “small”.
Good news, so far it is still small and it’s helping me come to grips with Bevy *a lot*!
Bad news, I got halfway through building something before I realized I’m not doing ECS correctly lol
-
A quick note to the #Bevy community: for awhile now managing the many responsibilities of leading Bevy has made me retreat further and further into myself. The boundaries have protected me, but I've lost much of the lightness and joy in my day to day interactions with the community in favor of a cold, detached, technical focus. This isn't a good way to live, and it isn't the tone I want to set for what it means to be a member of the Bevy community, let alone a leader of it ... (1/2)