-
For example:
- Android
- iOS
See https://github.com/NiklasEi/bevy_game_template/tree/main/.github/workflows.
-
I tried adding some UI to the dock example
Patch
```patch
Index: crates/bevy-inspector-egui/Cargo.toml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
UTF-8…
-
# Summary
```
rustc 1.78.0 (9b00956e5 2024-04-29)
Bevy version: 0.13.0
`bevy-kira-components` version: main
```
I created a slightly modified version of the `spatial` example here: https://g…
-
# Problem
With the upcoming release of Rust 2024 edition, we're concerned that `rust_2018_idioms` will be deny by default.
*[Editorial comment (TC): This is not an edition item for Rust 2024, and th…
-
## Bevy version
0.14.1
## Relevant system information
Tested on:
- Windows 10
- Linux (Ubuntu)
## What you did
Ran the [hot_asset_reloading](https://github.com/bevyengine/bevy/blob/…
-
Needs more investigation, but supposedly Bevy is nearly panic-free unless you're doing something very wrong.
Also, other parts of Bevy might provide the possibility to use more advanced rendering. …
-
When running a bevy program in WSL2, the MouseMotion event appears to be returning the position:
```
[src/game/movement.rs:94] event.delta = Vec2(
4144.0,
1811.0,
)
[src/game/movement.rs…
-
Hi there! Thankyou for making such an amazing interface for integrating bevy inside an Android/iOS app.
I was trying to run two different games in different Activities and wanted to switch between…
-
## Bevy version
10.1
## Relevant system information
```ignore
`AdapterInfo { name: "NVIDIA GeForce GTX 1080 Ti", vendor: 4318, device: 6918, device_type: DiscreteGpu, driver: "NVIDIA", drive…
-
## Bevy version
0.13.2
## \[Optional\] Relevant system information
macOS Sonoma 14.5
MacBook Pro 13" M2
## What you did
When I run the game on macOS from the terinal, RustRover and t…