bevy-playground/readme.md
2024-08-01 23:13:18 -05:00

1.6 KiB

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