Selaa lähdekoodia

Merge pull request #666 from olueiro/patch-1

Add reference to MoonNuklear (Lua)
Micha Mettke 7 vuotta sitten
vanhempi
commit
f2539376ee
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  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)