-
This is an issue for tracking the discussions and implementations of the conceptual hierarchy of abstraction for data i.e. `Component`s in Bevy. We need figure out where to draw the lines between the …
-
Hi, I am trying to use the [Bevy](https://bevyengine.org/) game engine.
I am having some linker related issues.
So here is in my `cargo.toml` file:
```toml
[dependencies]
bevy = { git = "ht…
-
**What problem does this solve or what need does it fill?**
[Yarn Spinner](https://yarnspinner.dev/) is a narrative tool used by many indie game studios and game writers to build stories in games. Be…
-
Hi I have some questions regarding this project:
1. Does this game engine support 2D sprites?
2. Does it use WGPU as its backend renderer or OpenGL or vulkan/vulkano?
3. Does it do asynchronous and…
-
**Describe the bug**
When using ESC it will crash. Owner causes segmentation fault
**To Reproduce**
Steps to reproduce the behavior: this simple rewrite of the ball demo crashes the app
```
//B…
-
I wrote this issue back in May, but seem to have forgotten to submit it?
Issue writeup below. I apologize if the details turn out to be somewhat out of date.
---
I'm sorry, none of the issue …
-
## What problem does this solve or what need does it fill?
There are a set of uses cases where a user may want to mutably access some type that implements change detection (e.g. `Mut`) _without_ ac…
-
When I'm on the web, I expect to be able to use Ctrl+R, F5, F12 etc.
I can understand a developer might want to hijack some keys, but that can easily be done using javascript in the host document.
…
-
## How can Bevy's documentation be improved?
[definition](https://github.com/bevyengine/bevy/blob/main/crates/bevy_tasks/src/countdown_event.rs)
[re-export](https://github.com/bevyengine/bevy/blob…
-
# Explanation
Calling `unwrap` on an `Option` or `Result` causes the program to panic if the `Option` is `None` or the `Result` is `Err`. If the program panics because of an `unwrap` call, the erro…
ghost updated
2 years ago