mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
Fix README
This commit is contained in:
parent
52fe168111
commit
af06b5fba0
@ -1,6 +1,8 @@
|
|||||||
# Ebiten (海老天)
|
# Ebiten (海老天)
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/hajimehoshi/ebiten.svg?branch=master)](https://travis-ci.org/hajimehoshi/ebiten)
|
[![Build Status](https://travis-ci.org/hajimehoshi/ebiten.svg?branch=master)](https://travis-ci.org/hajimehoshi/ebiten)
|
||||||
|
[![GoDoc](https://godoc.org/github.com/hajimehoshi/ebiten?status.svg)](http://godoc.org/github.com/hajimehoshi/ebiten)
|
||||||
|
|
||||||
|
|
||||||
* A simple SNES-like 2D game library in Go
|
* A simple SNES-like 2D game library in Go
|
||||||
* Works on
|
* Works on
|
||||||
@ -9,13 +11,12 @@
|
|||||||
* Mac OS X
|
* Mac OS X
|
||||||
* Linux
|
* Linux
|
||||||
* Windows
|
* Windows
|
||||||
* [API Docs](http://godoc.org/github.com/hajimehoshi/ebiten)
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
* 2D Graphics
|
* 2D Graphics
|
||||||
* Input (Mouse, Keyboard, Gamepad)
|
* Input (Mouse, Keyboard, and Gamepad)
|
||||||
* Audio (Ogg/Vorbis, WAV, PCM. experimental)
|
* Audio (Ogg/Vorbis, WAV, and PCM)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user