fourMs / VideoAnalysis

A standalone application for creating visualizations and extract motion features from video files.
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/VideoAnalysis/
8 stars 2 forks source link

Implement UI tabs for certain functionalities #43

Open aleksati opened 4 years ago

aleksati commented 4 years ago

Referring to our recent discussions on how to design the UI, I have made a test using the [bpatcher]s tab functionality. With this, we can easily create tabs by offsetting the main patch´s presentation window dim. If there are other better ways to do this, I´m all ears :)

So like this, basically: ezgif com-video-to-gif

Now the question becomes, if we want to implement this, what to put in other tabs. Open for thoughts and viewpoints on this, @balintlaczko and @alexarje .

balintlaczko commented 4 years ago

This looks great Aleksander! My suggestion would be that the tabbed view takes only a portion of the UI so it is not that drastic change to the user when s/he switches between them. Like keeping the pwindow and what's right to it, maybe even the umenu on the left, and have a tabbed view in between, one for cropping, another for color stuff, etc.

aleksati commented 4 years ago

Yes, that could be nice, agree!

alexarje commented 4 years ago

Yes, cool.

aleksati commented 4 years ago

Then I can do this for the 2.1 version in the end after the other 2.1 issues/enhancements are resolved/implemented.