Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paul1365972/fallingsand
A bevy prototype for a powder toy/falllingsand-esque multiplayer game
https://github.com/paul1365972/fallingsand
Last synced: about 2 months ago
JSON representation
A bevy prototype for a powder toy/falllingsand-esque multiplayer game
- Host: GitHub
- URL: https://github.com/paul1365972/fallingsand
- Owner: Paul1365972
- Created: 2023-09-23T21:47:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-24T11:01:41.000Z (over 1 year ago)
- Last Synced: 2024-04-19T18:27:48.089Z (9 months ago)
- Language: Rust
- Homepage: https://paul1365972.github.io/fallingsand/
- Size: 876 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Stuff
cargo depgraph --all-deps --dedup-transitive-deps | dot -Tpng > dependency_graph.png
cargo run -q | dot -Tpng > timestep_graph.png
```rust
let dot = bevy_mod_debugdump::schedule_graph_dot(
&mut app,
CoreSchedule::FixedUpdate,
&schedule_graph::Settings::default(),
);
println!("{dot}");
```cargo runwin
cargo tracewin
set "RUSTFLAGS=-C force-frame-pointers=y" & set "CARGO_BUILD_TARGET=x86_64-pc-windows-msvc" & set "CARGO_PROFILE_RELEASE_DEBUG=true" & cargo flamegraph
trunk serve
cargo miri test -p fallingsand_sim --benches --target x86_64-pc-windows-msvc