bit-shift-io / fluidic-space

flow v2. More experiments with fluids from https://github.com/bit-shift-io/flow.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fluidic-space

flow v2

Install

run crates/install.sh to setup rust project

Make sure rust nnightly is installed: https://rust-lang.github.io/rustup/concepts/channels.html

Development

Manually

in the crates/physics directory:

    cargo build
    cargo run

VsCode

open crates/physics in vscode then just hit debug!

Benchmark/Testing

cargo bench
cargo test

Tutorials & Links

https://sunjay.dev/learn-game-dev/refactor-traditional-game-loop.html
https://github.com/dimforge/salva
https://rust-sdl2.github.io/rust-sdl2/sdl2/render/struct.Canvas.html#method.circle
https://github.com/gufoe/rust-fluid
https://github.com/Wumpf/blub

About

flow v2. More experiments with fluids from https://github.com/bit-shift-io/flow.


Languages

Language:Rust 99.8%Language:Shell 0.2%