{"id":20769120,"url":"https://github.com/sonoro1234/luajit-imgui","last_synced_at":"2025-10-06T02:55:04.135Z","repository":{"id":37514384,"uuid":"123006889","full_name":"sonoro1234/LuaJIT-ImGui","owner":"sonoro1234","description":"LuaJIT ffi binding for imgui, backends and extension widgets","archived":false,"fork":false,"pushed_at":"2025-09-22T10:35:38.000Z","size":1986,"stargazers_count":271,"open_issues_count":6,"forks_count":34,"subscribers_count":9,"default_branch":"docking_inter","last_synced_at":"2025-09-22T12:15:40.228Z","etag":null,"topics":["imgui","luajit","luajit-ffi"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sonoro1234.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-02-26T17:53:29.000Z","updated_at":"2025-09-22T10:35:41.000Z","dependencies_parsed_at":"2024-02-24T13:26:48.722Z","dependency_job_id":"dd418517-8677-4e6b-a53d-01d61c42b94c","html_url":"https://github.com/sonoro1234/LuaJIT-ImGui","commit_stats":{"total_commits":503,"total_committers":4,"mean_commits":125.75,"dds":0.3240556660039762,"last_synced_commit":"f3803cbeec7793173b00167362338bccf8c9b154"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"purl":"pkg:github/sonoro1234/LuaJIT-ImGui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonoro1234%2FLuaJIT-ImGui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonoro1234%2FLuaJIT-ImGui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonoro1234%2FLuaJIT-ImGui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonoro1234%2FLuaJIT-ImGui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sonoro1234","download_url":"https://codeload.github.com/sonoro1234/LuaJIT-ImGui/tar.gz/refs/heads/docking_inter","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sonoro1234%2FLuaJIT-ImGui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551490,"owners_count":26005389,"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-10-06T02:00:05.630Z","response_time":65,"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":["imgui","luajit","luajit-ffi"],"created_at":"2024-11-17T11:42:31.953Z","updated_at":"2025-10-06T02:55:04.129Z","avatar_url":"https://github.com/sonoro1234.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LuaJIT-ImGui\n\n![sample](sample.png)\n\n![notepad](https://github.com/user-attachments/assets/2a1f16b6-a88e-446c-ac07-869de5d79129)\n\nThis is a LuaJIT binding for the excellent C++ immediate gui [imgui](https://github.com/ocornut/imgui).\nUses cimgui to be the most \"up to date\" as possible.\n\nThere are backends for glfw, SDL2 and SDL3.\n\nNotes:\n* currently this wrapper is based on version [1.92.3 docking of imgui]\n\n# cloning\n\nRemember to do a recursive cloning of the repo to pull submodules also.\n\n    git clone --recurse-submodules https://github.com/sonoro1234/LuaJIT-ImGui.git\n\nIf already cloned and updating do from this repo folder:\n\n    git submodule update --init --recursive\n\n\n# compiling\n\n* linux cimgui_sdl (for love2d for example) needs: \u003ccode\u003esudo apt install libsdl2-dev\u003c/code\u003e\n* run one of the scripts in the build directory from a sibling folder to the repo. If you want to install,\n(recomended) add this \u003ccode\u003e-DLUAJIT_BIN=\"folder where LuaJIT is\"\u003c/code\u003e to the cmake command. \n* make (or make install).\n* If you didnt install in LuaJIT directory, set basedir variable in imgui.lua to the directory libimgui is found.\n* Alternatively you can build https://github.com/sonoro1234/anima which includes LuaJIT-ImGui and dependencies.\n\n# trying\n\n* Remember you also need GLFW https://github.com/sonoro1234/LuaJIT-GLFW or SDL2 https://github.com/sonoro1234/LuaJIT-SDL2 .\n* You have some scripts on the examples folder.\n* New module imgui.window for simplified use. (see window_drag_drop.lua)\n* In case you are in a hurry, you can get all done in the releases (GLFW version only).\n* Releases are now done in https://github.com/sonoro1234/anima\n\n# binding generation\n\n* if cimgui is updated the binding can be remade with ./lua/build.bat\n\n# used in\n\n* https://github.com/sonoro1234/anima\n* can be used for LOVE2D as explained in https://github.com/sonoro1234/LuaJIT-ImGui/issues/20","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonoro1234%2Fluajit-imgui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonoro1234%2Fluajit-imgui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonoro1234%2Fluajit-imgui/lists"}