-
Thanks to @christopherbiscardi for the [original suggestion on Discord](https://discord.com/channels/691052431525675048/1278871953721262090/1285057695354982401).
If you depend on a fork of Bevy and…
BD103 updated
2 months ago
-
I raise this question more to trigger some discussions. The ideal solution would enable developers to draw and render content on Apple Vision Pro using Bevy via composerLayer. This solution would esta…
-
## Bevy version
0.15.0
## System information
cargo 1.83.0 (5ffbef321 2024-10-29)
Fedora Linux 41 (Workstation Edition)
## What you did
```
$ cargo new game
$ cd game
$ cargo add bevy
$ cargo run
…
-
This issue tracks progress on the re-orientation of nannou as a suite of creative-coding oriented bevy plugins.
- **GitHub Project: [Bevy Plugin Rework](https://github.com/orgs/nannou-org/projects/…
-
I took some notes as I went by adding a `crate` field to every asset:
```
Unreleased (AKA a crate with no crates.io release):
- bootleg_networking
- bevy_input_actionmap
- bevy_advanced_input
…
-
Bevy has many crates, with various level of expectations. I would like those levels to be documented, with their expectations and where they currently stand.
I think the current status is:
* Tier 1:…
-
Hello!
Rust/bevy newbie here.
Using the latest versions of `rustc` (1.74.1), `bevy` (0.12.1), `bevy_egui` (0.24) and `bevy-inspector-egui` (0.21) causes a panic with this code:
```
App::new(…
-
## What problem does this solve or what need does it fill?
The [`RapierContext`](https://docs.rs/bevy_rapier3d/latest/bevy_rapier3d/plugin/struct.RapierContext.html) resource is quite a critical pa…
-
## Bevy version
0.15
## \[Optional\] Relevant system information
Rust version: 1.83
```
SystemInfo { os: "MacOS 15.1.1 ", kernel: "24.1.0", cpu: "Apple M1 Max", core_count: "10", memory: "64.0 GiB…
-
Minimal example that invokes the error:
```rust
use bevy::prelude::*;
fn main() {
App::new()
.add_plugins(bevy_framepace::FramepacePlugin); // Not adding the plugin solves the pro…