Pre-built WebAssembly distribution of Mitaka, a four-dimensional digital universe viewer developed by Tsunehiko Kato and the 4D2U Project at the National Astronomical Observatory of Japan (NAOJ).
Open https://jsuk.github.io/mitaka-wasm/mitaka.html or serve this directory with any HTTP server in your local environment:
python3 -m http.server 8080
Then open http://localhost:8080/mitaka.html in a modern web browser with WebGL support.
mitaka.html — Entry pointmitaka-<hash>.js — Emscripten runtime and GL emulation (filename includes git hash for cache-busting)mitaka.wasm — Compiled applicationmitaka.data — Pre-loaded data files (textures, locale, etc.)This project is licensed under the MIT License. See the LICENSE file for details.