From 965c2712e40cc9599fc0f77e249ef1fce956a54c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 25 May 2016 23:18:21 -0400 Subject: [PATCH] Updated bindings list based on wiki. --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1840a0b0..06c1ff39 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,21 @@ Needs to be written. Consult ui.h and the examples for details for now. libui was originally written as part of my [package ui for Go](https://github.com/andlabs/ui). Now that libui is separate, package ui has become a binding to libui. As such, package ui is the only official binding. Other people have made bindings to other languages: -* TODO list them here + +Language | Bindings +--- | --- +**C#/.NET** | [LibUI.Binding](https://github.com/NattyNarwhal/LibUI.Binding) +**Crystal** | [libui.cr](https://github.com/Fusion/libui.cr) +**D** | [DerelictLibui](https://github.com/Extrawurst/DerelictLibui) +**Haskell** | [libui-haskell](https://github.com/ajnsit/libui-haskell) +**JavaScript** | [libui-node](https://github.com/parro-it/libui-node), [libui.js (merged into libui-node?)](https://github.com/mavenave/libui.js) +**Lua** | [libuilua](https://github.com/zevv/libuilua), [libui-lua](https://github.com/mdombroski/libui-lua) +**Node.js** | [libui-node](https://github.com/mavenave/libui.js) +**Python** | [pylibui](https://github.com/joaoventura/pylibui) +**Ruby** | [libui-ruby](https://github.com/jamescook/libui-ruby) +**Rust** | [libui-rs](https://github.com/pcwalton/libui-rs) + +TODO there was another C# binding somewhere ## Screenshots