Find a file
Daniel Flanagan 315fb69a32 Can't seem to get an eventwriter in the context of an asynccomputetask -- at least not easily
I did find this, though https://github.com/bevyengine/bevy/issues/8983

Which shows a mutex around a reciever - maybe that could work so I can use channels?
2024-08-02 23:31:32 -05:00
.forgejo/workflows Work on adding some basic CI 2024-07-30 10:06:09 -05:00
assets Stuff 2024-08-02 13:40:43 -05:00
src Can't seem to get an eventwriter in the context of an asynccomputetask -- at least not easily 2024-08-02 23:31:32 -05:00
.envrc Initial commit 2023-12-19 10:35:34 -06:00
.gitignore Add a crane build for incremental builds? 2024-07-31 21:00:21 -05:00
Cargo.lock Inspector work to filter tiles, some experiments with rolling my own tiles system 2024-08-02 16:32:28 -05:00
Cargo.toml Inspector work to filter tiles, some experiments with rolling my own tiles system 2024-08-02 16:32:28 -05:00
flake.lock Add a crane build for incremental builds? 2024-07-31 21:00:21 -05:00
flake.nix Maybe progress? A task per tile because we're super lazy 2024-08-02 21:43:30 -05:00
readme.md Update readme.md 2024-08-01 23:13:18 -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