1
Commit Graph

11 Commits

Author SHA1 Message Date
a4bde0ec2e Add ant sprite animation + improve random walk
Ants now randomize the velocity derivative instead of the velocity
directly
2024-10-06 02:58:54 +02:00
425c5964eb Set FixedUpdate frequency to 60hz 2024-10-06 00:40:32 +02:00
20ef564c69 Use FixedUpdate schedule instead of Update 2024-10-06 00:37:57 +02:00
9370462fe1 Remove unused import 2024-10-06 00:26:35 +02:00
db862570ee Implement ant random walk 2024-10-06 00:26:15 +02:00
58c3813cf7 Add rand crate 2024-10-05 23:37:48 +02:00
2b141c30e3 Flake: Add cargo-expand 2024-10-05 16:36:57 +02:00
7e87caeb6b faster bevy compile with mold and nightly rustc 2024-10-05 16:28:35 +02:00
3469aae86e Don't use devshell in flake for it breaks pkg-config 2024-10-05 15:40:34 +02:00
10ea59059e Initial project structure 2024-10-04 16:39:28 +02:00
c535a9c375 Add flake 2024-10-04 16:36:55 +02:00