shivkumarsingh7 / 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)

Go Reference 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: Gamepads and keyboards are not available on iOS.

For installation on desktops, see the installation instruction.

Features

  • 2D Graphics (Geometry and color transformation by matrices, Various composition modes, Offscreen rendering, Text rendering, Automatic batches, Automatic texture atlas, Custom shaders)
  • Input (Mouse, Keyboard, Gamepads, Touches)
  • Audio (Ogg/Vorbis, MP3, WAV, PCM)

Packages

Community

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.5%Language:Objective-C 1.7%Language:C 0.7%Language:Dockerfile 0.0%Language:Shell 0.0%