Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-05 | [HTML5] Refactor JS library listeners to OS. | Fabio Alessandrelli | |
2021-10-05 | [HTML5] Implement mouse/touch/key events in JS library. | Fabio Alessandrelli | |
This makes us more independent from emscripten libraries, giving us more control on the application lifecycle. | |||
2021-01-04 | Add support for WebXR | David Snopek | |
2020-11-23 | [HTML5] Enforce JavaScript style with eslint. | Fabio Alessandrelli | |
Applies to javascript files inside the platform library folder, the exposed Engine code, and any javascript files in modules. Files ending with ".externs.js" will be ignored, you can create a ".eslintignore" file to specify extra files to be ignored. |