You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
I just found this project while I began to disassemble Atom.io's editor. First I only discovered the libchromecontent dynamic library, but soon came across this. It made me waay curios, as i am trying to find a way to create some sort of SDK to allow development of desktop apps using web technology. Node-Webkit is nice, but it isn't the kind that I am looking for. In fact, I seek to embed PHP5 as well as some other resources.
Therefore though, I would need Brightray to be compiled on windows, linux and mac. So I wanted to ask, if there is a place to fetch pre-compiled distributions for said platforms, including neccessary header files?
I was thinking of porting the nodejs environment into CefV8, but i immideitly stopepd when I came across Brightray, because maybe there is a better solution to my problem, when using this instead of CEF.
Kind regards, Ingwie
The text was updated successfully, but these errors were encountered:
We haven't had a need to pre-build brightray so far because it's so small. It just gets compiled alongside whatever app is using it. We do pre-build libchromiumcontent because the build takes so long, but those binaries aren't accessible publicly at this time.
Have you looked into using atom-shell directly? That has all the node.js integration; brightray doesn't know anything about node.js.
Hey!
I just found this project while I began to disassemble Atom.io's editor. First I only discovered the libchromecontent dynamic library, but soon came across this. It made me waay curios, as i am trying to find a way to create some sort of SDK to allow development of desktop apps using web technology. Node-Webkit is nice, but it isn't the kind that I am looking for. In fact, I seek to embed PHP5 as well as some other resources.
Therefore though, I would need Brightray to be compiled on windows, linux and mac. So I wanted to ask, if there is a place to fetch pre-compiled distributions for said platforms, including neccessary header files?
I was thinking of porting the nodejs environment into CefV8, but i immideitly stopepd when I came across Brightray, because maybe there is a better solution to my problem, when using this instead of CEF.
Kind regards, Ingwie
The text was updated successfully, but these errors were encountered: