From 76351a0999e1941751025e3ac8e334a04c2c3144 Mon Sep 17 00:00:00 2001 From: Patricio Whittingslow Date: Sun, 18 May 2025 20:33:38 -0300 Subject: [PATCH] [Documentation] Add Go rewrites of clay to README (#411) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index dadec73..957a8bd 100644 --- a/README.md +++ b/README.md @@ -489,6 +489,13 @@ There are also supported bindings for other languages, including: - [Odin Bindings](https://github.com/nicbarker/clay/tree/main/bindings/odin) - [Rust Bindings](https://github.com/clay-ui-rs/clay) +### Other implementations +Clay has also been implemented in other languages: + +- [`glay`](https://github.com/soypat/glay) - Go line-by-line rewrite with readability as main goal. +- [`totallygamerjet/clay`](https://github.com/totallygamerjet/clay) - Port using `cxgo`, a C to Go transpiler. +- [`goclay`](https://github.com/igadmg/goclay) - Go line-by-line rewrite closely matching the reference. + ### Debug Tools Clay includes built-in UI debugging tools, similar to the "inspector" in browsers such as Chrome or Firefox. These tools are included in `clay.h`, and work by injecting additional render commands into the output [Clay_RenderCommandArray](#clay_rendercommandarray). -- 2.39.5