Add docs and readme

This commit is contained in:
Hajime Hoshi 2015-01-25 02:07:39 +09:00
parent fe91d341ac
commit a53e0fe518
2 changed files with 9 additions and 1 deletions

View File

@ -93,6 +93,14 @@ pre {
<li>Image.ReplacePixels</li> <li>Image.ReplacePixels</li>
</ul> </ul>
</li> </li>
<li>Add some experimental packages:
<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> </ul>
</li> </li>

View File

@ -8,13 +8,13 @@
* Supported browsers: Chrome, Firefox, Safari on desktops * Supported browsers: Chrome, Firefox, Safari on desktops
* Mac OS X * Mac OS X
* Linux (maybe) * Linux (maybe)
* Windows (possibly)
* [API Docs](http://godoc.org/github.com/hajimehoshi/ebiten) * [API Docs](http://godoc.org/github.com/hajimehoshi/ebiten)
## Features ## Features
* 2D Graphics * 2D Graphics
* Input (Mouse, Keyboard, Gamepad) * Input (Mouse, Keyboard, Gamepad)
* Audio (Very primitive API. experimental)
## Documentation ## Documentation