doc: Add apps created with Ebiten (#138)

This commit is contained in:
Hajime Hoshi 2016-02-07 06:03:15 +09:00
parent 0806329e9e
commit 251c840023
2 changed files with 14 additions and 16 deletions

View File

@ -73,6 +73,12 @@ pre {
&lt;script src="yourgame.js"&gt;&lt;/script&gt;</code></pre>
<p>NOTE: <code>file://</code> URL may not work with Ebiten. Execute your game on a HTTP server.</p>
<h2>Apps created with Ebiten</h2>
<ul>
<li><a href="https://github.com/hajimehoshi/go-inovation5">go-inovation5</a> by Hajime Hoshi</li>
<li><a href="https://github.com/peterhellberg/plasma">Plasma</a> by Peter Hellberg</li>
</ul>
<h2>Change Log</h2>
<h3>2015-??-??</h3>
<ul>
@ -82,12 +88,6 @@ pre {
<li>Support for touch events</li>
<li>Added new functions for image rendering:
<ul>
<li>Image.DrawFilledRect</li>
<li>Image.DrawFilledRects</li>
<li>Image.DrawLine</li>
<li>Image.DrawLines</li>
<li>Image.DrawRect</li>
<li>Image.DrawRects</li>
<li>Image.ReplacePixels</li>
</ul>
</li>
@ -95,11 +95,10 @@ pre {
<ul>
<li>exp/audio: Play music and sound</li>
<li>exp/gamepad: Useful functions to configure gamepads</li>
<li>exp/shape: Draw ellipses and arcs</li>
<li>These packages are experimental and we don't guarantee backward compatibility.</li>
</ul>
</li>
<li>Some bug fix</li>
<li>Some bug fix.</li>
</ul>
</li>
</ul>

View File

@ -101,6 +101,12 @@ pre {
&lt;script src="yourgame.js"&gt;&lt;/script&gt;</code></pre>
<p>NOTE: <code>file://</code> URL may not work with Ebiten. Execute your game on a HTTP server.</p>
<h2>Apps created with Ebiten</h2>
<ul>
<li><a href="https://github.com/hajimehoshi/go-inovation5">go-inovation5</a> by Hajime Hoshi</li>
<li><a href="https://github.com/peterhellberg/plasma">Plasma</a> by Peter Hellberg</li>
</ul>
<h2>Change Log</h2>
<h3>2015-??-??</h3>
<ul>
@ -110,12 +116,6 @@ pre {
<li>Support for touch events</li>
<li>Added new functions for image rendering:
<ul>
<li>Image.DrawFilledRect</li>
<li>Image.DrawFilledRects</li>
<li>Image.DrawLine</li>
<li>Image.DrawLines</li>
<li>Image.DrawRect</li>
<li>Image.DrawRects</li>
<li>Image.ReplacePixels</li>
</ul>
</li>
@ -123,11 +123,10 @@ pre {
<ul>
<li>exp/audio: Play music and sound</li>
<li>exp/gamepad: Useful functions to configure gamepads</li>
<li>exp/shape: Draw ellipses and arcs</li>
<li>These packages are experimental and we don't guarantee backward compatibility.</li>
</ul>
</li>
<li>Some bug fix</li>
<li>Some bug fix.</li>
</ul>
</li>
</ul>