-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Issues: bevyengine/bevy
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Discussion: System return life time escape hatch to enable async systems
A-ECS
Entities, components, systems, and events
A-Tasks
Tools for parallel and async work
D-Unsafe
Touches with unsafe code in some way
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
#17037
opened Dec 30, 2024 by
Neo-Zhixing
Loading…
Bevy on iOS is running into thread priority inversion issue
A-Tasks
Tools for parallel and async work
C-Bug
An unexpected or incorrect behavior
O-iOS
Specific to the iOS mobile operating system
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#16762
opened Dec 11, 2024 by
wentao
Correct usage of Tools for parallel and async work
C-Docs
An addition or correction to our documentation
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
ComputeTaskPool
is unclear
A-Tasks
#16504
opened Nov 25, 2024 by
clubby789
Fixed comments in async_compute example to reflect #10400 changes
A-Tasks
Tools for parallel and async work
C-Examples
An addition or correction to our examples
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
#16167
opened Oct 30, 2024 by
gramsey
Loading…
I am getting a stack overflow error from loading too many animations at once
A-Animation
Make things move and change over time
A-Assets
Load files from disk to use for things like images, models, and sounds
A-Tasks
Tools for parallel and async work
C-Bug
An unexpected or incorrect behavior
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#15271
opened Sep 17, 2024 by
victor7543
Optimize TaskPools for use in static variables.
A-Tasks
Tools for parallel and async work
C-Performance
A change motivated by improving speed, memory usage or compile times
M-Needs-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
S-Blocked
This cannot move forward until something else changes
Systems could potentially get preempted by tasks from other worlds
A-Tasks
Tools for parallel and async work
C-Bug
An unexpected or incorrect behavior
C-Performance
A change motivated by improving speed, memory usage or compile times
#12960
opened Apr 14, 2024 by
re0312
IO and Async Compute task spans
A-Tasks
Tools for parallel and async work
C-Feature
A new feature, making something new possible
C-Performance
A change motivated by improving speed, memory usage or compile times
#12467
opened Mar 14, 2024 by
james7132
Consolidate together Bevy's TaskPools
A-ECS
Entities, components, systems, and events
A-Tasks
Tools for parallel and async work
C-Performance
A change motivated by improving speed, memory usage or compile times
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
M-Needs-Migration-Guide
A breaking change to Bevy's public API that needs to be noted in a migration guide
M-Needs-Release-Note
Work that should be called out in the blog due to impact
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
X-Contentious
There are nontrivial implications that should be thought through
#12090
opened Feb 24, 2024 by
james7132
Loading…
Update async-executor to 1.9.0
A-Assets
Load files from disk to use for things like images, models, and sounds
A-Tasks
Tools for parallel and async work
C-Dependencies
A change to the crates that Bevy depends on
#12043
opened Feb 22, 2024 by
james7132
Loading…
Use rayon as the bevy_task thread pool
A-Tasks
Tools for parallel and async work
C-Performance
A change motivated by improving speed, memory usage or compile times
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
Switch to using static async executors
A-Tasks
Tools for parallel and async work
C-Performance
A change motivated by improving speed, memory usage or compile times
S-Blocked
This cannot move forward until something else changes
S-Needs-Benchmarking
This set of changes needs performance benchmarking to double-check that they help
#11849
opened Feb 13, 2024 by
james7132
Rayon's Minimal Parallel Infrastructure With Bevy Task
A-Tasks
Tools for parallel and async work
C-Feature
A new feature, making something new possible
#11492
opened Jan 23, 2024 by
re0312
Loading…
TaskPool type shadowing in bevy_tasks 0.12 with features
A-Tasks
Tools for parallel and async work
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
#10579
opened Nov 16, 2023 by
Demiu
Close performance gap between Tools for parallel and async work
C-Performance
A change motivated by improving speed, memory usage or compile times
bevy_tasks
and rayon
A-Tasks
#10064
opened Oct 9, 2023 by
alice-i-cecile
Closing a window hangs for a second & causes pipewire to glitch
A-Audio
Sounds playback and modification
A-Tasks
Tools for parallel and async work
C-Bug
An unexpected or incorrect behavior
O-Linux
Specific to the Linux desktop operating system
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
#9948
opened Sep 28, 2023 by
Azorlogh
Update Async Task documentation
A-Tasks
Tools for parallel and async work
C-Docs
An addition or correction to our documentation
#9594
opened Aug 27, 2023 by
ewrogers
Allow terminating default Tools for parallel and async work
C-Feature
A new feature, making something new possible
TaskPool
threads
A-Tasks
#9477
opened Aug 17, 2023 by
BigWingBeat
Async EventWriter
A-ECS
Entities, components, systems, and events
A-Tasks
Tools for parallel and async work
C-Feature
A new feature, making something new possible
#8983
opened Jun 28, 2023 by
wainwrightmark
prepare_window hangs for long frame hitches when experiencing background CPU load
A-Rendering
Drawing game state to the screen
A-Tasks
Tools for parallel and async work
C-Bug
An unexpected or incorrect behavior
C-Performance
A change motivated by improving speed, memory usage or compile times
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
#8934
opened Jun 23, 2023 by
recatek
Asset loading fails when using cargo flamegraph
A-Assets
Load files from disk to use for things like images, models, and sounds
A-Diagnostics
Logging, crash handling, error reporting and performance analysis
A-Tasks
Tools for parallel and async work
C-Bug
An unexpected or incorrect behavior
#8365
opened Apr 12, 2023 by
alice-i-cecile
Hang when running custom system impl inspired by bevy's combinator systems, regression from 0.9
A-ECS
Entities, components, systems, and events
A-Tasks
Tools for parallel and async work
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
#8339
opened Apr 9, 2023 by
inodentry
Add panicking system test to bevy_ecs
A-ECS
Entities, components, systems, and events
A-Tasks
Tools for parallel and async work
C-Code-Quality
A section of code that is hard to understand or change
D-Trivial
Nice and easy! A great choice to get started with Bevy
#7434
opened Jan 31, 2023 by
alice-i-cecile
Thread wakeup times have a significant impact on parallel task execution
A-Tasks
Tools for parallel and async work
C-Performance
A change motivated by improving speed, memory usage or compile times
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#6941
opened Dec 13, 2022 by
james7132
Async TaskPool with Http Request Example Wanted
A-Tasks
Tools for parallel and async work
C-Examples
An addition or correction to our examples
O-Web
Specific to web (WASM) builds
#6903
opened Dec 10, 2022 by
miketwenty1
Previous Next
ProTip!
Updated in the last three days: updated:>2025-02-04.