FruityRazer / FruityUI

An UI for FruityRazer.
GNU General Public License v3.0
121 stars 3 forks source link

Overlap with razer-macos #42

Closed GuillaumeDIDIER closed 3 years ago

GuillaumeDIDIER commented 3 years ago

https://github.com/1kc/razer-macos/ and this project scope seem to overlap but is is A. unclear what the important differences are and B. likely some duplicated work instead of joining force.

Created a similar issue there too : https://github.com/1kc/razer-macos/issues/386

edualm commented 3 years ago

From what I can see, both projects are based in OpenRazer, but the UI is very different - Razer macOS's one is based in Electron, while FruityUI's is based in SwiftUI.

FruityRazer is already separated - there's FruityKit which is the core driver code (and would be the duplicated work), while FruityUI is just the UI.

FruityKit would be a good place to "join forces", but I don't really know how easy it is to use a macOS framework from within Electron.

edualm commented 3 years ago

Being discussed here.