@smranaldi Update after 50 days:
I did my first big project with scientific computations in #RustLang. I did use #egui which fits perfectly for simulations with live plots.
#rayon is a must for load balanced multithreading. Multithreading in general is fearless with the type system with Arc, Mutex, atomics, channels etc. (unless you produce a deadlock).
I loved #indicatif for threadsafe progressbars for my long simulations. 100% CPU usage with fancy progressbars, I love it!
1/4
#rustlang #egui #rayon #indicatif