Files
UnrealEngineUWP/Engine/Documentation/Source/Platforms/HTML5/HTML5.INT.udn

70 lines
1.0 KiB
Plaintext
Raw Normal View History

Availability: Public
Title: HTML5 Game Development
Crumbs:%ROOT%, Platforms
Description:Developing games for the HTML5 platform.
Platform:HTML5
Navigation:platform
Version: 4.9
type:landing
parent:Platforms
tags:HTML5
HTML5 uses the emscripten tool chain from [Mozilla](https://www.mozilla.org/en-US/) to cross-compile C++ into Javascript.
## Starting Out
[DIR(output:"listbutton" type:"quick start" parent:"Platforms/HTML5")]
## Samples
[REGION:topics third]
%TopicCompact%
[/REGION]
[VAR:TopicCompact]
[OBJECT:TopicCompact]
[PARAM:image]
![](TappyChicken.png)
[/PARAM]
[PARAM:title]
Tappy Chicken in HTML5
[/PARAM]
[PARAMLITERAL:path]
https://www.unrealengine.com/html5/
[/PARAMLITERAL]
[/OBJECT]
[/VAR]
## Content Development
HTML5 uses WebGL. When building content aimed at the HTML5 platform, guidelines used for creating mobile-oriented content are also often applicable.
[DIR(end:"1" output:"listbutton" type:"overview" parent:"Platforms/Mobile")]