Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mm318/scirs-sim
A Rust implementation of a framework for modeling systems
https://github.com/mm318/scirs-sim
simulation simulation-framework simulink simulink-clone
Last synced: about 2 months ago
JSON representation
A Rust implementation of a framework for modeling systems
- Host: GitHub
- URL: https://github.com/mm318/scirs-sim
- Owner: mm318
- License: bsd-3-clause
- Created: 2019-07-17T18:21:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T15:21:46.000Z (over 3 years ago)
- Last Synced: 2023-12-16T15:16:39.844Z (about 1 year ago)
- Topics: simulation, simulation-framework, simulink, simulink-clone
- Language: Rust
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scirs-sim
![Build & Test](https://github.com/mm318/scirs-sim/workflows/Build%20and%20Test/badge.svg?event=schedule)
A Rust implementation of a framework for modeling systems (similar to Simulink, Modelica, SystemModeler, etc.)
### Requirements
- Rust 2018### Usage
To run the trivial example, execute the following command:```
cargo test --test example -- --nocapture
```### TODO
- Parallel execution
- Better type safety
- Reduce amount of copying from one block to the next
- More ergonomic definition of blocks