-
## Bevy version
Bevy 0.7.0.
## System information
Running Rust stable 1.62.0 on Windows 10.
## What you did
I accidentally deleted `.run()` from the end of a long chain of systems and p…
-
## What problem does this solve or what need does it fill?
My engine uses GLTF models, but it also supports special effects that are not part of the GLTF specification, such as animated materials. …
-
Hello, first thank you for this great crate.
I am currently using your project to implement scripting support in a project using bevy. However, I got the following issue:
- Scripts depend on ea…
-
The `__bgPos` stores a lot of good information about the background image, which makes rendering it pretty easy. However, the total size (not cropped) of the background image isn't stored anywhere, li…
Trouv updated
2 years ago
-
This could will result in an error:
```
use xshell::cmd;
fn main() {
let x = (false).then_some("-s").unwrap_or_default();
let y = (false).then_some("-b").unwrap_or_default();
let sh …
cjglo updated
7 months ago
-
## Bevy version
cdb62af4bf52 (main as of 2022-06-09)
## What you did
I've a giraffe where the eyes are a different mesh from the rest of the body, and when the neck moves enough, it's possibl…
-
## Bevy version
f4776f2
## Operating system & version
Ex: Manjaro & EMUI 10 (Huawei P40 lite)
## What you did
Each frame (60 per / second):
* Iterate over 400 entities
* Add ~ 400 c…
-
The [only example currently](https://github.com/mapeditor/rs-tiled/blob/master/examples/main.rs) has no notion about how to use the library. There should be a more involved example available that does…
-
`winit` Version 0.28.6
Here is a small app that just prints the Mouse Motion. There is a large discrepancy between running this app locally or on a remote machine via remote desktop. See output bel…
-
**Is your feature request related to a problem? Please describe.**
In some cases, it would be convenient to be able to send one-off events as part of the input struct:
```rust
struct Input {
…