5 ms·
If not Electron, is it native or does it use some other web engine?
by grok2 7y ago
If not Electron, is it native or does it use some other web engine?
- nxrabl 7y agoIt uses the authors' own Revery [0] framework, based on ReasonML and GLFW. So there's Javascript in the stack, but no Chromium. [0] https://github.com/revery-ui/revery https://github.com/revery-ui/revery
- jordwalke 7y agoReasonML does not imply JavaScript - it can compile natively using the OCaml native compilers - and that's exactly what Revery does. GLFW is also native/C.