{"id":13894290,"url":"https://github.com/siffiejoe/lua-fltk4lua","last_synced_at":"2025-12-27T15:04:26.453Z","repository":{"id":147352759,"uuid":"43735090","full_name":"siffiejoe/lua-fltk4lua","owner":"siffiejoe","description":"Lua binding to the Fast Light Tool Kit (FLTK)","archived":false,"fork":false,"pushed_at":"2020-07-15T20:18:21.000Z","size":216,"stargazers_count":54,"open_issues_count":5,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-24T23:33:10.264Z","etag":null,"topics":["fltk","gui","lua","lua-bindings"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siffiejoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-06T07:04:03.000Z","updated_at":"2024-06-12T14:11:26.000Z","dependencies_parsed_at":"2023-07-02T16:45:46.501Z","dependency_job_id":null,"html_url":"https://github.com/siffiejoe/lua-fltk4lua","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/siffiejoe/lua-fltk4lua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Flua-fltk4lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Flua-fltk4lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Flua-fltk4lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Flua-fltk4lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siffiejoe","download_url":"https://codeload.github.com/siffiejoe/lua-fltk4lua/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Flua-fltk4lua/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28080200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-27T02:00:05.897Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fltk","gui","lua","lua-bindings"],"created_at":"2024-08-06T18:01:28.686Z","updated_at":"2025-12-27T15:04:26.447Z","avatar_url":"https://github.com/siffiejoe.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/siffiejoe/lua-fltk4lua.svg?branch=master)](https://travis-ci.org/siffiejoe/lua-fltk4lua)\n\n#         fltk4lua -- Lua Binding to the Fast Light Tool Kit         #\n\n##                           Introduction                           ##\n\n[FLTK][1] is a small C++ GUI toolkit portable to the MS Windows,\nLinux, and Mac OSX operating systems. **fltk4lua** is a binding to\nthis C++ toolkit, which allows you to create GUIs from within Lua\nscripts.\n\n  [1]:  http://www.fltk.org/\n\n\n##                           Documentation                          ##\n\nThere is a small [Getting Started tutorial][2] with some step by step\ninstructions to building a GUI with **fltk4lua**, and a list of\navailable userdata types, functions, and properties, as well as some\ninformation about building this module in the `doc` subdirectory (and\non the [GitHub wiki][3]). Other than that you will have to use the\n[official FLTK documentation][4] (fortunately the Lua API is very\nclose to the C++ API), and look at the examples or the source code.\n\n  [2]:  https://github.com/siffiejoe/lua-fltk4lua/wiki/GettingStarted\n  [3]:  https://github.com/siffiejoe/lua-fltk4lua/wiki\n  [4]:  http://www.fltk.org/doc-1.3/index.html\n\n\n##                              Contact                             ##\n\nPhilipp Janda, siffiejoe(a)gmx.net\n\nComments and feedback are always welcome.\n\n\n##                              License                             ##\n\n`fltk4lua` is *copyrighted free software* distributed under the MIT\nlicense (the same license as Lua 5.1). The full license text follows:\n\n    fltk4lua (c) 2015-2018 Philipp Janda and contributors\n\n    Permission is hereby granted, free of charge, to any person obtaining\n    a copy of this software and associated documentation files (the\n    \"Software\"), to deal in the Software without restriction, including\n    without limitation the rights to use, copy, modify, merge, publish,\n    distribute, sublicense, and/or sell copies of the Software, and to\n    permit persons to whom the Software is furnished to do so, subject to\n    the following conditions:\n\n    The above copyright notice and this permission notice shall be\n    included in all copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n    IN NO EVENT SHALL THE AUTHOR OR COPYRIGHT HOLDER BE LIABLE FOR ANY\n    CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n    TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n    SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n###                           Contributors                         ###\n\n - [Philipp Janda](https://github.com/siffiejoe)\n - [Jérémy Farnaud](https://github.com/remjey)\n - [Chris White](https://github.com/cxw42)\n - [caoliver](https://github.com/caoliver)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiffiejoe%2Flua-fltk4lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiffiejoe%2Flua-fltk4lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiffiejoe%2Flua-fltk4lua/lists"}