Small sandbox-like physics engine in Rust using raylib.
- Change the material used using number keys or by hovering over over the right side of the window to bring up a material selection panel.
- Place using left mouse button and erase using right mouse button.
- Use scroll wheel or + and - to change hand size.
- Press spacebar to toggle pause.
- If you want to place things under the panel, click the right button once to hide it until you take your mouse from it.
If you want to try it out, you can download a binary from Releases page or Actions tab.
Or play it inside your browser at itch.io
Requirements: rust.
Tested Linux native build and Windows by Wine.
To build, use cargo build --release.
Or if you wish to build for web, see this.
- When quickly dragging mouse while placing, there may be missing spots due to ticks being delayed.
