Theater-Gui/README.md

925 B

TheaterGui

TheaterGui is a simple to use UI library for my engine and for the creation of gui tools.
It can also be embedded into an existing raylib application and can be build for Wasm aswell.
Its written in Beef and is intended to be used in Beef.
Usage in other programming languages might be hard.

Installation

  • Install the raylib-beef library by Starpelly. Either from this website or from the original Github page.
  • Download or clone the code from this repository or from the releases tab.
  • Add the project as a dependency of your own project.
  • Start by using the generator to generate a Screen class
  • Call TheaterGui.App.Run

Usage

Simply inherit from the component you want to create and add a new instance of your class to the current Screen.
Looking at the example code should explain some things.

Example

Image