-
-
Notifications
You must be signed in to change notification settings - Fork 4k
Insights: bevyengine/bevy
Overview
Could not load contribution data
Please try again later
44 Pull requests merged by 27 people
-
Schema types metadata
#19524 merged
Jun 20, 2025 -
Rewrite camera shake example
#19724 merged
Jun 20, 2025 -
Core Checkbox
#19665 merged
Jun 20, 2025 -
Refactor bundle derive
#19749 merged
Jun 20, 2025 -
Fix QueryData derive codegen
#19750 merged
Jun 20, 2025 -
Gate Reflect derive behind feature flag
#19745 merged
Jun 19, 2025 -
deny(missing_docs) for bevy_window
#19655 merged
Jun 19, 2025 -
deny(missing_docs) for bevy_asset_macros
#19719 merged
Jun 19, 2025 -
Remove
's
lifetime fromWorldQuery::Fetch
#19720 merged
Jun 19, 2025 -
ECS: put strings only used for debug behind a feature
#19558 merged
Jun 18, 2025 -
Add support for ButtonInput<Key>
#19684 merged
Jun 18, 2025 -
rename Transform::compute_matrix to to_matrix
#19646 merged
Jun 18, 2025 -
Exposes
Observer
's system's name#19611 merged
Jun 17, 2025 -
Added clone bounds to EntityEvents that were missing them.
#19708 merged
Jun 17, 2025 -
Add TypeIdMapExt trait to make TypeIdMap operations more ergonomic
#19683 merged
Jun 17, 2025 -
Revert "bevy_log: refactor how log layers are wired together (#19248)"
#19705 merged
Jun 17, 2025 -
Split CursorOptions off of Window
#19668 merged
Jun 17, 2025 -
Support fallible one-shot systems
#19678 merged
Jun 17, 2025 -
rename GlobalTransform::compute_matrix to to_matrix
#19643 merged
Jun 17, 2025 -
Register
ReflectSerialize
for &'static str#19680 merged
Jun 16, 2025 -
slider widget track click position
UiScale
fix#19676 merged
Jun 16, 2025 -
Fix Keyboard observer not updating SliderValue
#19661 merged
Jun 16, 2025 -
Clarify GlobalTransform::to_isometry doc
#19645 merged
Jun 16, 2025 -
Make observers metadata / storage publicly visible
#19608 merged
Jun 16, 2025 -
Document
TextShadow
not supported byText2d
#19533 merged
Jun 16, 2025 -
Allow users to fix glTF coordinate system imports
#19633 merged
Jun 16, 2025 -
Fix SubStates with multiple source states not reacting to all source changes
#19595 merged
Jun 16, 2025 -
bevy_log: refactor how log layers are wired together
#19248 merged
Jun 16, 2025 -
deny(missing_docs) for bevy_reflect
#19481 merged
Jun 16, 2025 -
allow access to the source error of
AssetLoaderError
and downcasting#19471 merged
Jun 16, 2025 -
Allow passing number of thread for building and testing to CI
#19359 merged
Jun 16, 2025 -
Let query items borrow from query state to avoid needing to clone
#15396 merged
Jun 16, 2025 -
Add more PreviousViewData
#19605 merged
Jun 16, 2025 -
Provide access to the original target of entity-events in observers
#19663 merged
Jun 15, 2025 -
Make sequential_dispersed fn constant
#19659 merged
Jun 15, 2025 -
Add insert_child and remove_child methods
#19622 merged
Jun 15, 2025 -
lighting.rs example: Improved ambient light showcase
#19658 merged
Jun 15, 2025 -
deny(missing_docs) for bevy_mikktspace
#19654 merged
Jun 15, 2025 -
Event Split:
Event
,EntityEvent
, andBufferedEvent
#19647 merged
Jun 15, 2025 -
Replace
UntypedHandle
from ReflectAsset withimpl Into<UntypedAssetId>
.#19606 merged
Jun 15, 2025 -
Preserve extra data in
RelationshipTarget
withreplace_related
(_with_difference
)#19588 merged
Jun 15, 2025 -
Add SkipDeferredLighting component
#19628 merged
Jun 15, 2025 -
Fix typos
#19651 merged
Jun 15, 2025 -
Core slider
#19584 merged
Jun 15, 2025
24 Pull requests opened by 16 people
-
Restructure the logic in `AssetServer::load_internal` to avoid using weak handles.
#19634 opened
Jun 13, 2025 -
Split `EntityClonerBuilder` in `OptOut` and `OptIn` variants
#19649 opened
Jun 15, 2025 -
trigger `Text` & `Text2d` re-render when `Children` is removed
#19666 opened
Jun 15, 2025 -
Type erased materials
#19667 opened
Jun 16, 2025 -
Update encase_derive_impl requirement from 0.10 to 0.11
#19669 opened
Jun 16, 2025 -
Update ui_test requirement from 0.29.1 to 0.30.1
#19670 opened
Jun 16, 2025 -
Update derive_more requirement from 1 to 2
#19671 opened
Jun 16, 2025 -
Update cpal requirement from 0.15 to 0.16
#19672 opened
Jun 16, 2025 -
Allow setting correct glTF coordinate conversions globally
#19685 opened
Jun 16, 2025 -
UI z-ordering fix
#19691 opened
Jun 17, 2025 -
[DRAFT] Bug fix in Gizmo grid
#19697 opened
Jun 17, 2025 -
Add entities alongside resources
#19711 opened
Jun 18, 2025 -
Don't create errors for ignored failed commands
#19718 opened
Jun 18, 2025 -
Reactive Systems / SystemParams and Resource impl
#19723 opened
Jun 18, 2025 -
Stop inserting `RelationshipTarget` on `SpawnRelatedBundle`
#19726 opened
Jun 19, 2025 -
Bevy Feathers: an opinionated widget toolkit for building Bevy tooling
#19730 opened
Jun 19, 2025 -
New simplified "click to focus" logic for core widgets.
#19736 opened
Jun 19, 2025 -
Fix issue 19734: add dependency on bevy_utils for the bevy_ecs test.
#19738 opened
Jun 19, 2025 -
[DRAFT] deny(missing_docs) for bevy_asset
#19739 opened
Jun 19, 2025 -
Implement serializable mesh
#19743 opened
Jun 19, 2025 -
Fix ui picking outside the viewport
#19744 opened
Jun 19, 2025 -
Add newlines before impl blocks
#19746 opened
Jun 19, 2025 -
Fix sprite picking viewport
#19747 opened
Jun 19, 2025 -
ObserverTrigger: Add wrapper type around `ComponentId`
#19755 opened
Jun 20, 2025
23 Issues closed by 13 people
-
Bevy can't create a window
#16572 closed
Jun 20, 2025 -
Add a despawn_children method
#19556 closed
Jun 20, 2025 -
KeyCode::Plus (Minus) not working correctly
#3278 closed
Jun 20, 2025 -
`Val::Vw` incorrectly behaves like `Val::Percent` in `BorderRadius`
#19748 closed
Jun 20, 2025 -
Invalid `reflect` and `derive` usage in `bevy_window`
#19733 closed
Jun 19, 2025 -
`integration-test` is not checked in CI and is failing
#19732 closed
Jun 19, 2025 -
Add named observers
#18726 closed
Jun 17, 2025 -
Add an extension trait for `TypeIdMap` to query values using generics
#19642 closed
Jun 17, 2025 -
Log filtering is broken
#19689 closed
Jun 17, 2025 -
Bevy caches invalid cursor settings
#19627 closed
Jun 17, 2025 -
Support fallible one-shot systems
#19677 closed
Jun 17, 2025 -
Text styles should be inheritable
#13511 closed
Jun 17, 2025 -
Unify `Cursor` and `Pointer` nomenclature
#19688 closed
Jun 17, 2025 -
Coordinate system mismatch between Bevy and glTF
#5670 closed
Jun 16, 2025 -
Allow passing `--jobs` to `ci` to prevent OOM on home machines
#16051 closed
Jun 16, 2025 -
warning: function `check` is never used
#19675 closed
Jun 16, 2025 -
Oklcha Colors for PointLights
#19652 closed
Jun 16, 2025 -
`Target::target` and `Target::target()` return different entities
#17112 closed
Jun 15, 2025 -
First-class technique for splitting input streams or absorbing input events
#3570 closed
Jun 15, 2025 -
Statically designate event targets
#19564 closed
Jun 15, 2025 -
Support removing RelationshipTarget component when lonely
#19653 closed
Jun 15, 2025 -
Feature flag to add repr(c) to bevy types
#14172 closed
Jun 15, 2025 -
Rename `Bundle` to `Spawnable`
#19624 closed
Jun 13, 2025
41 Issues opened by 24 people
-
Pointer<Drag> event delta depends on scale factor
#19754 opened
Jun 20, 2025 -
Warning: missing IDs in `observer_propagation`
#19753 opened
Jun 20, 2025 -
Upstreaming text input
#19752 opened
Jun 20, 2025 -
Allow required components to specify relationships
#19751 opened
Jun 20, 2025 -
`bevy_ui_picking_backend` feature can't be disabled
#19742 opened
Jun 19, 2025 -
Upstream bevy_editor_cam
#19741 opened
Jun 19, 2025 -
Expose information about system-internal parallelism to the scheduler
#19740 opened
Jun 19, 2025 -
Somehow prevent confusion caused by Assets being removed due to not having RenderAssetUsages::MAIN_WORLD
#19737 opened
Jun 19, 2025 -
`ci integration-test` is not run in CI
#19735 opened
Jun 19, 2025 -
`cargo test -p bevy_ecs` fails
#19734 opened
Jun 19, 2025 -
Resources as Components Tracking Issue
#19731 opened
Jun 19, 2025 -
Remove the `load_folder` API
#19727 opened
Jun 19, 2025 -
Feature `wayland` requires wayland-sys feature `dlopen`
#19725 opened
Jun 18, 2025 -
Fallible one-shot systems silently swallow errors
#19722 opened
Jun 18, 2025 -
Add a system's entity to run conditions, when we have them
#19716 opened
Jun 18, 2025 -
Inserting `children!` overrides existing children
#19715 opened
Jun 18, 2025 -
Add the ability to attach context to `BevyError`
#19714 opened
Jun 18, 2025 -
SSAO/VBAO Improvements
#19713 opened
Jun 18, 2025 -
Add a "run if any system param changed" run condition (building towards reactivity)
#19712 opened
Jun 18, 2025 -
Creating a mesh with no attributes panics with an undescriptive error
#19710 opened
Jun 17, 2025 -
Allow transmitting assets over BRP
#19709 opened
Jun 17, 2025 -
Reference error handling in systems docs
#19696 opened
Jun 17, 2025 -
Provide an API for getting the full path of a file loaded by the `FileAssetReader`
#19695 opened
Jun 17, 2025 -
Unclear license for envinronment maps
#19693 opened
Jun 17, 2025 -
(UI) picking unexpectedly triggers outside the viewport
#19692 opened
Jun 17, 2025 -
Allow for Resource - Component relationships
#19690 opened
Jun 17, 2025 -
Relationship Ordering not maintained
#19687 opened
Jun 17, 2025 -
Enable correct glTF coordinate conversion by default
#19686 opened
Jun 16, 2025 -
Optionally keep around an empty `Children` component
#19682 opened
Jun 16, 2025 -
Reflect is not implemented for IndexMap/IndexSet
#19681 opened
Jun 16, 2025 -
Main branch fails to compile on Rust beta.
#19679 opened
Jun 16, 2025 -
Sliced images not working with BackgroundColor when using limited features enabled.
#19674 opened
Jun 16, 2025 -
Removing `Observer` panics the next time its event is triggered.
#19673 opened
Jun 16, 2025 -
Add f16 to the Reflect Trait
#19662 opened
Jun 15, 2025 -
On::entity should not return an `Option` when it is always `Some`
#19660 opened
Jun 15, 2025 -
In TextLayout, when deleting all TextSpans, TextLayout still retains the last text
#19657 opened
Jun 15, 2025 -
Overlap system set executions
#19650 opened
Jun 15, 2025 -
Document how propagate(false) works
#19648 opened
Jun 14, 2025 -
Split the `Window` component for more granular change detection
#19644 opened
Jun 14, 2025 -
Add new GLTF character model and loader functionality #19509
#19638 opened
Jun 14, 2025 -
Handle unsuccessful add and remove of entities in `RelationshipTarget`
#19636 opened
Jun 14, 2025
60 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
bevy_solari: RIS for Direct Lighting
#19620 commented on
Jun 19, 2025 • 37 new comments -
Remove entity reserving/pending/flushing system
#19451 commented on
Jun 20, 2025 • 15 new comments -
Impl system condition combinators for `Result`-ful run conditions
#19580 commented on
Jun 18, 2025 • 8 new comments -
Spawn batch with relationship
#19519 commented on
Jun 14, 2025 • 6 new comments -
Remove `SimpleExecutor`
#18741 commented on
Jun 16, 2025 • 5 new comments -
Bundle refactor - `Option` bundles and `Box<dyn Bundle>`
#19491 commented on
Jun 15, 2025 • 4 new comments -
Add method on `WorldQuery` to apply deferred mutations
#19602 commented on
Jun 20, 2025 • 4 new comments -
Document why examples are disabled on the web, pass 1
#19262 commented on
Jun 20, 2025 • 3 new comments -
Prevent `AnimationGraph` from serializing `AssetId`s.
#19615 commented on
Jun 16, 2025 • 2 new comments -
Ugrade to `wgpu` version `25.0`
#19563 commented on
Jun 20, 2025 • 2 new comments -
`EntityWorldMut` methods do not automatically overwrite `Relationship` components
#19601 commented on
Jun 20, 2025 • 2 new comments -
Combine `Query` and `QueryLens` using a type parameter for state
#18162 commented on
Jun 19, 2025 • 1 new comment -
Move `TextShadow` to `text` widget module
#19579 commented on
Jun 19, 2025 • 1 new comment -
Mutating (or Inserting) pre-existing Components in Observers silently fails with stale Component data
#18819 commented on
Jun 20, 2025 • 0 new comments -
Allow multiple `children!` in one bundle
#19398 commented on
Jun 20, 2025 • 0 new comments -
Add WebSocket support for RemoteHttpPlugin
#16403 commented on
Jun 18, 2025 • 0 new comments -
Observer ordering/scheduling
#14890 commented on
Jun 20, 2025 • 0 new comments -
Composable Pipeline Specialization
#17373 commented on
Jun 20, 2025 • 0 new comments -
Refactor shared specialize params into a `SystemParam`
#18762 commented on
Jun 17, 2025 • 0 new comments -
add #[serde(default)] to Node (and, perhaps other similar structs)
#18883 commented on
Jun 18, 2025 • 0 new comments -
Environment Map Filtering GPU pipeline
#19076 commented on
Jun 17, 2025 • 0 new comments -
Bump super-linter/super-linter from 7.3.0 to 7.4.0
#19288 commented on
Jun 18, 2025 • 0 new comments -
Bump cargo-bins/cargo-binstall from 1.12.3 to 1.12.5
#19289 commented on
Jun 18, 2025 • 0 new comments -
Renamed BRP methods to be more explicit.
#19377 commented on
Jun 20, 2025 • 0 new comments -
Let Component::map_entities defer to MapEntities
#19414 commented on
Jun 17, 2025 • 0 new comments -
Remove `TextNodeFlags::needs_recompute`
#19443 commented on
Jun 15, 2025 • 0 new comments -
Add new GLTF character model and loader functionality
#19509 commented on
Jun 16, 2025 • 0 new comments -
Add bevy_fbx, an FBX loader based on ufbx
#19534 commented on
Jun 20, 2025 • 0 new comments -
Mesh serialization
#19545 commented on
Jun 18, 2025 • 0 new comments -
Object-centered text layout
#19559 commented on
Jun 17, 2025 • 0 new comments -
ImageMeasure does not apply aspect_ratio to max width/height
#19576 commented on
Jun 14, 2025 • 0 new comments -
Observers panic when an earlier observer despawned the entity
#19623 commented on
Jun 14, 2025 • 0 new comments -
Add support for letterboxing
#15130 commented on
Jun 14, 2025 • 0 new comments -
Directional lights ignore walls on WebGPU when the camera is too parallel to them
#19626 commented on
Jun 14, 2025 • 0 new comments -
Add `try_add_plugins` for apps a la `try_insert` for entities
#18909 commented on
Jun 14, 2025 • 0 new comments -
Inconsistent Behavior with Required Components
#19333 commented on
Jun 14, 2025 • 0 new comments -
Make Handle to be a Component (again)
#19407 commented on
Jun 15, 2025 • 0 new comments -
Rename observer entity methods and fields
#19263 commented on
Jun 15, 2025 • 0 new comments -
On wasm, window.cursor.grab_mode is not updated when cursor is unlocked.
#8949 commented on
Jun 15, 2025 • 0 new comments -
Provide easy access to components of targeted entity in observers
#15653 commented on
Jun 15, 2025 • 0 new comments -
Include shared docs in both trait and derive documentation
#19537 commented on
Jun 16, 2025 • 0 new comments -
`bevy::ecs::schedule::common_conditions::not` should support `SystemInput`
#19527 commented on
Jun 16, 2025 • 0 new comments -
Grid gizmo with either x or y outer edges doesn't render correctly
#19480 commented on
Jun 16, 2025 • 0 new comments -
UI clipping only works for untransformed axis-aligned rectangles.
#9381 commented on
Jun 16, 2025 • 0 new comments -
Observers don't respect the "stack nature" of commands
#19569 commented on
Jun 16, 2025 • 0 new comments -
Access serde attributes with reflection
#19557 commented on
Jun 17, 2025 • 0 new comments -
Supporting archive assets
#12279 commented on
Jun 17, 2025 • 0 new comments -
calloop warning
#14904 commented on
Jun 17, 2025 • 0 new comments -
Native Bézier Curve & Path Rendering Support in Bevy
#17587 commented on
Jun 17, 2025 • 0 new comments -
Add dependencies list for Gentoo Linux.
#13914 commented on
Jun 17, 2025 • 0 new comments -
Ambiguity checker is unaware of run criteria (including States)
#1693 commented on
Jun 18, 2025 • 0 new comments -
Breakout Example is stuttering
#2349 commented on
Jun 18, 2025 • 0 new comments -
Allow missing assets
#12210 commented on
Jun 18, 2025 • 0 new comments -
Custom AssetSource(s) must be registered before DefaultPlugins in order to work
#10162 commented on
Jun 18, 2025 • 0 new comments -
Very high CPU usage on MacOS
#10261 commented on
Jun 18, 2025 • 0 new comments -
Crash occurs when attempting to minimize the window
#19162 commented on
Jun 19, 2025 • 0 new comments -
Tracking issue: deny missing docs, one crate at a time
#3492 commented on
Jun 19, 2025 • 0 new comments -
Pbr Shader Validation error on Android Emulators (Android Studio,BlueStacks,LDPlayer9)
#19507 commented on
Jun 19, 2025 • 0 new comments -
Allow NonSend components
#2486 commented on
Jun 19, 2025 • 0 new comments -
Customize `BorderRadius` aliasing
#14491 commented on
Jun 20, 2025 • 0 new comments