-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
ScummVM Webassembly Demo | ||
----- | ||
#  (unofficial) Web Demo | ||
Demo page built with the new Emscripten backend for ScummVM. This is an unofficial demo until the backend is stable and feature-complete to be deployed on scummmv.org | ||
|
||
Demo page built with the new emscripten target for ScummVM (see [scummvm/scummvm#3046](https://github.com/scummvm/scummvm/pull/3046) & [scummvm/scummvm#3766](https://github.com/scummvm/scummvm/pull/3766)), hosted at [scummvm.kuendig.io/scummvm.html](https://scummvm.kuendig.io/scummvm.html). | ||
## Status | ||
For details, please check out the following write-ups: | ||
- August 20, 2021: [Porting ScummVM to Webassembly](https://christian.kuendig.info/posts/2021-08-scummvm-wasm/) | ||
- March 21, 2022: [Porting ScummVM to Webassembly, Part 2](https://christian.kuendig.info/posts/2022-05-scummvm-part2/) | ||
- Jan 4, 2024: [Porting ScummVM to Webassembly, Part 3](https://christian.kuendig.info/posts/2024-01-scummvm-part3/) | ||
- *(next: Cloud support)* | ||
|
||
For more details about this project, please check out the [README file](https://github.com/chkuendig/scummvm/blob/emscripten/dists/emscripten/README.md) in the ScummVM repository. | ||
## Getting Started | ||
If you want to just try out the demo, go to [scummvm.kuendig.io](https://scummvm.kuendig.io). | ||
|
||
## Building | ||
If you want to build this yourself, please check out the [Emscripten README](https://github.com/chkuendig/scummvm/blob/emscripten/dists/emscripten/README.md) in the ScummVM source tree. |