INTO-CPS-Association / unifmu

A universal mechanism for implementing Functional Mock-up Units (FMUs) in various languages
41 stars 4 forks source link

GUI option #49

Closed ovenygren closed 3 months ago

ovenygren commented 2 years ago

is the GUI option still available?

clegaard commented 2 years ago

Unfortunately not at the moment. When I initially wrote the CLI in Python I implemented a GUI using wxPython. I chose to rewrite the CLI in Rust to get rid of dependencies and to be able to ship it as a single binary. It would be relatively straightforward to implement in something like egui, but I simply don't have the capacity right now.

In case you or anyone else is interested it would be a welcome contribution and one that does not require you to deal with any of the FMI API stuff.

Hope this helps!

clagms commented 3 months ago

Closing this as not planned. We don't have the resources at the moment for this. Instead, we are happy to improve the documentation and examples to show how to use the tool better. That's more sustainable than increasing the dependencies of the tool. Hope you understand!