Skip to content
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

Investigate Electron for building an LCL desktop app #278

Open
rumblesan opened this issue Nov 21, 2016 · 3 comments
Open

Investigate Electron for building an LCL desktop app #278

rumblesan opened this issue Nov 21, 2016 · 3 comments
Assignees

Comments

@rumblesan
Copy link
Collaborator

I'm starting to think about the "pro" version of LCL, and wether it might best be done as a desktop app.

http://electron.atom.io/ looks like a good way to reuse the vast majority of the current codebase, but I currently have no idea what it's like for canvas/3js stuff. Need to give it a look

@rumblesan rumblesan self-assigned this Nov 21, 2016
@stretchyboy
Copy link

When creating the browserwindow (in main.js usually) you need to pass in webgl:true in the options.

https://github.com/electron/electron/blob/master/docs/api/browser-window.md#new-browserwindowoptions

@davidedc
Copy link
Owner

@stretchyboy many thanks! Would it be possible to have a separate build (and maybe test?) process for the Electron install? (Also, could you please update the installation docs here https://github.com/davidedc/livecodelab/blob/master/docs/how-tos/build.md ?)

One last thing - could somebody look into offline mode and a Chrome app (for chromebooks)? Millions of Chromebooks are being sold in education and outside, in fact most of the videos on youtube regarding LiveCodeLab have been made on a chromebook... I think a nice packaging on that platform would be really great...

Opening two separate issues.

@stretchyboy
Copy link

stretchyboy commented Dec 21, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants