-
-
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
48 Pull requests merged by 29 people
-
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 -
Bump ron version to 0.10.
#19631 merged
Jun 13, 2025 -
Fix incorrect description of ClusteredDecal
#19630 merged
Jun 13, 2025 -
System::check_change_tick
and similar methods takeCheckChangeTicks
#19600 merged
Jun 13, 2025 -
Stop storing access for all systems
#19477 merged
Jun 13, 2025 -
Fixing
AutoFocus
not working if it's spawn before Startup#19618 merged
Jun 13, 2025 -
Make
IrradianceVolume
requireLightProbe
(and document this).#19621 merged
Jun 13, 2025 -
Fixing running
ci
locally in MacOS#19619 merged
Jun 13, 2025 -
Fix
LoadContext
docs.#19610 merged
Jun 13, 2025 -
Add example to
Single
docs (#19461)#19603 merged
Jun 13, 2025 -
don't deny warnings on wasm-atomics CI job
#19604 merged
Jun 12, 2025 -
Initial raytraced lighting progress (bevy_solari)
#19058 merged
Jun 12, 2025 -
Fix
headless_renderer
example and mentionScreenshot
.#19598 merged
Jun 12, 2025 -
Make the
ObservedBy
component useful to public consumers#19591 merged
Jun 12, 2025 -
Make
GILRS
andWINIT_WINDOWS
public#19575 merged
Jun 12, 2025 -
Rename
Trigger
toOn
#19596 merged
Jun 12, 2025 -
Modified the "scroll.rs" example to use the new spawning API.
#19592 merged
Jun 12, 2025 -
Update example doc link for
ImageLoaderSettings
.#19565 merged
Jun 11, 2025 -
Fix
bevy_core_widgets
crate description typo#19578 merged
Jun 11, 2025 -
Thoroughly document the current state of observers
#19590 merged
Jun 11, 2025 -
Rename some pointer events and components
#19574 merged
Jun 10, 2025 -
Fix iOS simulator build
#19498 merged
Jun 10, 2025 -
Fix
pbr
example text rotation#19571 merged
Jun 10, 2025 -
Core button widget
#19366 merged
Jun 10, 2025
31 Pull requests opened by 22 people
-
Update ImageMeasure to apply aspect ratio to min/max height/width
#19577 opened
Jun 11, 2025 -
Move `TextShadow` to `text` widget module
#19579 opened
Jun 11, 2025 -
Impl system condition combinators for `Result`-ful run conditions
#19580 opened
Jun 11, 2025 -
Robust Scrolling Example
#19586 opened
Jun 11, 2025 -
doc improvement for StateTransition
#19597 opened
Jun 12, 2025 -
Fix uneven heading levels in pull_request_template.md
#19599 opened
Jun 12, 2025 -
`EntityWorldMut` methods do not automatically overwrite `Relationship` components
#19601 opened
Jun 12, 2025 -
Add method on `WorldQuery` to apply deferred mutations
#19602 opened
Jun 12, 2025 -
Exposes `Observer`'s system's name
#19611 opened
Jun 13, 2025 -
Prevent `AnimationGraph` from serializing `AssetId`s.
#19615 opened
Jun 13, 2025 -
Benchmark replacement of immutable components with hooks
#19616 opened
Jun 13, 2025 -
bevy_solari: RIS for Direct Lighting
#19620 opened
Jun 13, 2025 -
Restructure the logic in `AssetServer::load_internal` to avoid using weak handles.
#19634 opened
Jun 13, 2025 -
Adding TextOutline component to add outlining by upstreaming implemen…
#19639 opened
Jun 14, 2025 -
rename GlobalTransform::compute_matrix to to_matrix
#19643 opened
Jun 14, 2025 -
rename Transform::compute_matrix to to_matrix
#19646 opened
Jun 14, 2025 -
Split `EntityClonerBuilder` in `AllowAll` and `DenyAll` variants
#19649 opened
Jun 15, 2025 -
[DRAFT] deny(missing_docs) for bevy_window
#19655 opened
Jun 15, 2025 -
Core Checkbox
#19665 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 -
Split CursorOptions off of Window
#19668 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 -
Support fallible one-shot systems
#19678 opened
Jun 16, 2025 -
Add TypeIdMapExt trait to make TypeIdMap operations more ergonomic
#19683 opened
Jun 16, 2025 -
Add support for ButtonInput<Key>
#19684 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
27 Issues closed by 11 people
-
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 -
The actual projection direction of ClusteredDecal is opposite to what the documentation describes.
#19612 closed
Jun 13, 2025 -
`IrradianceVolume` has undocumented dependency on `LightProbe` to be functional
#19614 closed
Jun 13, 2025 -
CI fails when run locally
#19583 closed
Jun 13, 2025 -
Docs for `Single` needs an example
#19461 closed
Jun 13, 2025 -
build-wasm-atomics job spuriously fails in CI: function `check` is never used
#19573 closed
Jun 12, 2025 -
Missing migration guide for `WINIT_WINDOWS`
#19540 closed
Jun 12, 2025 -
UI picking doesn't support rotated and scaled elements
#18930 closed
Jun 12, 2025 -
Improve discoverability of bubbling
#16538 closed
Jun 11, 2025 -
Docs for Observer should mention what happens if you use a bundle in the `Trigger`
#14726 closed
Jun 11, 2025 -
Improve observers documentation
#14084 closed
Jun 11, 2025 -
Missing documentation for `B` parameter on `Trigger`
#18740 closed
Jun 11, 2025 -
Make entity observers more explicit
#17187 closed
Jun 11, 2025 -
Multiples camera with RenderLayers doesn't work with Msaa::Off (solved ?)
#15467 closed
Jun 11, 2025 -
macos26
#19567 closed
Jun 11, 2025 -
Multi-Event observers
#19572 closed
Jun 10, 2025 -
iOS example does not build
#18893 closed
Jun 10, 2025
30 Issues opened by 24 people
-
Allow for Resource - Component relationships
#19690 opened
Jun 17, 2025 -
Log filtering is broken
#19689 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 -
Support fallible one-shot systems
#19677 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 an extension trait for `TypeIdMap` to query values using generics
#19642 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 -
Bevy caches invalid cursor settings
#19627 opened
Jun 13, 2025 -
Directional lights ignore walls on WebGPU when the camera is too parallel to them
#19626 opened
Jun 13, 2025 -
Objc2 framework panics on MacOS 26 developer beta
#19625 opened
Jun 13, 2025 -
Observers panic when an earlier observer despawned the entity
#19623 opened
Jun 13, 2025 -
texture_atlas.rs formatting
#19617 opened
Jun 13, 2025 -
Allow decals to only affect meshes on the same render layer
#19607 opened
Jun 13, 2025 -
StateTransition schedule is inconsistent
#19594 opened
Jun 12, 2025 -
SpotLight + Camera on the same entity causes incorrect culling
#19593 opened
Jun 12, 2025 -
Storing extra data at relationship components is too easily lost
#19589 opened
Jun 11, 2025 -
Observers cannot be retargeted after spawning
#19587 opened
Jun 11, 2025 -
ImageMeasure does not apply aspect_ratio to max width/height
#19576 opened
Jun 11, 2025
66 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.
-
Meshlet BVH Culling
#19318 commented on
Jun 11, 2025 • 19 new comments -
Spawn batch with relationship
#19519 commented on
Jun 14, 2025 • 12 new comments -
Remove `SimpleExecutor`
#18741 commented on
Jun 16, 2025 • 5 new comments -
Text change detection split
#19438 commented on
Jun 11, 2025 • 4 new comments -
Schema types metadata
#19524 commented on
Jun 16, 2025 • 4 new comments -
Feature: 2d Point Lights.
#19539 commented on
Jun 11, 2025 • 3 new comments -
2d Transforms
#19389 commented on
Jun 13, 2025 • 2 new comments -
ECS: put strings only used for debug behind a feature
#19558 commented on
Jun 17, 2025 • 1 new comment -
Combine `Query` and `QueryLens` using a type parameter for state
#18162 commented on
Jun 17, 2025 • 1 new comment -
Renamed BRP methods to be more explicit.
#19377 commented on
Jun 16, 2025 • 0 new comments -
Fragmenting value components
#19153 commented on
Jun 11, 2025 • 0 new comments -
Move away from std::Path in bevy_assets
#19133 commented on
Jun 11, 2025 • 0 new comments -
Add test for mipmap filters
#19095 commented on
Jun 11, 2025 • 0 new comments -
Making so animation transition is able to handle multiple active animations!
#18954 commented on
Jun 12, 2025 • 0 new comments -
Fixing a crash when minimizing a window with custom viewport. (#16704)
#18916 commented on
Jun 12, 2025 • 0 new comments -
Refactor shared specialize params into a `SystemParam`
#18762 commented on
Jun 17, 2025 • 0 new comments -
Fix Scene hot reloading.
#18358 commented on
Jun 11, 2025 • 0 new comments -
Update `rand`, `glam` and `encase` to latest versions
#18047 commented on
Jun 12, 2025 • 0 new comments -
Add Image constructor specialised for rendering to a texture
#17209 commented on
Jun 13, 2025 • 0 new comments -
Access serde attributes with reflection
#19557 commented on
Jun 17, 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 -
Text components refactor
#19444 commented on
Jun 12, 2025 • 0 new comments -
Remove entity reserving/pending/flushing system
#19451 commented on
Jun 16, 2025 • 0 new comments -
`Assets::get_many`
#19484 commented on
Jun 10, 2025 • 0 new comments -
Have `Single` and `Populated` fail instead of skipping
#19489 commented on
Jun 13, 2025 • 0 new comments -
Bundle refactor - `Option` bundles and `Box<dyn Bundle>`
#19491 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 17, 2025 • 0 new comments -
Mesh serialization
#19545 commented on
Jun 10, 2025 • 0 new comments -
Object-centered text layout
#19559 commented on
Jun 17, 2025 • 0 new comments -
Ugrade to `wgpu` version `25.0`
#19563 commented on
Jun 13, 2025 • 0 new comments -
Enable ambiguity detection in CI.
#19566 commented on
Jun 11, 2025 • 0 new comments -
Observers don't respect the "stack nature" of commands
#19569 commented on
Jun 16, 2025 • 0 new comments -
Gamepad input example doesn't detect buttons, only some axes
#18958 commented on
Jun 13, 2025 • 0 new comments -
Assets as Entities
#11266 commented on
Jun 12, 2025 • 0 new comments -
AnimatableProperty trait's get_mut signature should access to resource
#19554 commented on
Jun 11, 2025 • 0 new comments -
`ComponentIdFor` should be linked in the `ComponentId` docs
#19535 commented on
Jun 11, 2025 • 0 new comments -
Support looping sections in audio playback
#19525 commented on
Jun 11, 2025 • 0 new comments -
Pbr Shader Validation error on Android Emulators (Android Studio,BlueStacks,LDPlayer9)
#19507 commented on
Jun 11, 2025 • 0 new comments -
Migrate Observers to use Relationships
#17607 commented on
Jun 11, 2025 • 0 new comments -
Text Gizmos
#16490 commented on
Jun 11, 2025 • 0 new comments -
Gizmos do not show from a triggered system
#14566 commented on
Jun 11, 2025 • 0 new comments -
`Deferred` doesn't seem to work with observers
#14597 commented on
Jun 11, 2025 • 0 new comments -
Defining a stable core API for better maintainability
#16975 commented on
Jun 11, 2025 • 0 new comments -
Trigger::components() does not return the expected results
#17634 commented on
Jun 11, 2025 • 0 new comments -
Shader pipeline log for automatic compilation in loading screens
#10871 commented on
Jun 11, 2025 • 0 new comments -
Bevy Standard Widgets
#19236 commented on
Jun 11, 2025 • 0 new comments -
Observers that can observe multiple different event types
#14649 commented on
Jun 10, 2025 • 0 new comments -
NVIDIA DLSS (Deep Learning Super Sampling)
#8420 commented on
Jun 10, 2025 • 0 new comments -
UI clipping only works for untransformed axis-aligned rectangles.
#9381 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 -
KeyCode::Plus (Minus) not working correctly
#3278 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 -
Include shared docs in both trait and derive documentation
#19537 commented on
Jun 16, 2025 • 0 new comments -
Provide easy access to components of targeted entity in observers
#15653 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 -
Rename observer entity methods and fields
#19263 commented on
Jun 15, 2025 • 0 new comments -
Tracking issue: deny missing docs, one crate at a time
#3492 commented on
Jun 15, 2025 • 0 new comments -
Allow multiple `children!` in one bundle
#19398 commented on
Jun 15, 2025 • 0 new comments -
Make Handle to be a Component (again)
#19407 commented on
Jun 15, 2025 • 0 new comments -
Crash occurs when attempting to minimize the window
#19162 commented on
Jun 15, 2025 • 0 new comments -
Inconsistent Behavior with Required Components
#19333 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 -
Add support for letterboxing
#15130 commented on
Jun 14, 2025 • 0 new comments -
Add a despawn_children method
#19556 commented on
Jun 13, 2025 • 0 new comments