Tracking performance metrics for the Bevy game engine: compilation times, binary sizes, stress tests, benchmarks, and more.
Missing 141 commits over the last 500
Last update: 2026-04-29 00:05
| Machine | CPU | GPU | RAM |
|---|---|---|---|
| bevy-bench-01 | AMD Ryzen 9 9950X | NVIDIA GeForce RTX 3060 | 64GB |
| Commit | Date | Links |
|---|---|---|
| Fallible arithmetic for `Val` and `Val2` #24014 | 2026-04-28 20:39 | Queued |
| Remove android game activity from default #23708 | 2026-04-28 20:39 | Queue this commit |
| Allow all hooks on relationship components #24000 | 2026-04-28 20:18 | Queue this commit |
| Use stabilized `Layout::repeat` #24006 | 2026-04-28 17:46 | Queued |
| Wrap tracing spans in `#[cfg(feature = "trace")]` #23831 | 2026-04-28 16:55 | |
| Use normalize_point helper method in widgets #24020 | 2026-04-28 16:45 | Queue this commit |
| Detach reattach propagation fix #24019 | 2026-04-28 16:43 | Queue this commit |
| Fix excessive monomorphization of `Dir::insert_asset` #24015 | 2026-04-28 16:42 | Queue this commit |
| headless_renderer example overallocates Buffer. #24005 | 2026-04-28 06:56 |
|
| Fix `GhostNode` updates #24001 | 2026-04-28 05:22 |
|
| Don't skip prepass if there are no opaque objects #23999 | 2026-04-28 05:20 | Queue this commit |
| Avoid extra cloning on scene impls #23998 | 2026-04-28 05:19 | Queue this commit |
| Make sure #[track_caller] in EntityCommands::insert_if_neq works as intended #23986 | 2026-04-28 05:17 | Queue this commit |
| Replace the NestedLoader API with NestedLoadBuilder (matching LoadBuilder). #23979 | 2026-04-28 05:13 | Queue this commit |
| Optimize and fix sphere-OBB intersection logic #23865 | 2026-04-28 05:11 | Queue this commit |
| Bump actions/upload-artifact from 7.0.0 to 7.0.1 #23851 | 2026-04-28 04:59 | Queue this commit |
| Bump peter-evans/create-pull-request from 8.1.0 to 8.1.1 #23850 | 2026-04-28 04:59 | Queue this commit |
| Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 #23849 | 2026-04-28 04:59 | Queue this commit |
| Bump actions/github-script from 8.0.0 to 9.0.0 #23848 | 2026-04-28 04:59 | Queue this commit |
| Allow configuring fullscreen material system order #23786 | 2026-04-28 04:58 | Queue this commit |
| cleanup `get_labeled_by_id`/`get_erased_labeled_by_id` bounds #23721 | 2026-04-28 04:48 | Queue this commit |
| Fix dof and background motion vectors on webgpu #23629 | 2026-04-28 04:44 | Queue this commit |
| KTX2: Support ASTC HDR #21886 | 2026-04-28 04:40 | Queue this commit |
| Fix TypePath derive counting as a usage for deprecated types. #24011 | 2026-04-28 02:53 |
|
| Add camera primitives benchmark #23863 | 2026-04-27 02:30 |
|
| Add more derives for `ScheduleCleanupPolicy` #23987 | 2026-04-27 02:28 | Queue this commit |
| Rename `WgpuSettingsPriority::Compatibility` to `WgpuSettingsPriority::WebGPU` #23783 | 2026-04-27 02:27 | Queue this commit |
| Make the web_asset_cache compile in single-threaded mode. #23994 | 2026-04-27 01:01 | |
| Add cause field to `FocusGained` event #23993 | 2026-04-26 23:08 | |
| Improve module names for text input files #23995 | 2026-04-26 21:59 | |
| Fix hot reloads of a folder resulting in deadlocks. #23980 | 2026-04-26 16:00 |
|
| Fix cleaning empty processed directories getting permanently stuck. #23984 | 2026-04-25 21:57 |
|
| Fixes for camera output swap chain acquisition and view target rendering #23959 | 2026-04-25 04:45 |
|
| Expose `register_event_key` through reflection to support dynamic observers #23973 | 2026-04-25 01:02 |
|
| Optional select all text on focus #23969 | 2026-04-25 01:01 | Queue this commit |
| demonstrate how to take a screenshot with BRP #23801 | 2026-04-24 20:28 |
|
| Dont send focus events if focus didnt change #23967 | 2026-04-24 20:27 | |
| Rollback the accidental reversion of the ghost node tests. #23972 | 2026-04-24 18:19 | |
| Fix warnings in rustc nightly due to introduction of From<f16> for f32 #23971 | 2026-04-24 18:10 | Queue this commit |
| Improve default colors for text_input widgets #23960 | 2026-04-24 05:21 |
|
| Fix clear color in `CompositingSpace::Srgb` #23963 | 2026-04-24 04:35 | Queue this commit |
| Fix Motion Blur for WebGL2 #23953 | 2026-04-24 03:26 |
|
| Use a local TBN in the solari BRDF #23948 | 2026-04-24 02:29 | |
| Move stray release-content into the correct location. #23961 | 2026-04-23 23:34 |
|
| Add `EntityCommands::insert_if_neq` #23944 | 2026-04-23 22:17 | |
| Basic clipboard support #19106 | 2026-04-23 21:18 | |
| Add different color for unfocused selected editable text #23947 | 2026-04-23 19:01 |
|
| Updated doc comment for text input #23951 | 2026-04-23 18:30 | |
| Ghost node tests #23950 | 2026-04-23 18:07 | Queue this commit |
| Add support for custom picking data #23245 | 2026-04-23 16:18 |
|
| Use correct font path in feathers labels #23945 | 2026-04-23 04:43 |
|
| Refactor the `effect_stack` post-processing module #23928 | 2026-04-23 04:19 | |
| Add missing TypeInfo::as_set(). #23943 | 2026-04-22 22:51 |
|
| Fix `#[derive(QueryData)]` on empty structs #23930 | 2026-04-22 22:09 | |
| Use scene.spawn() in 3d_scene #23942 | 2026-04-22 21:32 | |
| Rename EntityReference to EntityTemplate #23941 | 2026-04-22 21:29 | Queue this commit |
| Use `set_if_neq` to update `ComputedStackIndex` in `ui_stack_system` #23939 | 2026-04-22 21:16 | |
| Rely on Default + Clone auto-impl for FromTemplate where possible #23940 | 2026-04-22 21:14 | Queue this commit |
| Remove `Core` prefix from remaining UI widget components #23938 | 2026-04-22 19:56 |
|
| Add `FromTemplate` derive to most `bevy_ui_widgets` components #23924 | 2026-04-22 18:42 | |
| Upgrade `ron` version from `0.8` to `0.12` in `bevy_transform` #23918 | 2026-04-22 18:35 | Queue this commit |
| Docs: Specify that `Relationship`s may only be one-to-many or one-to-one #23934 | 2026-04-22 18:34 | Queue this commit |
| Use BSN helpers to initialize FontSource. #23927 | 2026-04-22 18:32 | Queue this commit |
| Don't panic in `AssetPath` deserialization #23935 | 2026-04-22 18:12 | Queue this commit |
| Change the ambiguity_detection test to be more strict. #23846 | 2026-04-22 16:19 |
|
| Align `bevy_transform`'s feature flags #23919 | 2026-04-22 05:03 |
|
| Allowing using ChildOf directly inside bsn! macro #23921 | 2026-04-21 21:17 |
|
| `bevy_text` Emoji support #23922 | 2026-04-21 21:02 | Queue this commit |
| Add `bevy_transform` benchmarks #23906 | 2026-04-21 17:01 |
|
| Upgrade Parley to v0.9.0 #23916 | 2026-04-21 16:59 | Queue this commit |
| Implements post-process lens distortion effects #23110 | 2026-04-21 16:58 | Queue this commit |
| Fix morph target motion blur #23894 | 2026-04-21 16:50 | |
| Number input #23842 | 2026-04-21 05:47 |
|
| Replace cfg_if! with cfg_select! #23896 | 2026-04-21 05:17 | |
| `ambiguity_detection` requires `debug` feature #23913 | 2026-04-21 05:17 | Queue this commit |
| Add `are_dependencies_loaded` and `are_direct_dependencies_loaded` to `AssetServer`. #23910 | 2026-04-21 05:16 | Queue this commit |
| Solari: Add russian roulette to specular pt #23898 | 2026-04-21 05:03 | Queue this commit |
| IME support for text input #23841 | 2026-04-21 04:47 | Queue this commit |
| Render point and spot light shadow maps only once, regardless of the number of cameras. #23713 | 2026-04-21 04:44 | Queue this commit |
| use linear space and default intensity to 1.0 in EnvironmentMapLight::solid_color #22588 | 2026-04-21 04:31 | Queue this commit |
| Hoist bsn expressions up to reduce ownership / type constraints #23905 | 2026-04-21 01:25 |
|
| Allow `bsn!` scene inheritance to use paths with generics #23902 | 2026-04-20 23:18 |
|
| "Run once" Scenes #23880 | 2026-04-20 23:18 | Queue this commit |
| feat: expose `MouseWheel::touch_phase` #23897 | 2026-04-20 20:01 |
|
| Fix Feathers radio groups, add `radio_self_update()` #23890 | 2026-04-20 05:08 |
|
| Only calculate the world-space mesh center for an object when we know that object is transparent. #23711 | 2026-04-20 02:23 |
|
| Asset Value Templates via `asset_value()` and `HandleTemplate::Value` #23839 | 2026-04-20 00:52 | |
| `EditableText` change detection using `parley::Generation` #23785 | 2026-04-19 18:38 |
|
| BSN: scene.spawn() system ergonomics #23868 | 2026-04-19 17:25 |
|
| Rename `MeshPipelineSet` to `MeshPipelineSystems` #23823 | 2026-04-19 17:06 | Queue this commit |
| Solari: Minor bugfix #23872 | 2026-04-19 17:06 | |
| `ComputedStackIndex` component #23878 | 2026-04-19 17:06 | Queue this commit |
| Add style tokens to Feathers Slider #23883 | 2026-04-19 17:06 | Queue this commit |
| Fix toggle behavior and add styling to Feathers Radio Buttons #23869 | 2026-04-19 15:56 | |
| Enable dynamic triggers for observers #23870 | 2026-04-19 15:55 | Queue this commit |
| Handle the case where there is no resume time. #23885 | 2026-04-19 08:21 |
|
| can have observers through BRP #23800 | 2026-04-19 08:21 | Queue this commit |
| Disable VALIDATION_INDIRECT_CALL by default in release builds for wgpu #23879 | 2026-04-19 08:18 | Queue this commit |
| Resolve "strict ambiguities" between font systems. #23856 | 2026-04-19 08:14 | |
| MSRV CI job fail to use cargo rust-version dependency resolution #23881 | 2026-04-19 03:35 |
|
| Revert unintended example changes #23877 | 2026-04-18 17:19 |
|
| Fix UI accessibility transforms and update ordering #23859 | 2026-04-18 04:35 |
|
| make TypeIdMap iteration order respect its comment #23864 | 2026-04-18 04:35 | Queue this commit |
| Use a LUT for F_AB #23737 | 2026-04-18 03:34 | |
| Make `ClearColorConfig::None` work correctly (esp in the presence of MSAA) #23844 | 2026-04-17 22:19 |
|
| Fix some UI widgets accidentally being ambiguous with recomputing the ComputedNode::stack_index, which is not used. #23854 | 2026-04-17 17:50 |
|
| `feathers_gallery` infinite update loop fix #23827 | 2026-04-17 15:57 | |
| FromTemplate for TilemapChunkTileData #23852 | 2026-04-17 15:55 | Queue this commit |
| Update settings release notes author and PRs #23857 | 2026-04-17 15:51 | |
| Fix light bounding spheres being ambiguous with TransformSystems::Propagate. #23847 | 2026-04-17 15:49 | |
| Remove unused &Camera in `update_gizmo_meshes`. #23853 | 2026-04-17 15:49 | Queue this commit |
| Fix and Polish Feathers Toggle Switch #23830 | 2026-04-17 02:37 |
|
| Fix QueuedScenes not existing when spawning queued scenes #23821 | 2026-04-17 01:08 | |
| fix freezes on AppExit on macos #23838 | 2026-04-17 00:47 | |
| Allow Outline's to have negative offset values #23835 | 2026-04-16 22:48 |
|
| Insert ResolvedScenes as dynamic bundles #23808 | 2026-04-16 22:34 | |
| Fix CI errors for Rust 1.95 #23829 | 2026-04-16 17:46 |
|
| Disclosure toggle widget. #23817 | 2026-04-16 04:39 |
|
| can reflect observers #23797 | 2026-04-16 02:13 |
|
| Fix and Polish Feathers Checkbox #23820 | 2026-04-16 02:12 | Queue this commit |
| Fixed typo in EntityValidButNotSpawnedError description #23819 | 2026-04-16 00:39 | |
| Solari: Improve ReSTIR DI performance #23809 | 2026-04-15 18:35 |
|
| Replace all different load variants in `AssetServer` with a builder. #23663 | 2026-04-15 18:32 | Queue this commit |
| `EditableText::visible_width` #23717 | 2026-04-15 17:02 |
|
| Bevy settings support tuple structs and non-unit like enums #23812 | 2026-04-15 16:23 | |
| Decorative widgets #23804 | 2026-04-15 15:42 | |
| Solari: Fix self-intersection artifacts #23813 | 2026-04-15 15:42 | Queue this commit |
| Use EntityHashMap and EntityHashSet when possible #23810 | 2026-04-15 15:41 | |
| Reflect screenshots #23799 | 2026-04-14 21:45 |
|
| images are serializable through SerializedImage #23798 | 2026-04-14 21:45 | Queue this commit |
| Missing license files. #23806 | 2026-04-14 20:00 |
|
| Add `menu_divider` widget. #23788 | 2026-04-14 03:13 |
|
| Change feathers bsn APIs to make captions an explicit parameter. #23787 | 2026-04-13 23:48 |
|
| Add PBR Neutral tone mapping #23761 | 2026-04-13 21:56 | |
| Fix documentation error #23789 | 2026-04-13 21:42 | Queue this commit |
| fix(wireframes): only set depth bias when topology is triangles #23782 | 2026-04-13 21:37 | Queue this commit |
| Add height fog to bevy_city #23776 | 2026-04-13 21:36 | Queue this commit |
| Optimize render asset extraction by reusing heap allocations #23758 | 2026-04-13 21:22 | |
| Add feathers_counter #23756 | 2026-04-13 21:16 | Queue this commit |
| Introduce `ReflectConvert`, a generic reflection mechanism for type conversions, intended for asset BSN. #23742 | 2026-04-13 21:10 | |
| Remove ExtractedView::hdr, add ExtractedView::texture_format, move compositing_space to ExtractedCamera #23734 | 2026-04-13 20:54 | |
| Enum support in SettingsGroup derive macro, implemented key attribute #23719 | 2026-04-13 01:19 |
|
| fix(settings wasm): fix compilation errors / match store_fs fn signatures #23779 | 2026-04-13 00:29 | |
| Rename Font::try_from_bytes to from_bytes #23777 | 2026-04-13 00:23 | Queue this commit |
| Fix sparse buffer error on devices with low storage buffer limits #23434 | 2026-04-12 22:21 |
|
| Allow BRP `schedule.graph` to initialize the schedules it is collecting. #23743 | 2026-04-12 21:59 | Queue this commit |
| `#[template(built_in)]` #23699 | 2026-04-12 21:52 | Queue this commit |
| Fixes for rendering debug overlays #23564 | 2026-04-12 21:18 | |
| `Option<I>` SystemInput #23712 | 2026-04-12 20:55 | Queue this commit |
| Update SpriteMesh in PostUpdate #23591 | 2026-04-12 20:51 | Queue this commit |
| Fixed cluster sampling issues for volumetric point and spot lights #23387 | 2026-04-12 20:49 | |
| FromTemplate for TextFont #23724 | 2026-04-12 20:48 | |
| make bevy_utils::DebugName public outside of prelude (#23641) #23725 | 2026-04-12 20:47 | |
| Move `WindowPlugin` exit systems to `Last` #23624 | 2026-04-12 20:46 | Queue this commit |
| Per character filter for `TextEdit`s #23704 | 2026-04-12 20:45 | Queue this commit |
| Menu button #23707 | 2026-04-12 20:44 | |
| Remove SystemState from more benches #23705 | 2026-04-12 20:44 | Queue this commit |
| `EditableText::new` method to set initial text #23702 | 2026-04-12 20:43 | Queue this commit |
| `PositionedGlyph` migration guide #23701 | 2026-04-12 20:43 | Queue this commit |
| conditionally disable tests on miri for taking way too long #23677 | 2026-04-12 20:43 | Queue this commit |
| Clarify Image::set_color_at docs about R formats #23729 | 2026-04-12 20:42 | Queue this commit |
| Use `schedule_scope` instead of a manual (broken) hokey-pokey #23735 | 2026-04-12 20:41 | Queue this commit |
| Don't trigger change detections in`Assets<A>::track_assets` if not necessary #23752 | 2026-04-12 20:40 | Queue this commit |
| Added `map_severity` method to `ResultSeverityExt` #23749 | 2026-04-12 20:40 | Queue this commit |
| Fix(input focus): Bypass change detection in `process_recorded_focus_changes` #23765 | 2026-04-12 20:37 | Queue this commit |
| misc cleanups #23736 | 2026-04-12 20:37 |
|
| Use `RwLockWriteGuard::downgrade` in `BevyManifest` #23739 | 2026-04-12 20:36 | Queue this commit |
| Add `calloop::sources=debug` to default log filters #23763 | 2026-04-12 20:21 | Queue this commit |
| Don't clobber default filters if env filters exist #23762 | 2026-04-12 20:21 | Queue this commit |
| fix(RenderDebugOverlayPlugin): Require the `bevy_pbr` feature for inclusion in `DefaultPlugins` #23766 | 2026-04-12 20:18 | Queue this commit |
| Rename `FeathersPlugin` to `FeathersCorePlugin` #23771 | 2026-04-12 19:20 | |
| `reborrow` methods for `RelatedSpawnerCommands` and `EntityEntryCommands` #23764 | 2026-04-12 02:00 |
|
| Make `Skybox` not break rendering if its image is default or 2D. #23689 | 2026-04-11 02:57 |
|
| Make text input colors more legible #23744 | 2026-04-10 21:59 |
|
| Bump super-linter/super-linter from 8.5.0 to 8.6.0 #23746 | 2026-04-10 20:52 | |
| Bump crate-ci/typos from 1.44.0 to 1.45.0 #23747 | 2026-04-10 20:51 | |
| Add `FocusGained` and `FocusLost` entity events #23723 | 2026-04-10 06:53 |
|
| Pan camera mouse pan #22859 | 2026-04-10 03:17 |
|
| Make `Skybox`’s `image` optional so that `Skybox::default()` is valid. #23691 | 2026-04-10 02:41 | Queue this commit |
| Replace the bespoke BRP schedule.graph implementation with ScheduleData. #23733 | 2026-04-09 23:29 |
|
| Calculate UVs and Normals in ConvexPolygonMeshBuilder #23540 | 2026-04-09 04:23 |
|
| Expand examples for `NestedQuery` to show how to delegate a `QueryData` impl #23686 | 2026-04-09 01:32 |
|
| Add advice on best practices for handling event propagation #23728 | 2026-04-09 01:02 | Queue this commit |
| Auto nest `bsn!` tuples #23726 | 2026-04-08 22:33 |
|
| Update toml requirement from 0.8.19 to 1.1.0 #23634 | 2026-04-08 21:16 | |
| Don't remove entry from `ResourceEntities` when removing a resource by ID #23716 | 2026-04-08 19:30 |
|
| Use absolute paths in ECS macros #23718 | 2026-04-08 16:46 |
|
| Change `ResourceEntities` from `SparseSet` to `SparseArray` to speed up resource lookups #23616 | 2026-04-08 15:40 | |
| Add `new` and severity based constructors to `BevyError` #23684 | 2026-04-08 05:16 |
|
| Do not use FixedUpdate on breakout #23709 | 2026-04-07 20:53 |
|
| Feathers text input widget #23645 | 2026-04-07 18:28 |
|
| Fix panic on Android Quest Headset suspend event #23683 | 2026-04-07 18:02 | Queue this commit |
| Merge car meshes in bevy_city and improve loading screen #23574 | 2026-04-07 17:44 | |
| `PositionedGlyph` fixes #23695 | 2026-04-07 03:54 |
|
| Impl `Scene` for `Box<dyn Scene>`. Same for `SceneList` #23698 | 2026-04-07 02:21 |
|
| Add FromTemplate derives to Components using Handle #23696 | 2026-04-07 01:45 | Queue this commit |
| Snap to view #23674 | 2026-04-07 00:07 | |
| Use run_system instead of SystemState for ECS benches #23687 | 2026-04-06 23:52 | |
| More doc comments for `SparseSet` and `SparseArray` #23685 | 2026-04-06 23:49 | |
| Expose `VisitAssetDependencies` derive macro #23681 | 2026-04-06 23:42 | |
| Text editing selection box rendering fix #23679 | 2026-04-06 23:40 |
|
| Atmosphere as entity migration guide #23675 | 2026-04-06 23:38 | |
| impl Clone for bevy_light Shader markers #23671 | 2026-04-06 23:36 | Queue this commit |
| fix(brp): allow `params` and `id` to be undefined when deserializing #23661 | 2026-04-06 23:17 | |
| Fix for 22822 ComputedStates example #23655 | 2026-04-06 23:15 | |
| Atmosphere as entity with transforms #23651 | 2026-04-06 23:08 | |
| Create types to store serializable data about the ECS schedule and provide tools for extracting this data. #22520 | 2026-04-06 23:06 | |
| Add rectangular area lights #23288 | 2026-04-06 22:28 | |
| Add `-Zno-embed-metadata` Cargo flag to `config_fast_builds.toml` #23694 | 2026-04-06 22:16 | Queue this commit |
| add template_value to prelude #23669 | 2026-04-06 19:33 |
|
| Add `#[inline]` and `#repr[transparent]` to `ComponentIdSet` to attempt to fix perf regression #23471 | 2026-04-06 04:41 |
|
| Return/log an error when attempting to load an empty asset path. #23654 | 2026-04-05 16:40 | |
| Automated test for Bevy through BRP #23647 | 2026-04-05 16:39 | Queue this commit |
| Don't unnecesarily enable reflection in bevy_render by removing the `default` feature of `bevy_render` #23667 | 2026-04-05 16:38 | |
| Add `TextEditChange` event #23665 | 2026-04-05 16:25 | |
| Minimal editable text scrolling implementation #23646 | 2026-04-05 10:24 |
|
| add template to prelude #23670 | 2026-04-05 05:49 |
|
| Rename bevy_scene2 to bevy_scene #23668 | 2026-04-05 02:19 |
|
| fix editable_text example after new text plugins added to DefaultPlugins #23664 | 2026-04-05 01:27 | |
| Make the default for the HandleTemplate to use Handle::default(). #23656 | 2026-04-04 21:15 | |
| Fix bevy_remote not compiling on wasm #23367 | 2026-04-04 04:25 |
|
| Reframe old "scene" terminology as "world serialization" #23630 | 2026-04-04 00:31 |
|
| Bump actions/deploy-pages from 4.0.5 to 5.0.0 #23633 | 2026-04-03 07:28 |
|
| Bump dtolnay/rust-toolchain from efa25f7f19611383d5b0ccf2d1c8914531636bf9 to 3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 #23632 | 2026-04-03 07:27 | |
| Focus outlines #23628 | 2026-04-03 06:17 |
|
| Replace unnecessary `&Window` in `exit_on_all_closed` with `With<Window>` #23625 | 2026-04-02 22:13 | |
| added serde(default) to Transform #23474 | 2026-04-02 19:23 |
|
| `UiWidgetsPlugins` and `InputDispatchPlugin` are now in `DefaultPlugins` #23346 | 2026-04-02 18:46 | |
| Update `ComputedNode` for scrollbar thumbs in `update_scrollbar_thumb` #23612 | 2026-04-02 16:05 |
|
| taffy 0.10 update #23605 | 2026-04-02 15:48 | |
| Fix stale bind group race for `Material2d` #23457 | 2026-04-02 15:08 | |
| Rename bevy_scene to bevy_ecs_serialization #23619 | 2026-04-02 02:22 |
|
| bsn! macro code quality improvements: codegen, error handling, tests, docs #23561 | 2026-04-02 00:09 | |
| Rename default error handler to fallback error handler #23610 | 2026-04-01 23:33 |
|
| BevyError backtrace doc details #23600 | 2026-04-01 17:55 |
|
| Fix clippy::used_underscore_binding in Reflect derive for struct enum variant #23599 | 2026-04-01 16:11 |
|
| Fix typo in safety comment for pointer usage #23617 | 2026-04-01 16:03 | Queue this commit |
| Port Bevy Feathers to BSN #23536 | 2026-04-01 06:43 |
|
| Write crate docs for bevy_scene2 / BSN #23604 | 2026-03-31 23:56 |
|
| Add white furnace analog for 2D color consistency #23589 | 2026-03-31 22:52 |
|
| Add more tests for bsn! macro features #23611 | 2026-03-31 22:52 | Queue this commit |
| Align `Severity` enum for `BevyError` with standard log levels #23608 | 2026-03-31 21:43 | |
| Add Severity types to bevy::ecs::prelude #23609 | 2026-03-31 21:07 | |
| New `multiple_text_inputs` example. #23579 | 2026-03-31 16:14 |
|
| Do not enable bevy_render dependency through debug feature #23598 | 2026-03-31 09:11 |
|
| Reposition `Popovers` in `PostLayout` using `UiGlobalTransform`. #23587 | 2026-03-30 22:31 |
|
| `editable_text` example cleanup #23580 | 2026-03-30 21:20 | |
| Fix docs.rs extensions README providing invalid `Cargo.toml` snippet #23578 | 2026-03-30 21:18 | |
| Fix for the text overflow bug seen in the `text_debug` example. #23568 | 2026-03-30 21:12 | |
| Unpack bins belonging to multidrawable batch sets on the GPU instead of on the CPU. #23481 | 2026-03-30 21:07 | |
| Non-linear color spaces for compositing 2d sprites #23049 | 2026-03-30 21:03 | Queue this commit |
| Use `web_task` for cancellable wasm tasks #21795 | 2026-03-30 20:58 | Queue this commit |
| Make `Ref` copyable #23549 | 2026-03-30 16:30 |
|
| Bump actions/cache from 5.0.3 to 5.0.4 #23538 | 2026-03-30 06:54 |
|
| Add BRP to render app #23446 | 2026-03-30 05:52 |
|
| only log once GPU preprocessing support #23556 | 2026-03-29 17:29 |
|
| Add `audio/play_sound_effect` example #23219 | 2026-03-29 16:35 | Queue this commit |
| fix transform-gizmo frame delay, system ordering #23542 | 2026-03-29 16:30 | |
| Fix depth prepass with msaa on webgpu #22531 | 2026-03-29 16:28 | Queue this commit |
| Constify `Rect` #21905 | 2026-03-29 16:26 | Queue this commit |
| Remove unnecessary `reserve` in `BufferVec::push` #23550 | 2026-03-29 16:25 | |
| Fix material slot overflow in bindless slab #23554 | 2026-03-29 16:25 | Queue this commit |
| Fix stale occlusion culling components #23555 | 2026-03-29 16:25 | |
| Fix PostProcess orderings for fog and wireframes #23558 | 2026-03-29 16:24 | Queue this commit |
| Make failed image loads result in a failed Gltf load. #23562 | 2026-03-29 16:24 | Queue this commit |
| Add render_layers scene to testbed_3d #23559 | 2026-03-29 16:24 | |
| Add loading screen to bevy_city #23537 | 2026-03-29 16:21 | Queue this commit |
| enable tracing for rodio #23557 | 2026-03-29 16:12 | |
| `bevy_settings` release note: Add thank you for crate ownership transferral #23565 | 2026-03-29 16:10 | Queue this commit |
| Hashmap visit asset dependencies impl #23566 | 2026-03-29 16:10 | |
| Enable partial bindless on Metal and reduce bind group overhead (#18149) #23436 | 2026-03-28 18:28 |
|
| Fix errors when disabling gpu clustering #23547 | 2026-03-28 16:10 |
|
| Remove cmake and `dummy.cpp` in Android example #23548 | 2026-03-28 16:09 | Queue this commit |
| Update Android game activity to be compatible with android-activity v0.6.1 #23551 | 2026-03-28 16:09 | Queue this commit |
| gate bloom on hdr check #23543 | 2026-03-28 03:32 |
|
| Re-add `Out` to `ExtractComponent` #23334 | 2026-03-28 02:54 | Queue this commit |
| Add `RenderScheduleOrder` resource to allow for `RenderApp` `Schedule` changes #23513 | 2026-03-28 01:50 | |
| update parley to version 0.8 #23546 | 2026-03-28 01:15 | Queue this commit |
| Fix the behavior of `NoCpuCulling` when toggled at runtime. #23534 | 2026-03-28 00:14 | |
| Don't extract visible entities for lights with shadow mapping disabled. #23530 | 2026-03-28 00:14 | Queue this commit |
| bump wgpu dependency to 29.0.1 #23544 | 2026-03-27 22:47 |
|
| upstream: jackdaw transform gizmo #23435 | 2026-03-27 15:48 |
|
| Next Generation Scenes: Core scene system, `bsn!` macro, Templates #23413 | 2026-03-27 03:18 |
|
| Add and remove accessibility toggled properly for Checkable #23532 | 2026-03-27 01:13 | |
| Add usage documentation for MessageReader #23528 | 2026-03-26 22:54 |
|
| BRP Add `schedule.graph` endpoint #23452 | 2026-03-26 22:23 | |
| Implement `MapEntities` for the unit type #23527 | 2026-03-26 18:44 |
|
| Add infinite grid to scene_viewer #23523 | 2026-03-26 04:09 |
|
| `Erased`/`LabeledAsset::get_labeled` take `AsRef<str>` #23503 | 2026-03-26 02:49 | Queue this commit |
| Add Color::srgb_u32 (Adopted #14454) #23521 | 2026-03-26 02:48 | Queue this commit |
| Remove `ui` from the `2d` and `3d` feature collections #23180 | 2026-03-25 21:34 |
|
| Minor fix to `specular_multiscatter` #23514 | 2026-03-25 20:19 |
|
| Update filament links #23517 | 2026-03-25 19:50 | |
| make batch set creation unconditional on drawing mode #23515 | 2026-03-25 18:27 | |
| Bordered and padded content #23510 | 2026-03-25 17:13 |
|
| BRP Add `schedule.list` endpoint #23447 | 2026-03-25 16:56 | |
| Solari BRDF fixes #23442 | 2026-03-25 16:07 | |
| use limits or worse #23502 | 2026-03-25 01:40 |
|
| use wgpu-naga-bridge #23501 | 2026-03-25 01:40 | Queue this commit |
| `EditableText::cursor_blink_period` #23495 | 2026-03-25 00:19 | |
| Update Rodio to 0.22 #20323 | 2026-03-24 23:31 |
|
| Wgpu 29 #23277 | 2026-03-24 21:54 | |
| `EditableText` max characters limit #23496 | 2026-03-24 21:32 | Queue this commit |
| Remove unused `GltfAssetLabel::MorphTarget` variant. #23485 | 2026-03-24 21:30 | Queue this commit |
| Improve fullscreen material example and add WebGL2 padding #23490 | 2026-03-24 21:29 | |
| Remove incorrect docs #23489 | 2026-03-24 21:28 | Queue this commit |
| `editable_text`: more keys and keyboard shortcuts, placeholder Clipboard support #23479 | 2026-03-24 19:51 |
|
| `EditableText`: intrinsic height #23494 | 2026-03-24 19:39 | Queue this commit |
| Upstream bevy_infinite_grid #23482 | 2026-03-24 19:31 | |
| Explain difference between visibility components #22850 | 2026-03-24 19:16 | Queue this commit |
| Require `ContentSize` on `Node` #23425 | 2026-03-24 18:57 | Queue this commit |
| `editable_text` pointer observers #23475 | 2026-03-24 17:17 |
|
| Factor the slab allocator out of the mesh allocator, and make it generic. #23232 | 2026-03-24 05:34 |
|
| Add storage buffers limit check for gpu occlusion #23483 | 2026-03-23 23:22 |
|
| Render Recovery release note #23466 | 2026-03-23 23:04 | Queue this commit |
| Relax reflected math ops restriction from `Reflect` values to `PartialReflect` values #23462 | 2026-03-23 22:45 | |
| Fix `bevy_diagnostic` rustdoc issues #23449 | 2026-03-23 22:43 | Queue this commit |
| Refactor moving entity to new table #23151 | 2026-03-23 22:40 | |
| Enable primitive restart #22188 | 2026-03-23 22:30 | |
| Update toml_edit requirement from 0.24.0 to 0.25.1 #23068 | 2026-03-23 07:35 |
|
| Restore support for arbitrary errors in `EntityCommandError` #23477 | 2026-03-23 02:43 |
|
| Fix release-content hooks #23478 | 2026-03-23 01:45 | |
| Make release content show up first in reviews #23469 | 2026-03-22 21:29 |
|
| Replace bevy_image::Volume with a pixel_count helper function #23448 | 2026-03-22 20:17 |
|
| Simplify `Command` error handling traits #23432 | 2026-03-22 20:09 | |
| Consume the release events for keyboard presses mapped to `TextEdit`s #23456 | 2026-03-22 19:27 | |
| Fix upscaling blend state auto-detection using render order instead of query iteration order #23422 | 2026-03-22 19:08 | Queue this commit |
| Make an unsafe accessor for SystemSchedule::systems #23443 | 2026-03-22 19:04 | Queue this commit |
| More `TextEdit` variants #23455 | 2026-03-22 18:01 | |
| Add NoCpuCulling to bevy_city #23460 | 2026-03-22 17:54 | |
| render asset recovery #23463 | 2026-03-22 17:48 | Queue this commit |
| Add needs_shader_reload to PipelineCache #23461 | 2026-03-22 17:48 | |
| Clear view upscaling pipelines on render recovery #23458 | 2026-03-22 17:47 | |
| Add IndirectParametersBuffersSettings #23459 | 2026-03-22 05:51 |
|
| `TextSection` trait #23423 | 2026-03-22 03:24 |
|
| recovery fallback image #23433 | 2026-03-22 03:22 | Queue this commit |
| Minimal unstyled Text Input with Parley #23282 | 2026-03-21 21:22 |
|
| Make CPU visibility systems ignore meshes tagged with `NoCpuCulling` entirely. #23107 | 2026-03-21 20:46 | |
| Fix application freezing on macOS when `trace_tracy` is enabled #23201 | 2026-03-21 20:45 | |
| Move extra_buffer_usages to MeshAllocatorSettings #23444 | 2026-03-21 16:28 |
|
| Change the order of arguments to `load_erased`. #23440 | 2026-03-21 01:23 |
|
| Rename `load_from_path_untyped` to `load_from_path_erased`. #23441 | 2026-03-21 01:23 | Queue this commit |
| Bump actions/download-artifact from 8.0.0 to 8.0.1 #23430 | 2026-03-20 07:24 |
|
| Bump zizmorcore/zizmor-action from 0.5.0 to 0.5.2 #23431 | 2026-03-20 07:22 | Queue this commit |
| Async handler hook mesh #23376 | 2026-03-20 03:31 |
|
| init_gpu_resource #23350 | 2026-03-20 03:27 | Queue this commit |
| messages sent by winit are now reflected #23411 | 2026-03-20 02:09 |
|
| Update bevy_remote client example: print and exit #23410 | 2026-03-20 02:09 | Queue this commit |
| Update default error handler to use `Severity`. #23409 | 2026-03-20 02:06 | |
| Fix panic when root UI nodes are parented #23426 | 2026-03-19 20:55 |
|
| Expose more data from `FilteredAccess` #23384 | 2026-03-19 20:44 | |
| Support Custom SystemExecutors #23414 | 2026-03-19 20:23 |
|
| Make the AI Policy more visible to newcomers #23420 | 2026-03-19 08:11 |
|
| Fix a few typos #23412 | 2026-03-18 22:42 |
|
| Add `Ord` impl and `Debug` case to `Severity`. #23408 | 2026-03-18 19:28 |
|
| Write Messages by Bevy Remote Protocol #23391 | 2026-03-18 18:38 | |
| MeshAllocator: Take padding elements into account in the MeshBufferSlice's range #22187 | 2026-03-18 18:29 | |
| feat(bevy_ecs): add `Severity` metadata to `BevyError` #22201 | 2026-03-18 17:25 |
|
| Make passing in the type registry for scene ser/de explicit. #23401 | 2026-03-18 17:16 | Queue this commit |
| Fix spot and point light retained view entity #23402 | 2026-03-18 17:15 | |
| Refactor `section_buffer` from tuple to named struct #23398 | 2026-03-18 16:15 | |
| Fix: DespawnOnEnter/OnExit/When can trigger for same state transitions #23390 | 2026-03-18 15:52 | |
| Support letter spacing in `bevy_text` #23380 | 2026-03-18 01:53 |
|
| Break dependency from `bevy_anti_alias` on `bevy_post_process` by splitting `PostProcess` set #23098 | 2026-03-18 01:51 | Queue this commit |
| Fix `ContiguousQueryData` derive for tuple structs #23394 | 2026-03-18 01:39 | |
| Change `FontHinting::should_hint` to `pub` #23397 | 2026-03-17 21:23 |
|
| reflect AppExit #23392 | 2026-03-17 06:58 |
|
| Allow serializing and deserializing handles during reflection. #23329 | 2026-03-17 00:39 |
|
| can reflect messages #23374 | 2026-03-16 23:25 |
|
| Add `DespawnWhen` helper component for more complex state despawning logic #23315 | 2026-03-16 23:25 | |
| Ensure the previous mesh input buffer is nonempty. #23388 | 2026-03-16 22:17 | |
| Pick root text entity when pointer is above a text node but not pointing at text. #23386 | 2026-03-16 21:50 | Queue this commit |
| ViewportNode.camera is now an Option<Entity> #23298 | 2026-03-16 21:36 | |
| Replace the tuple used for text run metadata with a named struct #23381 | 2026-03-16 21:30 | Queue this commit |
| Reduce panics in rendering code to facilitate render recovery #23349 | 2026-03-16 20:44 | |
| docs: Remove misleading ViewVisibility docs #23385 | 2026-03-16 20:22 |
|
| Disable gpu clustering on android #23379 | 2026-03-16 20:15 | |
| bugfix: recompute inherited visibility when ChildOf component is removed #23100 | 2026-03-16 20:09 | Queue this commit |
| Enable modification of AnimationClips in glTF processing #23305 | 2026-03-16 19:55 | Queue this commit |
| Extraction Example #23223 | 2026-03-16 19:38 | |
| `VertexAttributeValues` supports all wgpu `VertexFormat` #22796 | 2026-03-16 19:33 | |
| mobile example set naga log level to info #23382 | 2026-03-16 17:32 |
|
| Rename `examples/games` to `examples/showcase` #23375 | 2026-03-16 07:03 |
|
| Introduce sparse buffer uploads for mesh input uniforms. #23242 | 2026-03-16 02:37 |
|
| Move uniform out of extract_component #23372 | 2026-03-15 21:48 |
|
| Fix `where` clauses generated by `#[derive(QueryData)]` #23352 | 2026-03-15 21:37 | |
| Move visibility range checking from the CPU to the GPU if `NoCpuCulling` is specified. #23115 | 2026-03-15 20:40 | Queue this commit |
| fix `OverrideCursor` docs #23319 | 2026-03-15 17:54 |
|
| Add `allow_self_referential` and counterpart component ids to `RelationshipAccessor` #23280 | 2026-03-15 17:35 |
|
| Add Copy trait to Pickable component #23330 | 2026-03-15 17:26 | |
| Document composition order for `Transform` #23336 | 2026-03-15 17:24 | Queue this commit |
| Fix fishy spawn batch implementation #23344 | 2026-03-15 17:23 | |
| Derive Reflect for ParsedPath and its children #23371 | 2026-03-15 06:38 |
|
| Implement a relationship between Windows and Monitors. #23249 | 2026-03-15 06:37 | Queue this commit |
| Add Clearcoat support to the G-Buffer #23359 | 2026-03-14 18:34 |
|
| Rename System::type_id to System::system_type for clarity #23326 | 2026-03-14 18:06 | |
| Fix `image_node` example's module-level doc comment #23320 | 2026-03-14 05:30 |
|
| Add `write` methods to `MessageMutator` #23351 | 2026-03-14 05:24 | |
| Remove redundant `sampling_primitives` example #23333 | 2026-03-14 04:58 | |
| Deploy Docs - Build Docs step: Resolve most Warnings #23343 | 2026-03-14 02:35 |
|
| Docs & Migration Guides: Remove mentions of Cosmic Text where it seemed appropriate #23290 | 2026-03-14 02:01 | |
| Bump crate-ci/typos from 1.43.5 to 1.44.0 #23347 | 2026-03-13 21:12 |
|
| Bump github/codeql-action from 4.32.2 to 4.32.6 #23348 | 2026-03-13 21:11 | |
| Stop doing full table scans of joints in skin extraction. #23283 | 2026-03-13 05:09 |
|
| Fix `TarjanScc` algorithm in bevy_ecs (#23273) #23274 | 2026-03-12 19:45 |
|
| Correctly order wireframe specialization. #23328 | 2026-03-12 19:07 | |
| Fix Solari flickering by ordering solari_lighting #23304 | 2026-03-11 21:53 |
|
| Add SliderOrientation to control slider axis detection #23310 | 2026-03-11 21:27 | |
| do not scrape type_data example, causes ICE #23317 | 2026-03-11 21:26 | |
| Added touch input for the FreeCameraPlugin. #23316 | 2026-03-11 20:05 |
|
| Fix Meshlets #23307 | 2026-03-11 19:49 | Queue this commit |
| Address some nightly clippy lints #23314 | 2026-03-11 19:47 | |
| Merge `SystemParam::validate_param` into `SystemParam::get_param` #23225 | 2026-03-11 19:03 | |
| Fix some easing docs #23312 | 2026-03-11 18:54 | Queue this commit |
| remove weekly beta job #23287 | 2026-03-11 18:20 | |
| Streaming iteration for non-`IterQueryData` #23218 | 2026-03-11 18:19 | |
| Optimize entity removal by scanning from the end #23297 | 2026-03-11 01:04 |
|
| New `bevy_settings` crate #23034 | 2026-03-10 20:29 |
|
| Multi-draw sorted render phases if the platform supports it. #23005 | 2026-03-10 05:16 |
|
| Add an `ImageSaver` `AssetSaver`, and simplify / split the asset saving example #23105 | 2026-03-10 05:11 | Queue this commit |
| BrpRequest: remove jsonrpc field #23175 | 2026-03-10 04:48 | |
| Parallelize `mark_dirty_trees` #23185 | 2026-03-10 04:44 | |
| Add opt-out background motion vectors #23187 | 2026-03-10 04:39 | |
| Allow `extract_mesh_materials` to run in parallel with `extract_meshes_for_gpu_building`. #23211 | 2026-03-10 04:29 | Queue this commit |
| Fix: custom near planes #23279 | 2026-03-10 04:21 | Queue this commit |
| mention extendedmaterial in the stdmat docs #23247 | 2026-03-10 04:10 | |
| Skip swap-chain texture acquisition for windows with no camera target #23276 | 2026-03-10 04:06 | |
| Clamp F_ab in specular multiscatter to fix grazing angle artifacts #22833 | 2026-03-09 22:18 |
|
| fix: process window position before size in changed_windows #23248 | 2026-03-09 21:38 | |
| Update sysinfo version to `0.38.4` #23281 | 2026-03-09 21:35 | |
| Optimize `update-caches` CI #23253 | 2026-03-09 21:18 | |
| Don't let the clustering vertex shader see any read-write storage buffers. #23256 | 2026-03-08 18:40 |
|
| Rename `bevy_image::DataFormat` to `bevy_image::TextureChannelLayout` #23267 | 2026-03-08 18:40 | Queue this commit |
| Add `PartialEq` to `EasingCurve` #23262 | 2026-03-08 09:16 |
|
| Bump actions/upload-artifact from 6.0.0 to 7.0.0 #23244 | 2026-03-06 18:23 |
|
| Bump actions/download-artifact from 7.0.0 to 8.0.0 #23243 | 2026-03-06 18:23 | |
| Fix wireframe system ordering. #23240 | 2026-03-06 07:40 |
|
| Rust 1.94 #23241 | 2026-03-06 06:38 | |
| Close the web_asset_cache file before ending the cache future. #23231 | 2026-03-05 07:50 |
|
| Set doc-scrape-example = true for recently merged example #23230 | 2026-03-05 06:49 | |
| Delete warning message about corrupted writes. #23228 | 2026-03-05 05:15 |
|
| Fix energy loss in multi-scattering term #23203 | 2026-03-05 01:48 |
|
| refactor: remove threshold configuration from StaticTransformOptimiza… #23193 | 2026-03-04 23:43 |
|
| Fix instability in `sample_visible_ggx` for normals near -Z #23194 | 2026-03-04 22:28 | |
| Fix: Allow non_camel_case_types on derived SystemParamBuilder generics #22324 | 2026-03-04 22:28 | Queue this commit |
| Add font weight to `InheritableFont` #23205 | 2026-03-04 22:24 | |
| Fix atmosphere space view for LUT rendering #22938 | 2026-03-04 22:18 | Queue this commit |
| Don't use a CAS loop in gpu clustering #23212 | 2026-03-04 08:21 |
|
| remove bevy_mesh dependency on bevy_image #23214 | 2026-03-04 07:41 | |
| Fix `AlphaMode::Mask` threshold being ignored on unlit materials #23206 | 2026-03-04 07:34 | |
| Use next_multiple_of instead of round_up #23213 | 2026-03-04 07:17 | |
| Fix minimum version of `wasm-bindgen-futures`. #23210 | 2026-03-04 07:01 | |
| move white furnace to the 3d testbed #23207 | 2026-03-04 03:51 |
|
| enable glam/encase when building bevy_mesh/morph #23209 | 2026-03-04 03:50 | |
| Bump super-linter/super-linter from 8.4.0 to 8.5.0 #23067 | 2026-03-04 00:14 |
|
| Add an example demonstrating callbacks with one-shot systems #23197 | 2026-03-03 17:36 |
|
| Add documentation to run_system_cached_with #23186 | 2026-03-03 17:24 | Queue this commit |
| single `detect_text_needs_rerender` system #23166 | 2026-03-03 17:20 | |
| deny missing docs for `bevy_image` #23160 | 2026-03-03 00:17 |
|
| 1-frame text update delay fix #23190 | 2026-03-03 00:14 | |
| Remove resources from `Access` #22910 | 2026-03-02 23:48 |
|
| Disable global ambient light in white furnace test #23189 | 2026-03-02 20:41 | |
| docs and tests for on_primitive #23130 | 2026-03-02 19:04 |
|
| Despawn atlas sprites on scene exit in `testbed_2d` #23133 | 2026-03-02 19:00 | Queue this commit |
| Remove redundant `after` ordering from `build_text_interop` #23165 | 2026-03-02 18:58 | |
| fix: reparenting perf #23156 | 2026-03-01 23:38 |
|
| Add component info to BRP registry schema #23102 | 2026-03-01 20:35 | |
| add coloring per text section in gizmos #23120 | 2026-03-01 20:30 |
|
| Use web asset cache with bevy_city #23153 | 2026-03-01 20:29 | |
| Fix solari pathtracing node ordering #23169 | 2026-03-01 20:18 | |
| Fix the gizmo colors in testbed_2d's texture_atlas_builder scene #23146 | 2026-03-01 20:14 | |
| Fix `AssetChanged<A>` UB #23138 | 2026-03-01 19:33 | |
| Add white furnace test for testing PBR #22584 | 2026-03-01 19:32 | |
| Things that should never happen won't happen in debug mode #23159 | 2026-03-01 19:31 | |
| Add Martian atmosphere constant #22884 | 2026-03-01 19:31 | |
| Tiny bevy_remote doc format fix #23176 | 2026-03-01 04:08 |
|
| fix incorrect bevy version in generate_view_layouts deprecation #23173 | 2026-02-28 23:30 |
|
| Batch meshes with morph targets. #23023 | 2026-02-28 21:14 | |
| Make it easier to opt out of bevy_audio #23126 | 2026-02-28 17:10 |
|
| Implement GPU clustering for lights, light probes, and decals. #23036 | 2026-02-28 17:07 | |
| docs: update deprecated xorg packages in nix instructions #23167 | 2026-02-28 17:04 | |
| Don't process meshes for reextraction that were changed, by using an atomic bitfield. #23157 | 2026-02-27 23:07 |
|
| Bump crate-ci/typos from 1.43.2 to 1.43.5 #23164 | 2026-02-27 08:00 |
|
| make bevy_pbr optional in bevy_gizmos_render again #23136 | 2026-02-26 00:08 |
|
| `DetectChanges::is_changed_after` #23149 | 2026-02-26 00:06 | |
| Fix wireframe and examples with mesh pipeline set #23147 | 2026-02-25 19:06 |
|
| Create an example to show generating assets at runtime. #23116 | 2026-02-25 07:47 |
|
| Add a `DelayedCommands` helper to support arbitrary delayed commands #23090 | 2026-02-24 23:29 |
|
| Add motion blur option to various stress tests #23060 | 2026-02-24 18:31 |
|
| Convert `MeshPipelineViewLayouts` , `MeshPipeline` and `RenderDebugOverlayPipeline` to `RenderStartup` system #22443 | 2026-02-24 17:16 | |
| Add configurable output_dir to EasyScreenRecordPlugin #23096 | 2026-02-24 17:11 |
|
| Only copy the current transform to the previous transform component if the latter is out of date. #23106 | 2026-02-24 17:08 | |
| Add GltfExtensionHandler interface for draco #22907 | 2026-02-24 04:33 |
|
| TODO should not be a doc comment #23125 | 2026-02-24 02:58 |
|
| PlaneMeshBuilder: allow for different number of subdivisions in X and Z directions #19479 | 2026-02-24 02:32 | |
| Fix volumetric rendering order problem #23062 | 2026-02-24 02:16 | |
| Overrides for no-path in autonavigation for `bevy_input_focus` #22634 | 2026-02-24 01:57 | |
| Update atmosphere example fix reflection #23121 | 2026-02-24 01:48 | |
| Parallelize `mark_meshes_as_changed_if_their_materials_changed`. #23103 | 2026-02-24 01:30 | |
| Add the ability to set the number of cubes in `many_cubes`. #23101 | 2026-02-24 01:25 |