An open API service indexing awesome lists of open source software.

https://github.com/quasilyte/eui

EbitenUI with themes
https://github.com/quasilyte/eui

ebiten ebitengine ebitenui eui go golang

Last synced: 6 months ago
JSON representation

EbitenUI with themes

Awesome Lists containing this project

README

          

# eui

[ebitenui](https://github.com/ebitenui/ebitenui) with themes.

> This is a WIP project

## Overview

This package makes theme-focused approach possible with ebitenui package. It also introduces the `Layer` and `Container` type wrappers for convenience.

It's intended to be a plug-and-play style package. You install this package along with a "theme" and you're ready to go.

## Themes

Here is a list of themes you might want to check out:

* [classic theme](https://github.com/quasilyte/eui-classic-theme) - a theme used in ebitenui demo

You can always create your own theme or make a modified copy of the existing one.