jabraham17 / ZirconSIM

Apache License 2.0
0 stars 0 forks source link

Controller calling external functions #77

Open jabraham17 opened 1 year ago

jabraham17 commented 1 year ago

Consider adding support for the controller to load and call external functions. Perhaps defined in python and then executed by embedding python? Or defined in C/C++, compiled to a shared library, and then dynamically loading and executing said library