Learning Bevy, and hopefully experimenting with a distributed physics system for a future game
Find a file
Michael Bradley 9ac45e9249
All checks were successful
CI / Formatting (push) Successful in 1m5s
Move netcode to module
2025-05-25 20:36:49 -04:00
.cargo Minor comments 2025-05-17 19:16:52 -04:00
.forgejo Disable CI build 2025-03-31 23:01:50 -04:00
.vscode Use Vec<u8>s for sending data between threads 2025-05-25 17:12:05 -04:00
src Move netcode to module 2025-05-25 20:36:49 -04:00
.gitignore Initial commit 2025-03-02 22:50:04 -05:00
Cargo.lock Implement very basic and bad and specific netcode 2025-05-25 00:54:16 -04:00
Cargo.toml Implement very basic and bad and specific netcode 2025-05-25 00:54:16 -04:00
LICENSE Add AGPL license 2025-05-24 16:56:12 -04:00
rust-toolchain.toml Minor comments 2025-05-17 19:16:52 -04:00