-
https://bevyengine.org/examples/2d-rendering/bloom-2d/
-
I recently started studying Bevy -- notice that I am not a English native speaker, so perhaps I just misunderstand a few points?
For me the most serious issue is at https://bevyengine.org/learn/qui…
-
### Description
## Background
I built a program combine Qt/Qml and bevy , and I can run it normally on ubuntu system , but when run it on macos, it output a error, and I think this is a platform re…
-
[Bevy 0.14](https://bevyengine.org/news/bevy-0-14/) is out. The 0.14 updates to the codebase are in the 0.14 branch ([2048 diff from 0.13](https://github.com/rust-adventure/2048/compare/bevy-0.13..bev…
-
There are a lot of techniques we could leverage to improve fuel-core compile times, such as dynamically linking large dependencies like RocksDB or using a different linker. Bevy has a lot of resources…
-
Quoting @ItsDoot in https://github.com/bevyengine/bevy/issues/15657:
> ## How can Bevy's documentation be improved?
>
> We should more clearly and directly recommend that developers write their …
BD103 updated
1 month ago
-
Similar to https://github.com/bevyengine/bevy/blob/main/examples/ecs/dynamic.rs
rj00a updated
3 months ago
-
moving #33 2d camera two-pass stuff to here to split off from mode7 stuff.
Goal: update the MoonLightSource based on a new non-static entity that represents the moon as a circle. (not just the stat…
-
### Describe the problem
Incremental compilation times on my machine take about 11 seconds. Waiting this much even for the smallest changes in the rust code is quite inconvinient.
### Describe …
-
> We should look into CI enforced yml formatting
_Originally posted by @BenjaminBrienen in https://github.com/bevyengine/bevy/pull/16147#discussion_r1824829129_