mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 03:58:55 +01:00
doc: Add apps created with Ebiten (#138)
This commit is contained in:
parent
0806329e9e
commit
251c840023
@ -73,6 +73,12 @@ pre {
|
||||
<script src="yourgame.js"></script></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>
|
||||
|
@ -101,6 +101,12 @@ pre {
|
||||
<script src="yourgame.js"></script></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>
|
||||
|
Loading…
Reference in New Issue
Block a user