https://github.com/evnix/lxkit
Lua Cross Platform UI Toolkit
https://github.com/evnix/lxkit
Last synced: 3 months ago
JSON representation
Lua Cross Platform UI Toolkit
- Host: GitHub
- URL: https://github.com/evnix/lxkit
- Owner: evnix
- License: mit
- Created: 2018-05-12T18:15:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T23:13:13.000Z (about 8 years ago)
- Last Synced: 2025-01-11T17:53:38.649Z (over 1 year ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lxkit
Lua Cross Platform UI Toolkit
##### Instructions:
**For Windows**
Build a static Library from:
https://github.com/andlabs/libui
After that,
Compile DLL from:
https://github.com/zhaozg/lui
(The above are not really straight-forward)
Place the .dll in this directory and name it lui.dll
Run
```
lua testLoadXMLUI.lua exampleXML/loginForm.xml
```