Commit graph

18 commits

Author SHA1 Message Date
4dac7c5366
Add dev tools 2025-05-24 18:43:09 -04:00
2df3f0262b
Add Bevy remote protocol setup 2025-05-22 23:03:11 -04:00
214e0ceedc
Extract systems 2025-05-19 00:27:12 -04:00
cef21f4a00
Extract entities 2025-05-18 23:57:43 -04:00
b7780b8862
Extract Seed and AppSettings to utils 2025-05-18 23:12:00 -04:00
9be7b102d7
Extract main.rs 2025-05-18 22:54:54 -04:00
84eb560e43
Give Seed an Into<[u8; 8]> 2025-05-18 22:09:09 -04:00
763acd0ad8
Minor comments
All checks were successful
CI / Formatting (push) Successful in 1m3s
2025-05-17 19:16:52 -04:00
cab6c605ab
Make camera follow ball
All checks were successful
CI / Formatting (push) Successful in 1m6s
Also increases world size now that not everything has to fit in frame
2025-05-17 18:17:38 -04:00
b5792648eb
Update to Bevy 0.16
Also update RNG handling
2025-05-17 15:57:35 -04:00
44541e16e1
Give the window a title
Some checks failed
CI / Formatting (push) Successful in 44s
CI / Clippy (push) Failing after 19m13s
2025-03-31 22:31:26 -04:00
0c0c306b25
Pre-generate seeded random values ahead of time
Some checks failed
CI / Formatting (push) Successful in 46s
CI / Clippy (push) Failing after 17m22s
And use run-random values for unimportant things
2025-03-28 22:38:55 -04:00
4476bdfeeb
Add CLI
All checks were successful
CI / Formatting (push) Successful in 41s
CI / Clippy (push) Successful in 6m17s
Initially just basic options and seed
2025-03-23 22:49:05 -04:00
946e961633
Make RNG seedable 2025-03-23 22:32:57 -04:00
6732f5575c
Create basic interactive physics system
All checks were successful
CI / Formatting (push) Successful in 41s
CI / Clippy (push) Successful in 6m9s
2025-03-22 22:32:08 -04:00
6108f140b6
Remove text and more unnecessary dependencies
All checks were successful
CI / Formatting (push) Successful in 34s
CI / Clippy (push) Successful in 6m7s
2025-03-22 20:33:25 -04:00
a29a40c5c8
Copy Avian2d interpolation example
5b8e64c6fd/crates/avian2d/examples/interpolation.rs
2025-03-12 22:11:42 -04:00
f0b845ee62
Initial commit 2025-03-02 22:50:04 -05:00