Rodney Lab - Game Developer with “Eternal Student” mindset.rodneylab.hashnode.dev·Jun 12, 2024Using egui for Bevy ECS Introspection👀 Using egui for Bevy ECS Introspection In this post, we look at using egui for Bevy Introspection with Macroquad rendering. This continues the series of recent posts, which started with adding egui DevTools to Macroquad, then added Rapier physics,...Discussrapier
Nilay Savantblog.nilay.cc·May 29, 2024Introducing Pmetra: Parametric Modelling for Bevy with Truck CADA few weeks ago, I released "Pmetra" - a parametric modelling plugin for the Bevy Engine using the Truck CAD kernel. Pmetra allows developers to generate 3D models parametrically using Truck's CAD APIs. In short, you define a set of parameters (e.g....Discuss·10 likes·62 readsbevy
Rodney Lab - Game Developer with “Eternal Student” mindset.rodneylab.hashnode.dev·Apr 6, 2024Rust Game Physics Engines🦀 Rust Game Dev Physics Engines Continuing the series, in this post, we see the choices for Rust game physics engines. As with an ECS and, to some extent, game engine, not every game will need a physics engine. We approach the post from the perspe...DiscussRust
Talinmachinewords.hashnode.dev·Apr 5, 2024Reactivity in Bevy: From the Bottom Up (Part 3)In Part 1 of this series, I talked about the basic primitives that make up reactivity, and in Part 2 I described working with reactive contexts. Now it's time to put all that infrastructure to work, and actually creating something that is visible on ...Discuss·219 readsbevy
Talinmachinewords.hashnode.dev·Apr 4, 2024Reactivity in Bevy: From the Bottom Up (Part 2)Context Objects In the previous post, I briefly mentioned the context objects Cx and Rcx. These objects provide a wealth of methods for doing various reactive stuff, which I'll now go over in more detail. However, before I get into the nitty-gritty o...Discuss·170 readsbevy
Talinmachinewords.hashnode.dev·Apr 4, 2024Reactivity in Bevy: From the Bottom Up (Part 1)In this article, I'm going to talk about how I've been developing bevy_reactor, a general framework for reactive programming in the Bevy game engine. Inspired by Ryan Carniato's Reactive Framework from Scratch series, I'm going to take a bottom up ap...Discuss·768 readsbevy
Miroslavroguelike.rs·Mar 28, 2024Bevy Hijinks: Loading a lot of GLTF Resources without premature CPU Death1AM is never a good time to get a stack overflow. Especially if your code is so simple that you start doubting you either have hardware problems or a haunted compiler. But, from time to time, and without any stack trace, it happens: thread 'IO Task P...Discuss·103 readsbevy