ebiten/README.md

38 lines
1.5 KiB
Markdown
Raw Normal View History

2014-12-29 15:16:02 +01:00
# Ebiten (海老天)
2014-10-12 06:09:19 +02:00
2014-12-28 14:27:07 +01:00
[![Build Status](https://travis-ci.org/hajimehoshi/ebiten.svg?branch=master)](https://travis-ci.org/hajimehoshi/ebiten)
2016-04-19 16:30:02 +02:00
[![GoDoc](https://godoc.org/github.com/hajimehoshi/ebiten?status.svg)](http://godoc.org/github.com/hajimehoshi/ebiten)
2016-05-13 17:27:17 +02:00
[![Go Report Card](https://goreportcard.com/badge/github.com/hajimehoshi/ebiten)](https://goreportcard.com/report/github.com/hajimehoshi/ebiten)
2016-04-19 16:30:02 +02:00
2017-04-18 03:27:32 +02:00
A simple 2D game library in Go
2016-08-27 19:58:37 +02:00
* [Windows](https://github.com/hajimehoshi/ebiten/wiki/Windows)
2017-02-16 19:19:52 +01:00
* [macOS](https://github.com/hajimehoshi/ebiten/wiki/macOS)
2016-08-27 19:58:37 +02:00
* [Linux](https://github.com/hajimehoshi/ebiten/wiki/Linux)
2017-05-11 12:10:14 +02:00
* [FreeBSD](https://github.com/hajimehoshi/ebiten/wiki/FreeBSD)
2016-08-27 19:58:37 +02:00
* [Android](https://github.com/hajimehoshi/ebiten/wiki/Android)
* [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS)
2017-09-06 20:17:15 +02:00
* [Web browsers (Chrome, Firefox, Safari and Edge on desktops)](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/))
2014-10-12 06:09:19 +02:00
Note: Gamepad and keyboard are not available on Android/iOS.
2016-11-26 16:11:23 +01:00
2014-12-24 02:00:09 +01:00
## Features
2014-10-12 06:09:19 +02:00
2017-07-16 18:56:09 +02:00
* 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering)
2016-08-28 00:08:50 +02:00
* Input (Mouse, Keyboard, Gamepads, Touches)
2017-07-13 19:26:41 +02:00
* Audio (MP3, Ogg/Vorbis, WAV, PCM, Syncing with game progress)
2014-12-24 02:00:09 +01:00
2016-08-27 22:40:05 +02:00
## Web Site
2014-12-24 02:00:09 +01:00
2016-08-27 22:40:05 +02:00
https://hajimehoshi.github.io/ebiten/
2014-12-27 15:27:37 +01:00
## Community
### Slack
`#ebiten` channel in [Gophers Slack](https://blog.gopheracademy.com/gophers-slack-community/)
2014-10-12 06:09:19 +02:00
## License
2015-05-20 16:57:03 +02:00
Ebiten is licensed under Apache license version 2.0. See LICENSE file.