tbodt
tbodt
@richmans A big part of what makes Electron so popular is that it's platform-independent.
@ninjaprawn So one codebase that could be built for any given platform without including the code for other platforms? That sounds good.
I was thinking of writing the apis in C, but C++ would probably be cleaner given that JS is object-oriented.
@pojala Moving code that can be platform-independent to platform-independenc C/C++ files is essentially what I was originally proposing. I'd suggest converting the console API now, to figure out how that...
But MacGap isn't cross-platform...
I'd rather not have different download links for different distros...
@Jimster121 You can't, at the moment
@Jimster121 1. requires google chrome to be installed 2. you could fix this by including chrome with your app but then why not use electron and save some work
WebKit is not included with Linux.
You could, but then why not use Electron and save yourself some time.