Replies: 1 comment 2 replies
-
Very nice! Still pondering options. Some of the issues I've yet to fix could be solved by not making the toolbar floating. To show you the current state of things, here's a screen cap: https://drive.google.com/file/d/1PBkM1fPeMhLtbz0qOsqOFk07-jb_O1Qz/view?usp=sharing A horizontal (docked to the top) toolbar is also possible. The video also shows the glitching that takes place during resize of the 'danbooru' window. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Kevin,
I like to show some old application, has left side toolbar like (menu ?) ... I believe you may be interested.
This application was made in about 5 years ago, working with CUDA8 on windows and FLTK/MinGW-W64.
There's a UDP server ( yes, it is FLTK ) that loads Tomography slices ( DICOM/DCM tag files )
And a reconstructing & rendering server with FLTK client application.
These applications working each together in same or different network or local.
As you can see, there's a vertical black left-sided tool bar on client application.
It dynamically resized as like this,
And each images are an implemented Fl_Button ( maybe it was my Fl_Image_Button, as I remembered ... )
This application was made with some patented commercial license ( specially in CUDA processing ), so I can't share all source codes but client application source may believe to be shared.
How about this type of side bar ?
I think detaching toolbar as like legacy Photoshop may not convenient style today ( modern Photoshops are toolbars in application window region and not detachable )
Beta Was this translation helpful? Give feedback.
All reactions