tooll3 / t3

Tooll 3 is an open source software to create realtime motion graphics.
MIT License
3.49k stars 193 forks source link

Option to disable energy safe #304

Closed lublak closed 1 year ago

lublak commented 1 year ago

You implemented this: https://github.com/tooll3/t3/commit/181ab4669bd62846a76fc0aca72e9efb5e6ef3a1

It would be usefull to keep the application running if i minimize.

pixtur commented 1 year ago

Interesting. Do you imagine an option for that? May I ask, what's your usecase?

lublak commented 1 year ago

@pixtur Basically, I build my nodes. Then I use Spout as output for OBS. When everything is set up, control is only via OSC. I don't have to work on Tooll3 itself any more. It can run quietly in the background. Unfortunately, you can't make it minimised, but have to keep it large throughout in order to use it. I usually have a OSC Controller open here. So the OSC Controller has to share the monitor with Tooll3. Which is rather impractical.Yes I know, I could just put one window over the other. But I personally prefer to minimise windows that I no longer need.

pixtur commented 1 year ago

Oh. That's actually a very valid use case. I didn't think of that! I can add a user-setting.

pixtur commented 1 year ago

Fixed in 34ce6173c7d225115e066fe79677cb83b1f329da

lublak commented 1 year ago

@pixtur Thanks <3