-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Pull requests: bevyengine/bevy
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
update example low_power
A-Windowing
Platform-agnostic interface layer to run your app in
C-Examples
An addition or correction to our examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#14224
opened Jul 8, 2024 by
mockersf
Loading…
Add an example for doing movement in fixed timesteps
C-Examples
An addition or correction to our examples
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#14223
opened Jul 8, 2024 by
janhohenheim
Loading…
update gltf example to use type-safe An addition or correction to our examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
GltfAssetLabel::Scene
C-Examples
#14218
opened Jul 8, 2024 by
johannesvollmer
Loading…
Component Lifecycle Hook & Observer Trigger for replaced values
A-ECS
Entities, components, systems, and events
C-Enhancement
A new feature
C-Needs-Release-Note
Work that should be called out in the blog due to impact
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Rename Common functionality for all bevy apps
A-Editor
Graphical tools to make Bevy games
C-Breaking-Change
A breaking change to Bevy's public API that needs to be noted in a migration guide
C-Usability
A simple quality-of-life change that makes Bevy easier to use
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
bevy_core::name::DebugName to bevy_core::name::DebugLabel
A-Core
#14211
opened Jul 7, 2024 by
GauravTalreja
Loading…
Make initial Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Contentious
There are nontrivial implications that should be thought through
StateTransition run before PreStartup
A-ECS
bevy_reflect: Improve Runtime information about types
C-Usability
A simple quality-of-life change that makes Bevy easier to use
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
DynamicFunction ergonomics
A-Reflection
#14201
opened Jul 7, 2024 by
MrGVSV
Loading…
Remove need for EventLoopProxy to be NonSend
A-App
Bevy apps and plugins
C-Breaking-Change
A breaking change to Bevy's public API that needs to be noted in a migration guide
C-Usability
A simple quality-of-life change that makes Bevy easier to use
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
WIP custom cursors
A-Windowing
Platform-agnostic interface layer to run your app in
C-Enhancement
A new feature
Replace Load files from disk to use for things like images, models, and sounds
C-Breaking-Change
A breaking change to Bevy's public API that needs to be noted in a migration guide
C-Usability
A simple quality-of-life change that makes Bevy easier to use
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
AsyncSeek trait by AsyncSeekForward for Reader to address #12880
A-Assets
Faster MeshletMesh deserialization
A-Assets
Load files from disk to use for things like images, models, and sounds
C-Performance
A change motivated by improving speed, memory usage or compile times
Fix inconsistency in Rendering and layout for characters
C-Bug
An unexpected or incorrect behavior
C-Examples
An addition or correction to our examples
KeyboardInput examples to match migration guide
A-Text
#14185
opened Jul 6, 2024 by
chompaa
Loading…
Input uses references when possible
A-Input
Player input via keyboard, mouse, gamepad, and more
C-Code-Quality
A section of code that is hard to understand or change
#14182
opened Jul 6, 2024 by
mockersf
Loading…
bevy_reflect: Feature-gate function reflection
A-Reflection
Runtime information about types
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#14174
opened Jul 6, 2024 by
MrGVSV
Loading…
bevy_math: faster sphere boundary sampling
A-Math
Fundamental domain-agnostic mathematical operations
C-Enhancement
A new feature
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
X-Uncontroversial
This work is generally agreed upon
#14168
opened Jul 5, 2024 by
ickk
Loading…
Impl VisitAssetDependencies for HashSet and HashMap
A-Assets
Load files from disk to use for things like images, models, and sounds
C-Enhancement
A new feature
#14162
opened Jul 5, 2024 by
jacobdufault
Loading…
Expose Winit's Player input via keyboard, mouse, gamepad, and more
C-Enhancement
A new feature
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Final-Review
This PR has been approved by the community. It's ready for a maintainer to consider merging it
KeyEvent::repeat in KeyboardInput
A-Input
#14161
opened Jul 5, 2024 by
daxpedda
Loading…
Add error message if states schedule missing (usually because StatesPlugin hasn't been added)
A-Diagnostics
Logging, crash handling, error reporting and performance analysis
C-Usability
A simple quality-of-life change that makes Bevy easier to use
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#14160
opened Jul 5, 2024 by
cBournhonesque
Loading…
Allow observer systems to have outputs
A-ECS
Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Exposes Common Window Resolutions as an Enum.
A-Windowing
Platform-agnostic interface layer to run your app in
C-Usability
A simple quality-of-life change that makes Bevy easier to use
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
Dirty fix for App hanging when windows are invisible on WindowsOS
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
O-Windows
Specific to the Windows desktop operating system
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
Expose loading system fonts
A-Text
Rendering and layout for characters
C-Enhancement
A new feature
C-Needs-Release-Note
Work that should be called out in the blog due to impact
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
fix asymmetrical 9-slicing
A-Rendering
Drawing game state to the screen
A-UI
Graphical user interfaces, styles, layouts, and widgets
C-Bug
An unexpected or incorrect behavior
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
bevy_reflect: Add Runtime information about types
C-Enhancement
A new feature
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
DynamicClosure
A-Reflection
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.