mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
Add docs and readme
This commit is contained in:
parent
fe91d341ac
commit
a53e0fe518
@ -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>
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user