Alex Saveau

Results 178 issues of Alex Saveau

This metric would be a subset of a counter metric that enables choosing a ranges of possible values. The UI would be similar to the donate slider, but have two...

feature
feature:scouts
feature:templates

This would make scouting data readily accessible for rookie teams who probably aren't going to have the resources or time to scout. Use Android Instant Apps to let users get...

feature

Maybe I'm doing something wrong, but preloading the svg before displaying it fails: ```rust use bevy::asset::LoadState; use bevy::prelude::*; use bevy_svg::prelude::*; fn main() { App::new() .insert_resource(Msaa { samples: 4 }) .insert_resource(WindowDescriptor...

It's currently very annoying to update `DrawMode` because you need to do something if the enum variant doesn't match your expectations even though you know the variant can only ever...

See https://github.com/bevyengine/bevy/issues/3763#issuecomment-1025022526. I'm not sure if this is actually an issue.

Fixes #42, fixes #31.

enhancement

Perhaps I'm missing something, but I don't see a use case for having an Animator that doesn't have a tween and therefore does nothing. Getting rid of this option makes...

The current tests are quite painful to work with since it's very difficult to tell what the expected values should actually be. This PR flips the testing around by passing...

enhancement

Currently we'll block you from updating the underlying structure if the tween is complete, but we should probably remove that optimization or keep track of whether or not the underlying...

design