Carter Anderson

Results 20 issues of Carter Anderson

The Bevy renderer should be able to instance entities that share a subset of the same properties.

C-Enhancement
A-Rendering

In retrospect, this makes sense given that we're working around winit by scaling the canvas directly. I don't think we should revert canvas scaling, as it makes the examples visible...

C-Bug
A-Examples

I'm using ron to deserialize types that are not known at compile time. It would be really nice to have the option to fully encode primitive types in ron so...

I would like to delegate "bors r+" permissions to people I trust by manually constructing the "reviewers list", but I don't want those people to be able to add _other_...

The current change events / filters arent useful for optimizations. Sometimes I only want to run a system on a component if its value has _actually changed_. For example, updating...

I think it would be useful to be able to define systems as "normal functions": ### Preferred Format ```rust // borrows resource A and runs once for each entity with...

Bevy should have an extensible visual editor capable of the following: * Visualizing / editing scenes * Visualizing / editing hierarchies * Extensions * Interacting with live app data

C-Enhancement
A-Assets

Introduced in #429 As [mentioned in the PR adding this feature to Bevy](https://github.com/bevyengine/bevy/pull/4726/#issuecomment-1126418215), using CSS for parent sizing in a way that relies on the child size creates a feedback...

C-Bug
A-Examples

It should be possible to run Bevy Apps on Android

C-Enhancement
A-Build-System
O-Android

## Objectives _While these changes are relatively straightforward, this is a very complicated and controversial topic. Please read this entire description before sharing your thoughts._ ### Resolve "Base Set" confusion...

A-ECS
C-Usability
D-Complex
S-Controversial