Wumpf / blub

3D fluid simulation experiments in Rust, using WebGPU-rs (WIP)
MIT License
392 stars 12 forks source link

Add git LFS as dependencies #40

Closed pudnax closed 3 years ago

pudnax commented 3 years ago

Git LFS is not supplied by default by some package managers. Mention in the readme that the LSF subcommand must be installed to upload background images.

P.S.: Works fine on linux. 3-5 fps on weak GeForce MX130

corjohnson commented 3 years ago

Why does this need git LFS?

pudnax commented 3 years ago

For downloading /background/*.hdr files.

Wumpf commented 3 years ago

oh nice to hear it still runs "fine" on older mid range mobile gpus. In the future I may do more optimizations and provide scenes that are easier to swallow for weaker gpus. I'm running myself everything on a gtx1070 which gives me currently 10-40 fps depending on what's on screen and what new thing I'm trying out :) Always considered git-lfs the bare minimum of doing anything with git, but that's obv just me. I'll leave a note