Find a file
2024-07-31 10:11:25 -05:00
.cargo Use newer mold after nix flake update 2024-07-30 10:09:19 -05:00
.forgejo/workflows Work on adding some basic CI 2024-07-30 10:06:09 -05:00
assets Drawing text 2024-02-03 21:15:30 -06:00
src work on player not moving due to bad query 2024-07-30 13:21:46 -05:00
.envrc Initial commit 2023-12-19 10:35:34 -06:00
.gitignore Flake check ought to work now 2024-07-30 11:16:36 -05:00
Cargo.lock Resolve all warnings 2024-07-30 12:56:30 -05:00
Cargo.toml Fix cargo hash 2024-07-31 10:11:25 -05:00
flake.lock Work on adding some basic CI 2024-07-30 10:06:09 -05:00
flake.nix Fix cargo hash 2024-07-31 10:11:25 -05:00
readme.md WIP UI stuff and some cleanup 2024-07-29 14:33:14 -05:00

Bevy Playground

Ideally, I would love to make a game similar to Kodo Tag, the not-so-famous Warcraft III custom map/scenario.

I will probably never get there.

I've been trying for years to even get close, but I always choke on pathfinding.

I'm hoping I can leverage a good navmesh and pathfinding crate combination to do the heavy-lifting for me plus it's a fun excuse to write more Rust.

Running

On some AMD wayland systems, you may need to force the RADV driver using the ICD loader:

AMD_VULKAN_ICD=RADV cargo run

To Do