https://github.com/benschza/rustycad
https://github.com/benschza/rustycad
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benschza/rustycad
- Owner: BenSchZA
- Created: 2021-06-16T17:09:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T07:20:57.000Z (over 3 years ago)
- Last Synced: 2025-04-11T22:54:47.179Z (6 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).