qiujiayu / wxlua

wxlua: Lua bindings for wxWidgets cross-patform GUI toolkit; supports Lua 5.1, 5.2, 5.3, LuaJIT and wxWidgets 3.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Description

wxLua is a Lua wrapper for a cross-platform wxWidgets GUI library. It allows developers to create applications for Windows, macOS, and Linux using Lua and supports Lua 5.1, 5.2, 5.3, and LuaJIT. Unlike other cross-platform toolkits, wxWidgets (and by extension wxlua) gives applications native look and feel, as it uses the platform's native API rather than emulating the GUI.

wxLua can be used to create a wide range of applications, from simple, but useful scripts (you can find a variety of examples in the samples directory) to a fully functional IDE (like ZeroBrane Studio).

The library provides the ability to create complex user interface dialogs, file and image manipulation, drawing, sockets, displaying HTML, printing, and many others. You can use as much or as little of wxWidgets as you like and C++ developers can trim down the size the bindings by turning off preprocessor directives.

Documentation

Author

John Labenski, Paul Kulchenko

License

See LICENSE.

About

wxlua: Lua bindings for wxWidgets cross-patform GUI toolkit; supports Lua 5.1, 5.2, 5.3, LuaJIT and wxWidgets 3.x


Languages

Language:C++ 66.7%Language:HTML 14.0%Language:Lua 8.6%Language:C 8.3%Language:CMake 1.4%Language:R 0.5%Language:Makefile 0.2%Language:Inno Setup 0.1%Language:Roff 0.1%Language:Batchfile 0.0%Language:CSS 0.0%Language:Shell 0.0%Language:Objective-C 0.0%