REGoth-project / REGoth

OpenSource-Reimplementation of the zEngine, used by the game "Gothic"
GNU General Public License v3.0
630 stars 63 forks source link

Emscripten build #294

Open Kukunin opened 6 years ago

Kukunin commented 6 years ago

It'd cool to have emscipten build with instruction.

ataulien commented 6 years ago

Instead of putting everything into the dat at compile time, we should use the installer extractor like android uses. Should be pretty simple with emscripten, too.

That way we can offload the huge package from our server and use something like github-pages, which allows only 100mb per site.