So unreal is transitioning to Bevy? Haha, that really confused me at first. #gamedev #bevy_engine #unreaEngine

Did not yet watched it myself, but it is by @chrisbiscardi So it is probably good. #rust #bevy #bevy_engine

https://www.youtube.com/watch?v=jKSZ8k70dxM

Learn game development before the Bevy Jam with Flappy Bird

YouTube
A tiny #bevy tip; if you have refactored something and want to clean up unused elements; delete the components (and resources) first. That should show you the systems and hooks that depend on them. #bevy_ecs #bevy_engine

The "OSM-Toolbox" should be usable with any #Rust #3DRender. Firstly the #Bevy #bevy_engine was used. Just as a 3D renderer or fully including the Asset loader to access tie OSM API. And only the last one builds to #wasm

Now I used a renderer, I did know: #Rend3
As it is archived, it had some high-ups, then it was done in little hours.

But no WASM build yet 😥 Like with plain rust: How to build wasm with async main? Any help would be appreciated!

Do you like another renderer? Let's use it!

Getting into #bevy_engine trying to get a basic game implemented. It's so nice to be in the same environment as the Engine itself.

Got basic spawning and input handling done, the examples are really helpful.

As someone coming from Godot, it has much less batteries included, but a code first gamedev approach was something that I want to try for a long time now, and I'm finally wrapping my head around ECSs

Quests at foundational level, a background abstraction and just recently popups. #bevy_engine #gamedev

Today I finished the first pass of the undo/redo system for Bezy.

There are still some performance issues, but this is the first time I have ever made an undo/redo system for graphics editing software, so I'm just happy I got it working.

#bevy #bevy_engine
https://youtu.be/BOsvjdOzjMg

Bezy Worklog 2025-03-14

YouTube
Toggle button & button group. Using bevy UI. #bevy #bevy_engine #ui #gamedev
I spent whole day today converting the pixel_grid_snap example into a reusable crate, with multi-camera support. Everything quite straightforward thanks to component hooks and required components. #bevy #bevy_engine

@OpenSauce Ever seen #bevy ?

$ cargo check
Compiling proc-macro2 v1.0.92
Compiling serde v1.0.215
Compiling libc v0.2.167
Compiling quote v1.0.37
Compiling syn v2.0.90
^C Building [ ] 10/377: libc, syn

#bevy_engine