mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Add docs and readme
This commit is contained in:
parent
fe91d341ac
commit
a53e0fe518
@ -93,6 +93,14 @@ pre {
|
||||
<li>Image.ReplacePixels</li>
|
||||
</ul>
|
||||
</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>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -8,13 +8,13 @@
|
||||
* Supported browsers: Chrome, Firefox, Safari on desktops
|
||||
* Mac OS X
|
||||
* Linux (maybe)
|
||||
* Windows (possibly)
|
||||
* [API Docs](http://godoc.org/github.com/hajimehoshi/ebiten)
|
||||
|
||||
## Features
|
||||
|
||||
* 2D Graphics
|
||||
* Input (Mouse, Keyboard, Gamepad)
|
||||
* Audio (Very primitive API. experimental)
|
||||
|
||||
## Documentation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user