-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
I'm new to bevy, so I might just be missing something, but when running the simple example on my m1 macbook air, the space between grid lines is fully opaque and black. The grid lines themselves appear to be completely transparent. I tested the example on linux mint 22 with an RTX 4070 and it worked fine.
On Linux:
![]() |
![]() |
On macOS:
![]() |
![]() |
Here's the output from the terminal when running the example on macOS:
cargo run --example simple
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s
Running `target/debug/examples/simple`
2025-04-10T00:39:28.959491Z INFO bevy_render::renderer: AdapterInfo { name: "Apple M1", vendor: 0, device: 0, device_type: IntegratedGpu, driver: "", driver_info: "", backend: Metal }
2025-04-10T00:39:29.381099Z INFO bevy_winit::system: Creating new window "App" (0v1#4294967296)
2025-04-10 12:39:29.964 simple[49600:344265] +[IMKClient subclass]: chose IMKClient_Legacy
2025-04-10 12:39:29.964 simple[49600:344265] +[IMKInputSession subclass]: chose IMKInputSession_Legacy
2025-04-10T00:39:33.492158Z INFO bevy_window::system: No windows are open, exiting
2025-04-10T00:39:33.492608Z INFO bevy_winit::system: Closing window 0v1#4294967296
Metadata
Metadata
Assignees
Labels
No labels



