Updated bindings list based on wiki.
This commit is contained in:
parent
c856ff1976
commit
965c2712e4
16
README.md
16
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue