Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI and Logo suggestions #104

Open
PixlOne opened this issue Jul 20, 2020 · 18 comments
Open

GUI and Logo suggestions #104

PixlOne opened this issue Jul 20, 2020 · 18 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@PixlOne
Copy link
Owner

PixlOne commented Jul 20, 2020

After I write an inter-process communication method for logid and write the logictl CLI front-end, I'm planning on writing a GUI to allow for an easier configuration method. Since I want to make this a fully-fledged Linux app, this project needs a logo as well.

While I currently have some vague ideas for the logo and the GUI, I'd like to ask the community for their input on this topic.

Please feel free to make any suggestions. Concepts for logo and GUI designs will be greatly appreciated.

In addition, I'm unsure about what GUI framework I should use. I've recently been eyeing MauiKit and while I like the look and feel of it, I don't exactly know if I want to use a Qt library; I'm already using GLib for DBus so using GTK will help reduce dependencies. I appreciate any advice on this topic.

@PixlOne PixlOne added enhancement New feature or request help wanted Extra attention is needed labels Jul 20, 2020
@PixlOne PixlOne pinned this issue Jul 20, 2020
@Ishan333
Copy link

Ishan333 commented Aug 3, 2020

MauiKit looks very interesting indeed. Being a KDE user I wouldn't mind a Qt based UI, but that's your call. And GTK seems to make much more sense in your use case.

@leifniem
Copy link

If you don't mind staring into a creepy face i mocked this up in 2 minutes :P

Concept Logiops

@properlypurple
Copy link

GTK is a solid choice, since you're already using GLib. In addition, it makes easier to write responsive apps using Libhandy.

@aragon999
Copy link
Contributor

Please leave also the possibility to build it without a GUI :-)

@tomekand1
Copy link

i think a fully-fledged app is an awesome idea, as there isn't anything like it out there, and i also think that GTK is a good choice, but then why not to try the MauiKit, as it looks more modern

@frankk74
Copy link

frankk74 commented Apr 19, 2021

Thanks guys for all the work on this project!!!! I have a MX ergo (trackball with scrollwheel) and nothing I could find made it work (xorg/imwheel/solaar).... (everything except scroll wheel worked).

FYI... it seems that if solaar is running and it has Scrolling Wheel HID++ enabled (which doesn't seem to work for me) it interferes with logid? logid -v reports [INFO] /dev/hidraw0:1 woke up when solaar is running. But it also seems it has the gui but now the backend isn't working as well as yours? My guess is merging the project might be too much work?

Anyway, thank you!!!

@micrenda
Copy link

It is possible I can help you with a GUI.
There is a reference format for the config file? There are some templates for mouse like MX Everywhere 3? (I have this mouse).
I think, at a first moment, to have a separate development for the GUI (GTK or QT) and then, if it looks ok, to merge it to logiops.

@SelfRef
Copy link

SelfRef commented Dec 13, 2021

In my opinion choosing an UI framework should be based on stack underneath. In this case there is GLib already used and main target for app is Linux, where GTK works (still in my opinion) the most natively so it sounds like a natural choice. There is also new RAD tool for creating GTK 4/3 views: https://gitlab.gnome.org/jpu/cambalache

MauiKit makes more sense when multi-OS support is a primary goal and/or someone has already much experience with QT.

@Greg0
Copy link

Greg0 commented Jan 27, 2022

Maybe it's silly but what do you guys think about GUI in Flutter?

@ciriousjoker
Copy link

ciriousjoker commented Feb 11, 2022

Sidekick is a desktop application to manage Flutter installations, written in Flutter. Dart also has interoperability with c and other native platform binaries.

@Sewdohe
Copy link

Sewdohe commented Nov 20, 2022

I'd be willing to work on a GUI using tauri windowing (rust) and a web framework like Angular. We could change settings using rust RPC or even modify the actual .cfg file from the web frontend with file read/write access. If anyone is interested let me know and we can start a repo

@chomosuke chomosuke mentioned this issue Dec 28, 2022
@Eko450-eng
Copy link

@leifniem is it ok if I copy the logo you have created for my app?

@leifniem
Copy link

leifniem commented Mar 17, 2023

@leifniem is it ok if I copy the logo you have created for my app?

Sure, go ahead, as long as it's open source. Feel free to credit me :) Sadly I do not have the vector file for this anymore, so you might need to reconstruct it if you need higher resolution.

@Eko450-eng
Copy link

@leifniem thanks, and to anyone who's still searching for a GUI https://github.com/Eko450-eng/LogiOpsGui there you go, its not even remotely finished at this point I have spent maybe a total of 5 hours on it probably less
But it is at least working for the MX Master 3S. Feel free to open issues and PRs

@NordLex
Copy link

NordLex commented Oct 29, 2023

Hi. I'm writing a graphical shell to control the LogiOps driver. I use gtk4 and libadwaita. I would like to clarify whether it is possible to request the current device settings using d-bus? I'm also interested in the ability to get the status of the device`s battery. Also, is it possible to use “LogiOps” as the name of the application?

@NordLex
Copy link

NordLex commented Dec 2, 2023

Here is a link to the repository if you are interested
https://github.com/NordLex/LogiOps

@matthewmoonen
Copy link

Hi all,

I've built a GUI using the Python CustomTkinter library. It's fully functional and working quite well.

https://github.com/matthewmoonen/LogiOpsGui

There are some inherent DPI scaling issues with the GUI library I've used, which make it challenging to achieve a consistent appearance across different monitors, distros, and desktop environments. So it probably won't look as good on your computer as it does on mine.

There are a few things I can do to improve this, such as building custom button classes using SVG files. I've already done this for the radio buttons. Ultimately, however, the best solution will be to rewrite everything in C++. That's my plan, but I'll need to brush up on my C++ skills, so it will take some time.

In the meantime, this tool is pretty effective for creating Logiops configuration files. It certainly speeds up the process as you no longer need to look up things like your device's button CIDs or the max values for various settings.

I’m hoping some of you will try it out and provide feedback. If enough people use it and find it helpful, I'll continue improving this version alongside working on the C++ rewrite. Feel free to reach out with any bugs you encounter or issues getting it to work.

@matthewmoonen
Copy link

As for logos, I've created one using the letter "ტ" from the Georgian alphabet, which looks vaguely like a mouse or the letter "O" in English, but is actually a "T" sound. The word "tech" is spelled "ტექ", so combined, the logo says both "LogiOps" and "Logitech".

logo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests