You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
458 B

3 years ago
# static simulation
3 years ago
3 years ago
A static simulation with gui
3 years ago
## Compile
Compile this project using the standard cmake routine:
mkdir build
cd build
cmake ..
make
3 years ago
This should find and build the dependencies and create a `static_simulation_gui` binary.
3 years ago
## Run
3 years ago
To run the program, simply execute the binary:
./static_simulation_gui
## Usage
The load files are in `sim-test/rigid-test/*/json`, generated by `sim-test/rigid-test/*/*.json.in`.
3 years ago