All Projects → siffiejoe → lua-fltk4lua

siffiejoe / lua-fltk4lua

Licence: other
Lua binding to the Fast Light Tool Kit (FLTK)

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects
lua
6591 projects

Projects that are alternatives of or similar to lua-fltk4lua

LuaCSP
Communicating Sequential Processes in Lua
Stars: ✭ 40 (-21.57%)
Mutual labels:  lua-bindings
Sol2
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
Stars: ✭ 2,791 (+5372.55%)
Mutual labels:  lua-bindings
Ip2region
Ip2region is a offline IP location library with accuracy rate of 99.9% and 0.0x millseconds searching performance. DB file is ONLY a few megabytes with all IP address stored. binding for Java,PHP,C,Python,Nodejs,Golang,C#,lua. Binary,B-tree,Memory searching algorithm
Stars: ✭ 9,836 (+19186.27%)
Mutual labels:  lua-bindings
luaRtAudio
RtAudio + libsndfile lua binding
Stars: ✭ 18 (-64.71%)
Mutual labels:  lua-bindings
Unity-Lua
A wrapper around MoonSharp that allows easy development of moddable Unity games
Stars: ✭ 105 (+105.88%)
Mutual labels:  lua-bindings
lua-leveldb
Lua bindings for google's leveldb library.
Stars: ✭ 50 (-1.96%)
Mutual labels:  lua-bindings
lua-linenoise
Lua bindings for linenoise with UTF-8 support (https://github.com/yhirose/linenoise/tree/utf8-support)
Stars: ✭ 43 (-15.69%)
Mutual labels:  lua-bindings
moongl
Lua bindings for OpenGL
Stars: ✭ 85 (+66.67%)
Mutual labels:  lua-bindings
moonvulkan
Lua bindings for Vulkan
Stars: ✭ 31 (-39.22%)
Mutual labels:  lua-bindings
lcurses
Lua bindings for Curses
Stars: ✭ 60 (+17.65%)
Mutual labels:  lua-bindings
zynlab
Clone of ZynAddSubFX 2.44 to test some new ui ideas
Stars: ✭ 17 (-66.67%)
Mutual labels:  fltk
feedingbottle
FeedingBottle is a Aircrack-ng GUI, create by Fast Light User-Interface Designer ("FLUID").
Stars: ✭ 26 (-49.02%)
Mutual labels:  fltk
fltk-rs
Rust bindings for the FLTK GUI library.
Stars: ✭ 929 (+1721.57%)
Mutual labels:  fltk
Examples FLTK
Shows how to use Fltk controls only by programming code (c++17).
Stars: ✭ 28 (-45.1%)
Mutual labels:  fltk
tilemap-studio
A tilemap editor for Game Boy, Color, Advance, DS, and SNES projects. Written in C++ with FLTK.
Stars: ✭ 247 (+384.31%)
Mutual labels:  fltk
squilu
A scripting language that accepts a subset of javascript and C/C++
Stars: ✭ 69 (+35.29%)
Mutual labels:  fltk

Build Status

fltk4lua -- Lua Binding to the Fast Light Tool Kit

Introduction

FLTK is a small C++ GUI toolkit portable to the MS Windows, Linux, and Mac OSX operating systems. fltk4lua is a binding to this C++ toolkit, which allows you to create GUIs from within Lua scripts.

Documentation

There is a small Getting Started tutorial with some step by step instructions to building a GUI with fltk4lua, and a list of available userdata types, functions, and properties, as well as some information about building this module in the doc subdirectory (and on the GitHub wiki). Other than that you will have to use the official FLTK documentation (fortunately the Lua API is very close to the C++ API), and look at the examples or the source code.

Contact

Philipp Janda, siffiejoe(a)gmx.net

Comments and feedback are always welcome.

License

fltk4lua is copyrighted free software distributed under the MIT license (the same license as Lua 5.1). The full license text follows:

fltk4lua (c) 2015-2018 Philipp Janda and contributors

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHOR OR COPYRIGHT HOLDER BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].