Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2060)

Unified Diff: chrome/common/extensions/docs/templates/articles/game_engines.html

Issue 301223010: Create listing of game engines with links to packaged app instructions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/articles/game_engines.html
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 0000000000000000000000000000000000000000..0d79923c224d45866f99dcd7f377339b07ef7c45
--- /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 packaged app.
mkearney1 2014/05/30 20:52:13 'a packaged app' should be 'a Chrome App'
scheib 2014/06/02 20:33:42 Done.
+</p>
+
+
+<h2 id="playcanvas">PlayCanvas</h2>
+<p>
+<a href="https://playcanvas.com/">https://playcanvas.com/</a>
+</p>
+
+<p>
+"PlayCanvas is a visual development platform for 3D web content. Both the
mkearney1 2014/05/30 20:52:13 Is there a reason this is in quotations? Maybe par
scheib 2014/06/02 20:33:42 Done. - Cited source.
+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."
+</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 exports content that requires a small amount of manual work to
+package into a Chrome app. See:
mkearney1 2014/05/30 20:52:13 Chrome app should be Chrome App.
scheib 2014/06/02 20:33:42 Done.
+<a href="http://developer.playcanvas.com/user-manual/publishing/chromewebstore/"
+>PlayCanvas Packaged App Publishing Documentation</a>.
+</p>
+
+<p class="backtotop"><a href="#top">Back to top</a></p>
mkearney1 2014/05/30 20:52:13 Don't think this is necessary-- short page.
scheib 2014/06/02 20:33:42 Done.

Powered by Google App Engine
This is Rietveld 408576698