Skip to content

Commit

Permalink
give a little more info
Browse files Browse the repository at this point in the history
  • Loading branch information
blizzy78 committed Jan 1, 2021
1 parent 6bbbe6d commit 975063f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -6,10 +6,11 @@ Ebiten UI

**A user interface engine and widget library for [Ebiten]**

Ebiten UI is an extension to Ebiten that provides an engine to render a complete user interface
with widgets, such as buttons, lists, combo boxes, and so on. It uses the [retained mode] model.
Ebiten UI is an extension to Ebiten that provides an engine to render a complete user interface,
with widgets such as buttons, lists, combo boxes, and so on. It uses the [retained mode] model.
All graphics used by Ebiten UI can be fully customized, so you can really make your UI your own.

Documentation on how to use and extend Ebiten UI is available at https://ebitenui.github.io
Documentation on how to use and extend Ebiten UI is available at [ebitenui.github.io](https://ebitenui.github.io).

*Ebiten UI is currently under development and should not yet be used in production.*

Expand Down

0 comments on commit 975063f

Please sign in to comment.