Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitberget/advent-of-code-2024-day-15-rust-bevy
Make the robot go brrr with Rust and Bevy.
https://github.com/vitberget/advent-of-code-2024-day-15-rust-bevy
3d advent-of-code advent-of-code-2024 bevy rust
Last synced: 5 days ago
JSON representation
Make the robot go brrr with Rust and Bevy.
- Host: GitHub
- URL: https://github.com/vitberget/advent-of-code-2024-day-15-rust-bevy
- Owner: vitberget
- Created: 2024-12-31T12:54:38.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-01-03T13:10:29.000Z (6 days ago)
- Last Synced: 2025-01-04T12:59:32.877Z (5 days ago)
- Topics: 3d, advent-of-code, advent-of-code-2024, bevy, rust
- Language: Rust
- Homepage:
- Size: 423 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code with Bevy
This is a solver of the [year 2024, day15, part1](https://adventofcode.com/2024/day/15).
It is made in [Rust](https://www.rust-lang.org/) and is really slow - cause it needs time to visualize it in 3d with the [Bevy engine](https://bevyengine.org/).
## Start
Compiling might take a ... while.
```sh
cargo run --release
```## While the robot is pushing the boxes
* Key `1` - `9`, select speed, slow to fast.
* Key `0`, really fast
* `Escape`, go directly to the gathering score phase.## While completed
When scoring is over, press `Escape` to quit.