OLD | NEW |
1 <h1>Game Engines</h1> | 1 <h1>Game Engines</h1> |
2 | 2 |
3 | 3 |
4 <p> | 4 <p> |
5 Several graphically intense interactive application frameworks / game engines | 5 Several graphically intense interactive application frameworks / game engines |
6 exist that target web technologies. The following are some we recommend with | 6 exist that target web technologies. The following are some we recommend with |
7 instructions for producing a Chrome App. | 7 instructions for producing a Chrome App. |
8 </p> | 8 </p> |
9 | 9 |
10 | 10 |
11 <h2 id="playcanvas">PlayCanvas</h2> | 11 <h2 id="playcanvas">PlayCanvas</h2> |
12 <p> | 12 <p> |
13 <a href="https://playcanvas.com/">https://playcanvas.com/</a> | 13 <a href="https://playcanvas.com/">https://playcanvas.com/</a> |
14 </p> | 14 </p> |
15 | 15 |
16 <p> | 16 <p> |
17 PlayCanvas demo on Chrome Web Store: | 17 PlayCanvas demo on Chrome Web Store: |
18 <a href="https://chrome.google.com/webstore/detail/swooop/jblimahfbhdcengjfbdpdn
gcfcghladf?hl=en-US">Swooop</a> | 18 <a href="https://chrome.google.com/webstore/detail/swooop/jblimahfbhdcengjfbdpdn
gcfcghladf?hl=en-US">Swooop</a> |
19 <img src="{{static}}/images/swooop.png" | 19 <a href="{{static}}/images/playcanvas_designer2.png"> |
20 width="460" | 20 <img src="{{static}}/images/playcanvas_designer2_500_335.png" |
21 height="340" | 21 width="500" |
22 alt="Promotional image for Swoop demo showing a biplane."> | 22 height="335" |
| 23 alt="PlayCanvas editor screenshot."> |
| 24 </a> |
23 </p> | 25 </p> |
24 | 26 |
25 <p> | 27 <p> |
26 "PlayCanvas is a visual development platform for 3D web content. Both the | 28 PlayCanvas a free and open source WebGL Game Engine targeting mobile and |
27 tools and the web apps you build are powered by HTML5. The entire software | 29 desktop. Its browser based development tools support real-time collaboration. |
28 platform is web hosted so there's nothing to install and you can access your | |
29 work from any device that runs one of the supported web browsers." - <a | |
30 href="http://developer.playcanvas.com/user-manual/introduction/">PlayCanvas | |
31 User Manual</a> | |
32 </p> | 30 </p> |
33 | 31 |
34 <p> | 32 <p> |
35 PlayCanvas exports content that requires a small amount of manual work to | 33 PlayCanvas exports content that requires a small amount of manual work to |
36 package into a Chrome App. See: | 34 package into a Chrome App. See: |
37 <a href="http://developer.playcanvas.com/user-manual/publishing/chromewebstore/" | 35 <a href="http://developer.playcanvas.com/user-manual/publishing/chromewebstore/" |
38 >PlayCanvas Packaged App Publishing Documentation</a>. | 36 >PlayCanvas Packaged App Publishing Documentation</a>. |
39 </p> | 37 </p> |
OLD | NEW |