ToposInstitute / CatColab

A collaborative environment for formal, interoperable, conceptual modeling
https://catcolab.org
MIT License
25 stars 7 forks source link

ODE solving in Rust #110

Closed epatters closed 1 month ago

epatters commented 2 months ago

The lowest effort approach to implementing ODE semantics for models is to use an ODE solver native to Rust, compile it to wasm, and run it locally in the browser. The scientific computing ecosystem in Rust is quite weak compared to, say, Julia, but there are a few crates for solving ODEs: