In this repo we implement simple 0D mechanics simulator.
First create python3 virtual environment and install required packages:
python3 -m venv venv
. venv/bin/activate
python3 -m pip install .
Check of the examples
folder for examples on how to use the simulator.
MIT
- Henrik Finsberg