-
Subscribe to this issue and stay notified about new [daily trending repos in Rust](https://github.com/trending/rust?since=daily)!
-
Say I have two quests `Foo` and `Bar`. They might both have a component `Objective`, but in order to disambiguate them in the Blender addon, I have to name them `FooObjective` and `BarObjective`. If w…
-
Need to sanity check that they look fine and can be run.
Windows and Linux builds have been tested, and the web build can be tested by anyone on itch.io.
-
Per `Cargo.toml`, we should only see logs for release builds that are at least `warn`, i.e. only `warn` and `error`.
```toml
[dependencies.log]
version = "*"
# Disable low-severity logs at compile…
-
## Bevy version
0.14 Release
## \[Optional\] Relevant system information
- Rust version: cargo 1.79.0 (ffa9cf99a 2024-06-03)
- os: "Windows 11 Pro", kernel: "22631", cpu: "AMD Ryzen 9 7900X3…
-
Would be great if iOS was supported.
-
@Moxinilian and I have been experimenting with an improved scene format:
https://gist.github.com/Moxinilian/c45a1858eca7e918b5728ee5c117f649
https://gist.github.com/cart/3e77d6537e1a0979a69de5c674…
-
I am trying to put a wasm build on itch but it just doesn't work. I [cloned this repo](https://github.com/PraxTube/begy_game_test) and put it on [itch](https://praxtube.itch.io/begygametest) to see wh…
-
## What problem does this solve or what need does it fill?
When debugging, it's common to want to advance logic one frame (or even system) at a time.
It's not clear to end users how exactly this…
-
## What problem does this solve or what need does it fill?
Lighting in 2D games is often very flat.
## What solution would you like?
Adding normal maps to 2d sprites
## What alternative(s)…