Wumpf / blub

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

Scene config files #21

Closed Wumpf closed 4 years ago

Wumpf commented 4 years ago

have various scene settings loaded from json files

what's tweakable or not at runtime should be seen as a orthogonal problem - ideally everything is built in a way that makes easy runtime tweaking possible but let's not make this a requirement as not only is it not worth the effort, it also makes ui hard to navigate and makes easier code designs sometimes too hard

Related to #20 #9