-
Notifications
You must be signed in to change notification settings - Fork 100
what is the state of the project #20
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
Comments
seeing the last commits it doesnt look like that. |
This is an amazing project :( |
it is but it should have some basic functionality in order to be used in some project, such as:
With these in place I think you can write some basic app |
maybe we need to shift our attention to other attempts like https://github.com/jscherer92/Quark |
@norman784 Yeah, I agree, just we should think how we can help to get there quicker, as it is a very useful project. Not only one person can get us there, so if any can help, let's do it :) |
to me the project need a mac and a Linux dev, that can do the window and notification stuff for macOS and Linux, then start working on the common API stuff to execute the javascript (if I'm not wrong in mac is JavascriptCore and Linux dunno what library could be used). Also Linux will be trickier because will be more like electron, because linux itself has no webkit/chakra like library installed by default. I was thinking that for macOS the project need to be objective-c based because the common c++ API could be used without issues. I'm not Linux expert so dunno how to proceed in that platform. For now I'm not committing to help in anything because don't have time right now, but I'm interested in the project itself. edit: we could continue the discussion in their repo. |
@norman784
So basically there is no problem in relation to webkit ( i am not sure what chakra is ): something not very important now because:
What I can suggest is to use Cross-platform window library QT, to me, is the best candidate: p.s. |
Check out whats Chakra, for linux maybe will be the best option to go with QT, but the whole thing about electrino was a lightweight app (in size, because the performance will be the same I think), and using Chakra on Windows/Webkit on Mac you save a lot, and you don't need to distribute the binaries, right now a simple Hello World app in Electron is about 40mb, and with the electrino philosophy will be just a few Kb or Mb. But at the end we need to try different alternatives and see whats more useful and easy to implement. |
@norman784 ok got you, I thought Chakra was a OSX library ... |
@awebdeveloper sounds cool I really don't follow too much Linux so that was new to me. @postadelmaga Oh! didn't know that, also could be nice to use the same engine in at least 2 platforms, so if Chakra already runs on Linux could be a better solution, or maybe in Gnome environments use their build-in javascript engine. |
@norman784 I would go for something that not force you to use a DE instead of another, so far Chakra looks best candidate. |
we are discussing in other threat/repo about almost the same and found out that also nodejs has a chakra implementation maintained by the same developers. |
You all may also be interested by the Yue project :) |
I made a list of similar frameworks here: https://github.com/styfle/awesome-desktop-js |
@styfle make sure to add it to @sindresorhus list of awesome lists :) |
@sirwindfield I will eventually but I need to create a better contributing.md file. |
@styfle lol, I came to this repo only through your list. |
@pojala what is state of this project. Is it active. Even if you can list out the help you need some of us can help you out.
The text was updated successfully, but these errors were encountered: