-
-
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
[MacOs] 0.15 panic: wgpu error: Validation Error
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
O-iOS
Specific to the iOS mobile operating system
O-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#16590
opened Dec 1, 2024 by
extrawurst
Crash on macOS, related to ExtendedMaterial and custom vertex buffer layout
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
O-iOS
Specific to the iOS mobile operating system
O-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#16588
opened Dec 1, 2024 by
splashdust
Rendering performance regression between 0.15 rc2 and rc3 on MacOS
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
C-Performance
A change motivated by improving speed, memory usage or compile times
O-MacOS
Specific to the MacOS (Apple) desktop operating system
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Blocked
This cannot move forward until something else changes
macos: Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
O-MacOS
Specific to the MacOS (Apple) desktop operating system
P-Regression
Functionality that used to work but no longer does. Add a test for this!
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
anti_aliasing
example crashes when MSAA is set to 8 samples
A-Rendering
#15789
opened Oct 9, 2024 by
rparrett
Read back full screen state from window on macOS
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
O-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
#15678
opened Oct 6, 2024 by
coreh
Loading…
bug: cannot create an unfocused window on Mac for dev
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
O-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
#15025
opened Sep 3, 2024 by
swarnimarun
BorderlessFullscreen does not cover the menu bar on macOS
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
O-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Blocked
This cannot move forward until something else changes
#14783
opened Aug 16, 2024 by
TarekAS
Clarify target platform support
A-Cross-Cutting
Impacts the entire engine
C-Docs
An addition or correction to our documentation
C-Machine-Specific
This bug is isolated to specific hardware or driver configurations
D-Domain-Agnostic
Can be tackled by anyone with generic programming or Rust skills
O-MacOS
Specific to the MacOS (Apple) desktop operating system
X-Blessed
Has a large architectural impact or tradeoffs, but the design has been endorsed by decision makers
#14078
opened Jun 30, 2024 by
janhohenheim
lldb hangs 1-2s whenever I press Ctrl+key or Cmd+key for the first time on Mac (since winit v0.30)
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
O-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Blocked
This cannot move forward until something else changes
#14010
opened Jun 25, 2024 by
zhaop
macOS asks for permission to use the microphone
A-Audio
Sounds playback and modification
C-Bug
An unexpected or incorrect behavior
O-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Blocked
This cannot move forward until something else changes
#13989
opened Jun 23, 2024 by
tsukinoko-kun
Dragging window around is very buggy
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
O-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#13623
opened Jun 1, 2024 by
nervenes
Handle winit's Player input via keyboard, mouse, gamepad, and more
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-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
WindowEvent::ModifiersChanged
A-Input
#13357
opened May 13, 2024 by
matthunz
Loading…
KeyboardInput
events not being triggered by MacOS native overlays
A-Input
#13356
opened May 13, 2024 by
matthunz
[MacOS] [Safari/Wasm] Window::cursor_position returns None when inside the window on MouseButtonInput Released
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
O-MacOS
Specific to the MacOS (Apple) desktop operating system
O-Web
Specific to web (WASM) builds
#12870
opened Apr 4, 2024 by
extrawurst
Translucent window outline (window shadow) appears when moving windows with a transparent background with a transparent window
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
O-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Blocked
This cannot move forward until something else changes
#12410
opened Mar 10, 2024 by
P-Asta
linking error when used with wry/tao on macOS aarch64
O-MacOS
Specific to the MacOS (Apple) desktop operating system
P-Compile-Failure
A failure to compile Bevy apps
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#11779
opened Feb 8, 2024 by
TarekAS
Certain shader code reliably crashes whole macOS
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
O-MacOS
Specific to the MacOS (Apple) desktop operating system
P-Crash
A sudden unexpected crash
#11530
opened Jan 25, 2024 by
janhohenheim
Bus error setting cursor.visible
A-Windowing
Platform-agnostic interface layer to run your app in
C-Bug
An unexpected or incorrect behavior
O-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#11009
opened Dec 17, 2023 by
jeffs
mesh2d example panics on macOS
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
C-Examples
An addition or correction to our examples
O-MacOS
Specific to the MacOS (Apple) desktop operating system
O-Metal
Specific to the Metal render API
#10849
opened Dec 2, 2023 by
ekalosak
Very high CPU usage on MacOS
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
C-Performance
A change motivated by improving speed, memory usage or compile times
O-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#10261
opened Oct 25, 2023 by
hmans
Bevy WASM app broke with 'metal_types' error after upgrade to macOS 14 Sonoma
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
O-MacOS
Specific to the MacOS (Apple) desktop operating system
O-Web
Specific to web (WASM) builds
#10236
opened Oct 23, 2023 by
frewsxcv
Jittery movements on macOS
C-Bug
An unexpected or incorrect behavior
C-Performance
A change motivated by improving speed, memory usage or compile times
O-MacOS
Specific to the MacOS (Apple) desktop operating system
#9051
opened Jul 5, 2023 by
olegus199
Intel MacOS memory leak due to wgpu bug
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
O-MacOS
Specific to the MacOS (Apple) desktop operating system
S-Blocked
This cannot move forward until something else changes
#9035
opened Jul 4, 2023 by
Aultus-defora
button
example does not handle hovering correctly on macOS in debug mode
A-UI
#8451
opened Apr 20, 2023 by
hampuslidin
Previous Next
ProTip!
no:milestone will show everything without a milestone.