-
I think this project is awesome, and a great sign of things to come for the Bevy / Rust game dev ecosystem.
With that said, I think JS/TS as a scripting language is suboptimal due to the complexity…
-
## How can Bevy's documentation be improved?
I've had to tell new users that things done through Commands don't apply until the end of the stage tens of times. I'm fine with that, but it does indic…
-
First of all, I love this crate, it cuts down on the boiler plate so much.
I have a small feature request:
there could be a function that returns a complete `VertexBufferLayout` for the generated …
-
### Code
Minimum reproducible example:
https://github.com/JoJoJet/bevy_param_example/blob/4ee1ab4d2ad7858df2a84a5ab2d88fc83c0d882b/src/main.rs
### Meta
`rustc --version --verbose`:
```
r…
-
I'm experiencing stutter on my best hardware with the current `main` branch at 7859f9b87583dc175e43f9a54af50d340f92f7a9. I was able to resolve the stutter by removing `DebugLinesPlugin`.
```diff
…
-
## Bevy version
I tried:
- [`0.8.1`](https://github.com/bevyengine/bevy/commit/b995b4662a9481e8d6fd984b2d2fd02e1c2d1a5d)
- `bevy = { git = "https://github.com/TheRawMeatball/bevy", branch = "opti…
-
## Bevy version
The problem is on both:
- `0.6.0`
- The current `main` branch (3fcdc5a4926dcad89a3346977d862c505993d265 at the moment)
Bevy `0.5.0` did not exhibit this problem.
If I add th…
-
This continues from https://github.com/bevyengine/bevy/issues/114#issuecomment-672622816.
### The Goal
First off, for this issue, the purpose is **not** to create a scripting system for bevy. A …
-
-
## How can Bevy's documentation be improved?
Dev docs are very difficult to find, and probably unknown from most devs.
- I discovered their existence randomly browsing the [Bevy 0.7 release note…