2020-03-23 01:36:21 +09:00
2019-12-07 19:00:46 +09:00
2019-03-22 03:23:48 +09:00
2020-03-17 00:17:25 +09:00
2019-10-09 00:54:23 +09:00
2020-03-20 14:51:56 +09:00
2020-02-21 22:11:01 +09:00
2020-01-08 11:30:57 +09:00
2020-01-20 01:18:05 +09:00
2019-12-14 12:35:35 +09:00
2020-01-06 19:43:29 +09:00
2019-10-12 01:10:53 +09:00
2019-06-09 06:56:25 +09:00
2020-03-16 00:38:33 +09:00
2020-02-23 03:10:38 +09:00
2020-02-23 03:10:38 +09:00
2019-05-01 17:43:38 +09:00
2020-03-16 00:38:33 +09:00
2020-02-11 11:14:19 +09:00
2020-02-23 02:09:28 +09:00
2020-02-19 10:52:58 +09:00
2017-01-30 18:57:49 +09:00
2020-01-20 01:18:05 +09:00
2020-03-22 16:30:48 +09:00

Ebiten

Build Status Go Report Card

A dead simple 2D game library in Go

Ebiten is an open-source game library, with which you can develop 2D games with simple API for multi platforms in the Go programming language.

Overview

Platforms

  • Windows (No Cgo!)
  • macOS
  • Linux
  • FreeBSD
  • Android
  • iOS
  • Web browsers (Chrome, Firefox, Safari and Edge)

Note: Gamepad and keyboard are not available on Android/iOS.

For installation on desktops, see the installation instruction.

Features

  • 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering, Automatic batches, Automatic texture atlas)
  • Input (Mouse, Keyboard, Gamepads, Touches)
  • Audio (Ogg/Vorbis, MP3, WAV, PCM)

Packages

Community

Slack

#ebiten channel in Gophers Slack

License

Ebiten is licensed under Apache license version 2.0. See LICENSE file.

Languages
Go 80.6%
C 15%
Objective-C 3.6%
Java 0.6%
C++ 0.2%