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

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

Issue 1002493005: Add WiMi5 editor to list of Chrome App frameworks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/docs/static/images/wimi_editor_500_281.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 <a href="{{static}}/images/playcanvas_designer2.png"> 19 <a href="{{static}}/images/playcanvas_designer2.png">
20 <img src="{{static}}/images/playcanvas_designer2_500_335.png" 20 <img src="{{static}}/images/playcanvas_designer2_500_335.png"
21 width="500" 21 width="500"
22 height="335" 22 height="335"
23 alt="PlayCanvas editor screenshot."> 23 alt="PlayCanvas editor screenshot.">
24 </a> 24 </a>
25 </p> 25 </p>
26 26
27 <p> 27 <p>
28 PlayCanvas is a free and open source WebGL Game Engine targeting mobile and 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. 29 desktop. Its browser based development tools support real-time collaboration.
30 </p> 30 </p>
31 31
32 <p> 32 <p>
33 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
34 package into a Chrome App. See: 34 package into a Chrome App. See:
35 <a href="http://developer.playcanvas.com/user-manual/publishing/chromewebstore/" 35 <a href="http://developer.playcanvas.com/user-manual/publishing/chromewebstore/"
36 >PlayCanvas Packaged App Publishing Documentation</a>. 36 >PlayCanvas Packaged App Publishing Documentation</a>.
37 </p> 37 </p>
38
39
40 <h2 id="playcanvas">WiMi5</h2>
41 <p>
42 <a href="http://wimi5.com">http://wimi5.com</a>
43 </p>
44
45 <p>
46 WiMi5 demo on Chrome Web Store:
47 <a href="https://chrome.google.com/webstore/detail/bakus-legend/gopkooheadfmnimk ccijjjckbkbjdmhi">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>
55
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>
60
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>
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/static/images/wimi_editor_500_281.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698