plasma-umass / browsix

Browsix is a Unix-like operating system for the browser.
Other
3.15k stars 181 forks source link

Active Project? #63

Open powerbilayeredmap opened 5 years ago

powerbilayeredmap commented 5 years ago

Is this still an active project? If i'm looking to run R code (and possibly some ggplot2 outputs) directly in the web browser, is this tool a possibility?

emeryberger commented 5 years ago

yes, it is very much an active project. we will be merging a major update soon (@bpowers). however, no plans to implement an X server, as far as I am aware.

powerbilayeredmap commented 5 years ago

Just curious, the comment on X server is related to ggplot2? ignoring ggplot2 for the moment, do you think running R code on your tool is realistic?

emeryberger commented 5 years ago

yes. in principle, R can be compiled via the emscripten toolchain to generate javascript or web assembly (which the next version of Browsix will support).