瀏覽代碼

Add reference to MoonNuklear (Lua)

Added reference to MoonNuklear
Fixed Lua/Löve2d library name
olueiro 7 年之前
父節點
當前提交
0b41d903e4
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      Readme.md

+ 3 - 1
Readme.md

@@ -101,7 +101,9 @@ languages. Furthermore there are no guarantee that all bindings will always be k
 - [Rust](https://github.com/snuk182/nuklear-rust) by [email protected]
 - [Chicken](https://github.com/wasamasa/nuklear) by [email protected]
 - [Nim](https://github.com/zacharycarter/nuklear-nim) by [email protected]
-- [Lua/Löve2d](https://github.com/keharriso/love-nuklear) by Kevin Harrison
+- Lua
+  - [LÖVE-Nuklear](https://github.com/keharriso/love-nuklear) by Kevin Harrison
+  - [MoonNuklear](https://github.com/stetre/moonnuklear) by Stefano Trettel
 - Python
   - [pyNuklear](https://github.com/billsix/pyNuklear) by William Emerison Six (ctypes-based wrapper)
   - [pynk](https://github.com/nathanrw/nuklear-cffi) by [email protected] (cffi binding)