pandemonium_engine_minimal/platform/javascript
2023-12-14 21:54:22 +01:00
..
api Initial Commit. 2023-12-14 21:54:22 +01:00
export Initial Commit. 2023-12-14 21:54:22 +01:00
js Initial Commit. 2023-12-14 21:54:22 +01:00
.eslintrc.engine.js Initial Commit. 2023-12-14 21:54:22 +01:00
.eslintrc.js Initial Commit. 2023-12-14 21:54:22 +01:00
.eslintrc.libs.js Initial Commit. 2023-12-14 21:54:22 +01:00
audio_driver_javascript.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
audio_driver_javascript.h Initial Commit. 2023-12-14 21:54:22 +01:00
detect.py Initial Commit. 2023-12-14 21:54:22 +01:00
dom_keys.inc Initial Commit. 2023-12-14 21:54:22 +01:00
emscripten_helpers.py Initial Commit. 2023-12-14 21:54:22 +01:00
http_client_javascript.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
http_client.h.inc Initial Commit. 2023-12-14 21:54:22 +01:00
javascript_main.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
javascript_runtime.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
javascript_singleton.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
logo.png Initial Commit. 2023-12-14 21:54:22 +01:00
os_javascript.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
os_javascript.h Initial Commit. 2023-12-14 21:54:22 +01:00
package-lock.json Initial Commit. 2023-12-14 21:54:22 +01:00
package.json Initial Commit. 2023-12-14 21:54:22 +01:00
pandemonium_audio.h Initial Commit. 2023-12-14 21:54:22 +01:00
pandemonium_js.h Initial Commit. 2023-12-14 21:54:22 +01:00
platform_config.h Initial Commit. 2023-12-14 21:54:22 +01:00
README.md Initial Commit. 2023-12-14 21:54:22 +01:00
run_icon.png Initial Commit. 2023-12-14 21:54:22 +01:00
SCsub Initial Commit. 2023-12-14 21:54:22 +01:00
serve.py Initial Commit. 2023-12-14 21:54:22 +01:00

HTML5 platform port

This folder contains the C++ and JavaScript code for the HTML5/WebAssembly platform port, compiled using Emscripten.

It also contains a ESLint linting setup (see package.json).

See also misc/dist/html folder for files used by this platform such as the HTML5 shell.

Artwork license

logo.png and run_icon.png are licensed under Creative Commons Attribution 3.0 Unported per the HTML5 logo usage guidelines.