Files
UnrealEngineUWP/Engine/Documentation/Source/Platforms/HTML5/HTML5.INT.udn
Ben Marsh 40fd45b376 Copying //UE4/Dev-Documentation to Samples-Main (//UE4/Samples-Main)
#rb none
#lockdown Nick.Penwarden

[CL 3239839 by Ben Marsh in Main branch]
2016-12-19 13:09:22 -05:00

70 lines
1.0 KiB
Plaintext

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")]