-
|
I find out interesting this project, but I don't understand why it moved to use electron? It was easier to develop? I runned in nixOS the electron version without major issues, but I couldn't run the main version. It's a nightmare to build it because of the OS and the Nix way to do the things. At least I'm learning a lot of linux and C/C++. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Mostly covered here: #41 Basically, Electron is scripted Chromium with some nice additional features. Maintaining the C++ version was painful and CEF required a lot of work for significantly less functionality. |
Beta Was this translation helpful? Give feedback.
Mostly covered here: #41
Basically, Electron is scripted Chromium with some nice additional features. Maintaining the C++ version was painful and CEF required a lot of work for significantly less functionality.