Open anthonygardner opened 1 year ago
Add support for plant-cli so users can quickly configure a simulation from the command line. For instance,
plant-cli
plant-cli --config sim.yml
The backend will be written in C and I can use ctypes to create a Python API if needed.
ctypes
Add support for
plant-cli
so users can quickly configure a simulation from the command line. For instance,The backend will be written in C and I can use
ctypes
to create a Python API if needed.