No description
  • Rust 85.1%
  • Nix 14.9%
Find a file
2024-08-04 20:50:17 -05:00
.forgejo/workflows
assets
src Nudge character up so it's collision center is in the center of the screen 2024-08-04 20:50:17 -05:00
.envrc
.gitignore
Cargo.lock
Cargo.toml It's working! The tiles fade in and our "loading screen" works. The FPS counter just keeps chugging. 2024-08-03 00:03:44 -05:00
flake.lock
flake.nix
readme.md

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