vineetred / flowy

A lean, privacy-preserving dynamic wallpaper changer written in Rust.
GNU General Public License v3.0
279 stars 17 forks source link

GUI for Flowy #46

Open vineetred opened 4 years ago

vineetred commented 4 years ago

Is your feature request related to a problem? Please describe. GUI that can allow user to setup Flowy

ergpopler commented 4 years ago

@vineetred I can help with this if needed.

vineetred commented 4 years ago

@ergpopler Sure! What is your proposed solution?

ergpopler commented 4 years ago

@ergpopler Sure! What is your proposed solution?

I'd probably use gtk-rs

vineetred commented 4 years ago

Sounds good to me. I am assigning this issue to you.

Good luck!

ergpopler commented 4 years ago

Sounds good to me. I am assigning this issue to you.

Good luck!

nearly done, will likely be done today, maybe tomorrow morning :)

ergpopler commented 4 years ago

@vineetred

It is complete technically, currently you must have flowy installed, then compile the GUI thing and use that, but maybe we can get it to open the gui when you do flowy --gui or something along those lines...

you can see what i've gotten so far on my github. https://github.com/ergpopler/flowy

Done for a bit.

vineetred commented 4 years ago

Looking good.

A possible solution would be have two different compiled binaries of flowy. One would be the existing CLI version of it and another would the GTK GUI version.

ergpopler commented 4 years ago

ah yeah that sounds better. I need to work some bugs out.

ergpopler commented 4 years ago

@vineetred

I've finished it up(hopefully?). https://github.com/ergpopler/flowy_gui/tree/master

If there is anything wrong or you want me to add something just let me know :)

vineetred commented 4 years ago

Possible to get a demo GIF and some images?

ergpopler commented 4 years ago

For sure!

ghost commented 4 years ago

Maybe electron?

vineetred commented 3 years ago

@ergpopler any updates on this?

chaudharyjatin115 commented 2 years ago

Hey i wanna help with gui i would love to make a cross platform gui with flutter

vineetred commented 2 years ago

Go ahead and create a PR