An open API service indexing awesome lists of open source software.

https://github.com/benschza/rustycad


https://github.com/benschza/rustycad

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# RustyCAD 🦀⚙️

RustyCAD is a framework for generalized dynamical systems modelling & simulation, a reference implementation of the General Dynamical Systems (GDS) modelling paradigm.

🚧 RustyCAD was the original attempt at a Rust implementation of the [cadCAD](https://cadcad.org/) framework. RustyCAD uses [PyO3](https://pyo3.rs/) under the hood - Rust bindings for Python. Due to [performance issues](https://github.com/CADLabs/radCAD/issues/2), the code was translated back into Python and became what is now known as [radCAD](https://github.com/CADLabs/radCAD).