From f5f8d2d0fe820a2b039d1593e6b9f9e024a14ee0 Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sun, 30 Jun 2024 17:15:36 +0200 Subject: [PATCH] Update Home --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index d09e85b..ce21ac4 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,6 @@ ### 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.** +It currently uses a **raylib based rendering backend** and as such is **technically platform independent.** 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. ### Getting started