charlielee / boats-animator

Stop motion animation program created using Electron
http://charlielee.uk/boats-animator
GNU General Public License v3.0
117 stars 17 forks source link

Combine Live Preview and Playback boxes #33

Closed rioforce closed 9 years ago

rioforce commented 9 years ago

Not that this is priority at all, or even necessary, but it's something that I thought I'd mention anyway. In my opinion, there should only be one box that displays frames. Basically, combine the live preview and the playback boxes. This makes the interface simpler and more streamlined. It would work a lot like Dragonframe. Here's how:

On the right side of the frame timeline (at the bottom), there is a "Live Preview" button stuck there (the horizontal scroll-bar doesn't affect it). If someone clicks on a previously captured frame, it will preview that frame instead of the live frame. Playing the video will do the same thing, it just covers up the live frame. When someone clicks the Live Preview button, it will get rid of the playing video or the previewing frame, and show the live view again, onion skinning and all.

Of course this is just personal preference, but to me it seems quite logical, instead of having two preview boxes.

charlielee commented 9 years ago

Having 2 separate windows was mostly done to make things easier for the initial implementation but I agree one window makes for a cleaner UI. I wonder if this would be something users would like an option to choose between in the preferences.

rioforce commented 9 years ago

Personally, I think an option isn't needed. It would create problems for you coders, and I doubt it's really necessary, seeing as only one screen is only looked at at a time anyway. It's up to you though.

charlielee commented 9 years ago

It's true that such an option would create a few headaches. I think I will try the one window layout out

charlielee commented 9 years ago

Closed as implemented.