CodeCafeOpenShiftGame / PodEscape

Endless runner of a pod trying to escape from a project being deleted.
https://podescape.io
Apache License 2.0
29 stars 16 forks source link

Figure out HTML5 and WebAssembly delivery via OpenShift + Document it #21

Closed dudash closed 4 years ago

dudash commented 4 years ago

Figure out and Document how to release HTML5 and build/deliver Webassembly from OpenShift

dudash commented 4 years ago

https://docs.godotengine.org/en/3.2/development/compiling/compiling_for_web.html

RoddieKieley commented 4 years ago

The http-ex example that comes out of the box is a good start, there's a custom one here that allows you to deploy the generated html5 output from Godot, once configured as an export target, to OpenShift via S2I.

dudash commented 4 years ago

found this in the docs too: https://docs.godotengine.org/en/3.2/getting_started/workflow/export/exporting_for_web.html

and more generally: https://docs.godotengine.org/en/3.2/getting_started/step_by_step/exporting.html

with the note: While WASM is supported in all major browsers, it is still an emerging technology and you may find some things that don’t work. Make sure you have updated your browser to the most recent version, and report any bugs you find at the Godot Github repository.

RoddieKieley commented 4 years ago

See the recent wiki addition relatated to Building-PodEscape for details.