- Temperature calcs can overflow
- Freezes when tabbing out and then coming back to the game as it suddenly tries to do 1000 updates at once
- Using shift/ctrl modifiers and moving the mouse really fast can leave gaps in particle placement
- Electricity gets stuck with 1 particle of water in mid-air
- The UI bounding box extends a bit too far to the right
-
Visual for shift/ctrl modifiers
-
Replace imgui for UI
-
Replace noise with shaders
-
WASM build
-
Save/Load simulations as images
-
Document particle state / replace magic numbers with constants
-
GPU Compute based updates?
-
Temperature transfer through empty cells?
-
Physics?
- It's been suggested to group all connected particles together
- Inside the group, each particle performs celluar automata movement
- Physics are run with each group acting was one body
- Bump Cargo.toml version
- Run cargo update
- Update CHANGELOG.md
- Add another release element to flatpak/com.github.jms55.Sandbox.metainfo
- Update flatpak/cargo-sources.json
- Update flatpak/screenshot.png if needed
- Tag git commit
- Update flathub repo