Add new certificateProvider extension API.
[chromium-blink-merge.git] / chrome / common / extensions / docs / templates / articles / game_engines.html
blob3c716f2a40d43579243c0bd25912b0c8dc38b0ac
1 <h1>Game Engines</h1>
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 Chrome App.
8 </p>
11 <h2 id="playcanvas">PlayCanvas</h2>
12 <p>
13 <a href="https://playcanvas.com">https://playcanvas.com</a>
14 </p>
16 <p>
17 PlayCanvas demo on Chrome Web Store:
18 <a href="https://chrome.google.com/webstore/detail/swooop/jblimahfbhdcengjfbdpdngcfcghladf?hl=en-US">Swooop</a>
19 <a href="{{static}}/images/playcanvas_designer2.png">
20 <img src="{{static}}/images/playcanvas_designer2_500_335.png"
21 width="500"
22 height="335"
23 alt="PlayCanvas editor screenshot.">
24 </a>
25 </p>
27 <p>
28 PlayCanvas is a free and open source WebGL Game Engine targeting mobile and
29 desktop. Its browser based development tools support real-time collaboration.
30 </p>
32 <p>
33 PlayCanvas exports content that requires a small amount of manual work to
34 package into a Chrome App. See:
35 <a href="http://developer.playcanvas.com/user-manual/publishing/chromewebstore/"
36 >PlayCanvas Packaged App Publishing Documentation</a>.
37 </p>
40 <h2 id="WiMi5">WiMi5</h2>
41 <p>
42 <a href="http://wimi5.com">http://wimi5.com</a>
43 </p>
45 <p>
46 WiMi5 demo on Chrome Web Store:
47 <a href="https://chrome.google.com/webstore/detail/bakus-legend/gopkooheadfmnimkccijjjckbkbjdmhi">Bakus Legend</a>
48 <a href="{{static}}/images/wimi5_editor.jpg">
49 <img src="{{static}}/images/wimi_editor_500_281.png"
50 width="500"
51 height="281"
52 alt="WiMi5 editor screenshot.">
53 </a>
54 </p>
56 <p>
57 WiMi5 is a free cloud based webapp to create, publish and monetize web games.
58 Games are quickly developed using a visual scripting editor. Programming is not required.
59 </p>
61 <p>
62 WiMi5 can create a package for Chrome Web Store with 1-click. See:
63 <a href="http://wimi5.com/howto-publish-chrome-web-store/"
64 >How to publish your game on the Chrome Web</a>.
65 </p>