From f445453b12a74c39a9d1550b54bfe44c9a4fedab Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Fri, 7 Jun 2024 19:04:31 +0200 Subject: [PATCH] Update Home --- Home.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index b727078..d336722 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,4 @@ -### This is the wiki for the TheaterGui library \ No newline at end of file +### Basics +_Tg_ is a simple retained mode gui library inspired by WinForms with the goal of being used for small utilities and the Theater Engine. +It currently uses a raylib based rendering backend and as such is technically platform indipendent. +However most of the testing is only done in a windows enviroment and development of programs using this library relies on the BeefIDE code generation feature which currently is not available on Linux. \ No newline at end of file