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

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

Issue 1027853002: Correct WiMi5 header id. (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 | « no previous file | 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
(...skipping 19 matching lines...) Expand all
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 38
39 39
40 <h2 id="playcanvas">WiMi5</h2> 40 <h2 id="WiMi5">WiMi5</h2>
41 <p> 41 <p>
42 <a href="http://wimi5.com">http://wimi5.com</a> 42 <a href="http://wimi5.com">http://wimi5.com</a>
43 </p> 43 </p>
44 44
45 <p> 45 <p>
46 WiMi5 demo on Chrome Web Store: 46 WiMi5 demo on Chrome Web Store:
47 <a href="https://chrome.google.com/webstore/detail/bakus-legend/gopkooheadfmnimk ccijjjckbkbjdmhi">Bakus Legend</a> 47 <a href="https://chrome.google.com/webstore/detail/bakus-legend/gopkooheadfmnimk ccijjjckbkbjdmhi">Bakus Legend</a>
48 <a href="{{static}}/images/wimi5_editor.jpg"> 48 <a href="{{static}}/images/wimi5_editor.jpg">
49 <img src="{{static}}/images/wimi_editor_500_281.png" 49 <img src="{{static}}/images/wimi_editor_500_281.png"
50 width="500" 50 width="500"
51 height="281" 51 height="281"
52 alt="WiMi5 editor screenshot."> 52 alt="WiMi5 editor screenshot.">
53 </a> 53 </a>
54 </p> 54 </p>
55 55
56 <p> 56 <p>
57 WiMi5 is a free cloud based webapp to create, publish and monetize web games. 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. 58 Games are quickly developed using a visual scripting editor. Programming is not required.
59 </p> 59 </p>
60 60
61 <p> 61 <p>
62 WiMi5 can create a package for Chrome Web Store with 1-click. See: 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/" 63 <a href="http://wimi5.com/howto-publish-chrome-web-store/"
64 >How to publish your game on the Chrome Web</a>. 64 >How to publish your game on the Chrome Web</a>.
65 </p> 65 </p>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698