lherman-cs / ebiten

A dead simple 2D game library for Go

Home Page:https://ebiten.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ebiten (v2)

PkgGoDev Build Status Build Status Go Report Card

A dead simple 2D game library for Go

Ebiten is an open source game library for the Go programming language. Ebiten's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms.

Overview

Platforms

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.

About

A dead simple 2D game library for Go

https://ebiten.org

License:Apache License 2.0


Languages

Language:Go 97.7%Language:Objective-C 1.6%Language:C 0.7%Language:Dockerfile 0.0%Language:Shell 0.0%