From 93e41a321212361c175812788492d56e5a89ade3 Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 4 Sep 2024 23:32:53 +0000 Subject: docs: fix links added initial documention for each library --- docs/getting-started/supported-languages.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/getting-started/supported-languages.md') diff --git a/docs/getting-started/supported-languages.md b/docs/getting-started/supported-languages.md index 5b273b1..4ddda32 100644 --- a/docs/getting-started/supported-languages.md +++ b/docs/getting-started/supported-languages.md @@ -2,7 +2,7 @@ ## JavaScript -The main intended usage of Astal is in TypeScript with [AGS](/astal/ags/first-widgets). +The main intended usage of Astal is in TypeScript with [AGS](/ags/first-widgets). It supports JSX and has a state management solution similar to web frameworks. Only a minimal knowledge of JavaScript's syntax is needed to get started. @@ -16,7 +16,8 @@ Examples: ## Lua -Similar to how there is a [TypeScript]() lib for GJS, there is also an accompanying library for [Lua](). +Similar to how there is a [TypeScript](https://github.com/Aylur/astal/tree/main/core/gjs) lib for GJS, there is also an accompanying library for [Lua](https://github.com/Aylur/astal/tree/main/core/lua). + Unfortunately, I have encountered very heavy [performance issues]() with [lgi](https://github.com/lgi-devs/lgi), and so currently I don't recommend using Lua for full desktop shells, but only for static components that don't render child nodes dynamically, bars and panels for example. @@ -27,6 +28,7 @@ Examples: ## Python + There is a WIP [library for python](), to make it behave similar to the above two but I don't plan on finishing it, because I'm not a fan of python. If you are interested in picking it up, feel free to open a PR. -- cgit v1.2.3