From 32301c1cfbc0119907fbd2a859d95161464aa11a Mon Sep 17 00:00:00 2001 From: Patricio Whittingslow Date: Sun, 11 May 2025 18:36:00 -0300 Subject: [PATCH] Update README.md to solve #387 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dadec73..bdd519c 100644 --- a/README.md +++ b/README.md @@ -489,6 +489,12 @@ 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 `ccgo`, a C to Go transpiler. + ### 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).