python - Multiple monitors with Kivy -
i'm looking @ using kivy create program needs display window on each monitor, there way accomplish this? i'd prefer not have single window spanning across.
if not, there (good looking, windows/linux) gui toolkit can accomplish this?
you can have 2 separate windows running 2 separate kivy apps controlling/communicating each other via osc/twisted/... 1 "app" instance limited 1 app window process. can launch process(subprocess.popen) has new window though.
Comments
Post a Comment