vis_avs icon indicating copy to clipboard operation
vis_avs copied to clipboard

Editor UI

Open grandchild opened this issue 1 year ago • 5 comments

Replace the old Winamp plugin UI with a new editor. For standalone editing first, but possibly also in vis_avs the Winamp plugin. Looking tentatively at GTK as a framework.

grandchild avatar Jan 02 '25 17:01 grandchild

If this could be achieved without the need for libadwaita, that'd be amazing!

0x5066 avatar Jan 02 '25 21:01 0x5066

Can you elaborate?

grandchild avatar Jan 04 '25 15:01 grandchild

libadwaita has a set theme that cannot be changed whatsoever, despite being based on GTK which allows for customization, a libadwaita based UI also looks wholly out of place on anything that isn't GNOME

0x5066 avatar Jan 04 '25 21:01 0x5066

okay, i'll keep an eye out when the time comes.

grandchild avatar Jan 04 '25 23:01 grandchild

$ ldd target/x86_64-unknown-linux-gnu/debug/avs-editor | grep -ci adwaita
0

looking good. (before anyone gets excited, that's just from a very basic GTK test program. 😅)

grandchild avatar Jan 04 '25 23:01 grandchild