From de638f3e76d64c882f94754f93c4e211b922e607 Mon Sep 17 00:00:00 2001 From: nopara73 Date: Sun, 12 Feb 2017 12:55:43 +0900 Subject: [PATCH] Add .NET Core bindings --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01275c0e..a9ddce2e 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,8 @@ Other people have made bindings to other languages: Language | Bindings --- | --- -C#/.net | [LibUI.Binding](https://github.com/NattyNarwhal/LibUI.Binding), [SharpUI](https://github.com/benpye/sharpui/) +C# / .NET Framework | [LibUI.Binding](https://github.com/NattyNarwhal/LibUI.Binding), [SharpUI](https://github.com/benpye/sharpui/) +C# / .NET Core | [DevZH.UI](https://github.com/noliar/DevZH.UI) CHICKEN Scheme | [wasamasa/libui](https://github.com/wasamasa/libui) Crystal | [libui.cr](https://github.com/Fusion/libui.cr) D | [DerelictLibui (flat API)](https://github.com/Extrawurst/DerelictLibui), [libuid (object-oriented)](https://github.com/mogud/libuid)