Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <h1>Game Engines</h1> | |
| 2 | |
| 3 | |
| 4 <p> | |
| 5 Several graphically intense interactive application frameworks / game engines | |
| 6 exist that target web technologies. The following are some we recommend with | |
| 7 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.
| |
| 8 </p> | |
| 9 | |
| 10 | |
| 11 <h2 id="playcanvas">PlayCanvas</h2> | |
| 12 <p> | |
| 13 <a href="https://playcanvas.com/">https://playcanvas.com/</a> | |
| 14 </p> | |
| 15 | |
| 16 <p> | |
| 17 "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.
| |
| 18 tools and the web apps you build are powered by HTML5. The entire software | |
| 19 platform is web hosted so there's nothing to install and you can access your | |
| 20 work from any device that runs one of the supported web browsers." | |
| 21 </p> | |
| 22 | |
| 23 <p> | |
| 24 PlayCanvas demo on Chrome Web Store: | |
| 25 <a href="https://chrome.google.com/webstore/detail/swooop/jblimahfbhdcengjfbdpdn gcfcghladf?hl=en-US">Swooop</a> | |
| 26 <img src="{{static}}/images/swooop.png" | |
| 27 width="460" | |
| 28 height="340" | |
| 29 alt="Promotional image for Swoop demo showing a biplane."> | |
| 30 </p> | |
| 31 | |
| 32 <p> | |
| 33 PlayCanvas exports content that requires a small amount of manual work to | |
| 34 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.
| |
| 35 <a href="http://developer.playcanvas.com/user-manual/publishing/chromewebstore/" | |
| 36 >PlayCanvas Packaged App Publishing Documentation</a>. | |
| 37 </p> | |
| 38 | |
| 39 <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.
| |
| OLD | NEW |