summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorscheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 21:25:48 +0000
committerscheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-04 21:25:48 +0000
commit605c8d0512e471e39c0af8ff28fbd6ff83cab770 (patch)
tree71e3a4b9664bd266d713d63794936e8acfd22b7e /chrome/common
parentac9e9f1d7a2ec0ff5f2b764b6bec9956afcd62a4 (diff)
downloadchromium_src-605c8d0512e471e39c0af8ff28fbd6ff83cab770.zip
chromium_src-605c8d0512e471e39c0af8ff28fbd6ff83cab770.tar.gz
chromium_src-605c8d0512e471e39c0af8ff28fbd6ff83cab770.tar.bz2
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
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/extensions/docs/static/images/swooop.pngbin0 -> 162270 bytes
-rw-r--r--chrome/common/extensions/docs/templates/articles/game_engines.html39
-rw-r--r--chrome/common/extensions/docs/templates/json/apps_sidenav.json4
-rw-r--r--chrome/common/extensions/docs/templates/json/chrome_sidenav.json4
-rw-r--r--chrome/common/extensions/docs/templates/public/apps/game_engines.html1
5 files changed, 48 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/static/images/swooop.png b/chrome/common/extensions/docs/static/images/swooop.png
new file mode 100644
index 0000000..31436ef
--- /dev/null
+++ b/chrome/common/extensions/docs/static/images/swooop.png
Binary files differ
diff --git a/chrome/common/extensions/docs/templates/articles/game_engines.html b/chrome/common/extensions/docs/templates/articles/game_engines.html
new file mode 100644
index 0000000..18ddf95
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/articles/game_engines.html
@@ -0,0 +1,39 @@
+<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>
diff --git a/chrome/common/extensions/docs/templates/json/apps_sidenav.json b/chrome/common/extensions/docs/templates/json/apps_sidenav.json
index 84b1281..0ee5ac7 100644
--- a/chrome/common/extensions/docs/templates/json/apps_sidenav.json
+++ b/chrome/common/extensions/docs/templates/json/apps_sidenav.json
@@ -76,6 +76,10 @@
{
"title": "Build Apps with Sencha Ext JS",
"href": "/apps/sencha_framework"
+ },
+ {
+ "title": "Game Engines",
+ "href": "/apps/game_engines"
}
]
}
diff --git a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
index 1659189..eb93329 100644
--- a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
+++ b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
@@ -430,6 +430,10 @@
{
"title": "Build Apps with SenchaJS",
"href": "/apps/sencha_framework"
+ },
+ {
+ "title": "Game Engines",
+ "href": "/apps/game_engines"
}
]
},
diff --git a/chrome/common/extensions/docs/templates/public/apps/game_engines.html b/chrome/common/extensions/docs/templates/public/apps/game_engines.html
new file mode 100644
index 0000000..1367317
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/public/apps/game_engines.html
@@ -0,0 +1 @@
+{{+partials.standard_apps_article article:articles.game_engines/}}