Mod GUI for gen~ plugins

Is it possible to give the plugins, created from gen~, a proper Mod GUI look? I think at the moment they all end up in the sardine can.

There is one thing you can do to add the modgui:

load your gen~ created plugin in the mod
get the modsdk from: https://github.com/moddevices/mod-sdk
retrieve plugin data from the MOD using ssh and scp
put the folder in your modsdk bin or use export LV2_PATH=$(pwd) to use any location.
launch modsdk, go to a webbrowser and go to localhost:9000
Select the plugin you want to add a gui to and upload via the modsdk afterwards
The plugin should now have a propper mod gui

Thanks a lot! I will give it a try.