Commit 605c8d05 authored by scheib@chromium.org's avatar scheib@chromium.org

Create listing of game engines with links to packaged app instructions.

NOTRY=true

Review URL: https://codereview.chromium.org/301223010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274910 0039d316-1c4b-4281-b951-d872f2087c98
parent ac9e9f1d
<h1>Game Engines</h1>
<p>
Several graphically intense interactive application frameworks / game engines
exist that target web technologies. The following are some we recommend with
instructions for producing a Chrome App.
</p>
<h2 id="playcanvas">PlayCanvas</h2>
<p>
<a href="https://playcanvas.com/">https://playcanvas.com/</a>
</p>
<p>
PlayCanvas demo on Chrome Web Store:
<a href="https://chrome.google.com/webstore/detail/swooop/jblimahfbhdcengjfbdpdngcfcghladf?hl=en-US">Swooop</a>
<img src="{{static}}/images/swooop.png"
width="460"
height="340"
alt="Promotional image for Swoop demo showing a biplane.">
</p>
<p>
"PlayCanvas is a visual development platform for 3D web content. Both the
tools and the web apps you build are powered by HTML5. The entire software
platform is web hosted so there's nothing to install and you can access your
work from any device that runs one of the supported web browsers." - <a
href="http://developer.playcanvas.com/user-manual/introduction/">PlayCanvas
User Manual</a>
</p>
<p>
PlayCanvas exports content that requires a small amount of manual work to
package into a Chrome App. See:
<a href="http://developer.playcanvas.com/user-manual/publishing/chromewebstore/"
>PlayCanvas Packaged App Publishing Documentation</a>.
</p>
...@@ -76,6 +76,10 @@ ...@@ -76,6 +76,10 @@
{ {
"title": "Build Apps with Sencha Ext JS", "title": "Build Apps with Sencha Ext JS",
"href": "/apps/sencha_framework" "href": "/apps/sencha_framework"
},
{
"title": "Game Engines",
"href": "/apps/game_engines"
} }
] ]
} }
......
...@@ -430,6 +430,10 @@ ...@@ -430,6 +430,10 @@
{ {
"title": "Build Apps with SenchaJS", "title": "Build Apps with SenchaJS",
"href": "/apps/sencha_framework" "href": "/apps/sencha_framework"
},
{
"title": "Game Engines",
"href": "/apps/game_engines"
} }
] ]
}, },
......
{{+partials.standard_apps_article article:articles.game_engines/}}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment