@alice_i_cecile@mastodon.gamedev.place avatar

alice_i_cecile

@alice_i_cecile@mastodon.gamedev.place

🍁 Complex systems ecology meets open source meets game design 🌈
Helping build the Bevy game engine in Rust, one RFC at a time 🕊️

Professional game designer and programmer.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

alice_i_cecile, to random
@alice_i_cecile@mastodon.gamedev.place avatar

Today's (full-time, paid!) work for @bevy is tackling work in the release milestone. We're nearly due for our next train release (look, the train is North American: you can't expect reliability) so I'm going to be going through the milestone, culling, reviewing and fixing issues.

At this stage, I'm only going to leave critical bugs and nearly complete high-impact work in the milestone. Other PRs can and will be merged if they're in there before the release candidate ships.

/thread

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 15. https://github.com/bevyengine/bevy/issues/12121

A bug with rendering cameras on top of each other. I initially thought this was related to the 2D clear color bug we just fixed, but it predates the introduction of that. This has been bumped from 0.13.1 to 0.13.2 to 0.13.3 to 0.14. No fix is forthcoming and there's no outcry to fix this immediately, so this gets cut.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 16. https://github.com/bevyengine/bevy/issues/12106

Difficulties with clean shut down preventing the app from actually being killed. Oof. Definitely severe enough.

We merged a PR that should fix this, and the bug was on Windows. I didn't notice this last time I was testing, lemme test quick...

Can no longer reproduce; commenting and closing.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 17. https://github.com/bevyengine/bevy/pull/13080

Alright, next up is dynamic-plugin-yeet. This is an neat but old and completely unloved feature to support Rust hot reloading. It's wildly unsafe, not particularly well-documented, hasn't been improved in years and seems to have active UB.

As other experiments (like dextrous_developer) have been created, I've increasingly been of an opinion that this is an attractive nuisance. Others agree! Cart's the last holdout, so I'll bring it up next time we chat :)

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 18. https://github.com/bevyengine/bevy/pull/13051

A neat little enhancement to asset loading for working with async asset loading. Seems handy and well-designed, but I'm not confident on how it fits in to the bigger picture. Requesting an example and voicing support. Regardless, definitely doesn't meet milestone criteria. Cutting.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 19. https://github.com/bevyengine/bevy/pull/13003

A sizable performance improvement to meshlets. Needs review from folks with more expertise than me. Seems fine to include for now: it's cleanup for one of our major features of the release, but this will be cut soon <3

Well, I've added more labels at least! There's some joy in that, and I have been finding the new difficulty and status labels very useful to quickly evaluate and communicate about work.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 20. https://github.com/bevyengine/bevy/issues/12880

We've merged a PR to make asset readers seekable, letting you skim through the file.

Cart had a justified concern that this won't play nice with things like HTTP requests for assets. I spun this out into a follow-up issue to make sure it didn't get lost. While it would be good to improve this, I don't think it's vital and there's no easy win / clear design here. The merged PR has real benefits so reverting isn't the clear winner. Well, cutting from 0.14...

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 21. https://github.com/bevyengine/bevy/pull/12849

A bug fix for cube array textures on iOS. Uncontroversially good, but nowhere near high enough impact for the milestone. Niche feature x niche platform means that we shouldn't block other more valuable work on it. Removing, but I'll give it some nice labels while I'm here.

I would really, really like more graceful failures for rendering in general: the platform fragmentation sucks. If you have ideas for how to improve that please suggest or make changes!

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 22. https://github.com/bevyengine/bevy/pull/9000

Exposes better information about what naga features in Bevy. naga is two levels up from bevy_render: it's the shader translation library used by wgpu, which is the mid-level rendering abstraction crate that we build on.

Seems like a fine PR, but not critical to ship now and may be obsoleted by the next wgpu upgrade anyways. I've asked Jasmine what to do with it, but either way it's not a good milestone candidate right now.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 23. https://github.com/bevyengine/bevy/issues/12604

We've refactored how animations work in 0.13 to a shiny new animation graph approach. Super useful and welcome, but there's evidently a regression with how blending from an animation to itself is handled. This is a non-trivial new bug with no workaround: bah!

mweatherley has a great analysis in the comments: it looks like this is non-trivial to properly fix. Hmm. I'll ping the SME-Animation: this isn't something I can bang out in a day next week.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 24. https://github.com/bevyengine/bevy/issues/12714

We merged a nice little debug overlay for UI layouts, much like the inspector that you get in web browsers. Super useful, but it's missing an example.

I'm a bit loathe to call attention to the mess that is dev tools right now, but I think that this is an essential bit of the release. Users will want to use this, and we should teach them! Easier testing is also key.

Great first issue if you're interested! Otherwise I'll tackle this next week.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 25. https://github.com/bevyengine/bevy/pull/10839

Observers! This is on the critical path towards relations, and one of the star ECS features of the coming release.

I'm broadly confident that these should exist, but haven't devoted an afternoon to a thorough review yet. That's mostly on me, although we'll need another SME-ECS (or Cart, who's effectively an SME-Everything). It gets the new S-Needs-SME tag and stays. No getting nerd-sniped! There's more triage to do!

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 26. https://github.com/bevyengine/bevy/pull/10038

A PR for a frustrum gizmo. Super handy, but the author hasn't touched this since October despite pings. I've slapped an Adopt-Me on this and cutting from the milestone.

Life happens and interest will naturally ebb and flow in projects. It's really important to make sure that your open source project is robust to this: it's not the original author's responsibility to finish this. Bevy just has to make the best of the gifts given <3

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 27. https://github.com/bevyengine/bevy/pull/11184

Oh wow, someone adopted the old command error handling work?? I totally missed this. I desperately want this, but now is not the right time. Apologizing to the author, labelling more and moving to the 0.15 milestone.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 28. https://github.com/bevyengine/bevy/pull/12287

Okay, a nice hooks API change: support using closures (which can capture state) rather than just function pointers. I really like this ergonomically but there's discussion about the performance costs and tradeoffs. I'll bother james7132, the author and SME-ECS about what he wants to do and how I can help.

IMO it's good to try and get this sort of polish work in for the big new features of the release, so it stays for now.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 29. https://github.com/bevyengine/bevy/pull/12090

An interesting performance PR that consolidates Bevy's task pools into a single pool for more flexibility. Neat, but the comments hint at complex problems. This isn't a critical bug, nearly ready or polish on a major feature, so this gets cut from the milestone. Labelling it as we go at least.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 30. https://github.com/bevyengine/bevy/issues/12235

Hooks are designed as a building block for relations, primarily to enforce structural invariants like "every child entity has a parent". We're currently doing this manually with a super locked down interface. Which... mostly works. We should use the shiny new tool as designed.

However, this is a non-trivial bit of work with lots of performance and correctness concerns. This can absolutely wait (both for work management and just out of precaution). Cutting.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 31. https://github.com/bevyengine/bevy/pull/11948

More gizmos! This time, rounded boxes. Cute :3 The linked tracking issue is so so good.

I like fleshing this out, and can see where this would be valuable for visualization and prototyping purposes. Just needs one review, let me do that quick...

Clean, simple boring code, render looks solid, I think this should exist. That's an easy LGTM: approving and merging.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 32. https://github.com/bevyengine/bevy/issues/11715

"Look into sorting rendering pipelines by bindgroups". Like the issue says, this could make Bevy's rendering faster! Neat and a reasonable idea, but not milestone material at this stage. There's no linked PR, so out it goes <3

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 33. https://github.com/bevyengine/bevy/pull/10816

A neat little PR that adds more flexibility to how users can render UI by letting them pass in their own draw function. There's a bit of healthy debate about whether or not this is the best idiom. Definitely not milestone material, cutting. Neat though, and I'll label it fully while I'm here.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 34. https://github.com/bevyengine/bevy/issues/10820

A panicking asset loading bug that seems to be the result of a race condition. Multiple users want a fix for this, but no fix is outstanding. Definitely high enough impact, but may not get a fix in time :(

I'll leave it for now and see about trying to reproduce and investigate this. Thankfully there's a (stochastic) Minimum Reproducible Example to start with.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 35. https://github.com/bevyengine/bevy/issues/8789

A rendering crash due to missing cubemap support. Oh hey, another of those nasty platform fragmentation bugs. We should do better about checking for capabilities, as Ida says in the comments.

Without anyone who can currently test this fix, this is going to be tricky. Cutting from the milestone due to niche impact and difficulty verifying a fix, but like always I'm happy to merge fixes like this if they happen to make it.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 36. https://github.com/bevyengine/bevy/issues/6754

Blending High Dynamic Range and normal cameras breaks rendering. This is a relatively old bug with moderate impact, and now unblocked. Would be great to get in, but not something that I'm willing to block a release on.

I'll leave it in for the weekend: Jasmine did a pass on the rendering milestone and folks may have plans.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 37. https://github.com/bevyengine/bevy/issues/10909

Naming confusion and bikeshedding between view and inverse view matrixes.

> I've added this to the 0.13 milestone as I do think its worth resolving this in a timely fashion. Worth re-evaluating what naming conventions we want (ex: the long descriptive names vs the short "common" names).

  • cart

We're now another release beyond that: this gets added to my list of "things to bug Cart about". This is probably getting closed as won't-fix.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy 38. https://github.com/bevyengine/bevy/pull/13057

God rays! This is an awesome feature that just needs merge conflict resolution. There's a PR to the branch with the resolution ready, the author just needs to double-check it and press the button.

This stays, but I'll ping the author on Discord <3 Very easy for this sort of thing to slip one's mind.

alice_i_cecile,
@alice_i_cecile@mastodon.gamedev.place avatar

@bevy Alright, I've done a full pass now! I don't know where the 4 remaining items went: they may have been issues that were closed as I merged PRs 😅

We've gone from 42 items in the milestone down to a much more manageable 22, now with beautiful color coded labels on everything ;) If you'd like to help out with the 0.14 release, tackle one of those items: reviewing, implementing, testing and designing are all welcome. Now, it's time for lunch <3

  • All
  • Subscribed
  • Moderated
  • Favorites
  • Leos
  • everett
  • magazineikmin
  • thenastyranch
  • Youngstown
  • GTA5RPClips
  • vwfavf
  • slotface
  • osvaldo12
  • ngwrru68w68
  • rosin
  • kavyap
  • Durango
  • PowerRangers
  • provamag3
  • DreamBathrooms
  • InstantRegret
  • khanakhh
  • cisconetworking
  • cubers
  • mdbf
  • tacticalgear
  • ethstaker
  • modclub
  • anitta
  • tester
  • normalnudes
  • megavids
  • All magazines