Custom frontend for the Emscripten port of isle-portable
Go to file
2025-12-31 14:31:55 -07:00
src Add Widescreen Backgrounds extension 2025-08-10 19:37:40 -07:00
workbox Add offline play feature 2025-07-17 18:21:25 -07:00
.gitignore Add offline play feature 2025-07-17 18:21:25 -07:00
app.js Update default Aniso setting 2025-12-27 08:24:55 -07:00
cancel_off.webp Initial commit 2025-06-12 15:32:01 -07:00
cancel_on.webp Initial commit 2025-06-12 15:32:01 -07:00
cdspin.gif Initial commit 2025-06-12 15:32:01 -07:00
configure_off.webp Slightly crop configure off 2025-06-14 10:33:39 -07:00
configure_on.webp Initial commit 2025-06-12 15:32:01 -07:00
downloader.js Use Web Worker to download game assets 2025-07-21 10:45:24 -07:00
favicon.png Initial commit 2025-06-12 15:32:01 -07:00
favicon.svg feat: add svg favicon (#3) 2025-06-23 18:06:12 -07:00
free_stuff_off.webp Initial commit 2025-06-12 15:32:01 -07:00
free_stuff_on.webp Initial commit 2025-06-12 15:32:01 -07:00
index.html Add changelog section 2025-12-31 14:31:55 -07:00
install_off.webp Add offline play feature 2025-07-17 18:21:25 -07:00
install_on.webp Add offline play feature 2025-07-17 18:21:25 -07:00
install.mp3 Turn mp4 video into webp and mp3 2025-07-19 08:40:13 -07:00
install.webp Turn mp4 video into webp and mp3 2025-07-19 08:40:13 -07:00
island.webp Initial commit 2025-06-12 15:32:01 -07:00
LICENSE Initial commit 2025-06-13 00:30:51 +02:00
manifest.json Add PWA functionality (#1) 2025-06-23 18:05:53 -07:00
poster.pdf Add poster.pdf 2025-06-13 11:46:17 -07:00
read_me_off.webp Initial commit 2025-06-12 15:32:01 -07:00
read_me_on.webp Initial commit 2025-06-12 15:32:01 -07:00
README.md Update README.md [skip ci] 2025-07-02 02:48:09 +02:00
run_game_off.webp Initial commit 2025-06-12 15:32:01 -07:00
run_game_on.webp Initial commit 2025-06-12 15:32:01 -07:00
shark.webp Initial commit 2025-06-12 15:32:01 -07:00
style.css Add changelog section 2025-12-31 14:31:55 -07:00
sw.js Add changelog section 2025-12-31 14:31:55 -07:00
uninstall_off.webp Add offline play feature 2025-07-17 18:21:25 -07:00
uninstall_on.webp Add offline play feature 2025-07-17 18:21:25 -07:00
workbox-config.js Add HD Texture download progress 2025-07-25 16:02:54 -07:00

isle.pizza frontend

This is a custom frontend for the Emscripten port of isle-portable. To use this, build the Emscripten version of the game and couple isle.js as well as isle.wasm with the files in this repository, and open index.html.

A Docker image that bundles the runtime with this frontend is also available.