{"id":27048532,"url":"https://github.com/industrythreats/love-development-kit","last_synced_at":"2026-05-05T21:34:25.624Z","repository":{"id":264745864,"uuid":"816107313","full_name":"IndustryThreats/love-development-kit","owner":"IndustryThreats","description":"The Swiss Army knife for creating and distributing LOVE2D games.","archived":false,"fork":false,"pushed_at":"2024-12-07T19:02:27.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-04T20:42:04.154Z","etag":null,"topics":["ldk","love","love-development-kit","love2d","lua","luarocks","rentless-garage"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/IndustryThreats.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-06-17T04:02:04.000Z","updated_at":"2024-12-07T19:02:30.000Z","dependencies_parsed_at":"2024-11-26T07:05:25.938Z","dependency_job_id":null,"html_url":"https://github.com/IndustryThreats/love-development-kit","commit_stats":null,"previous_names":["rentless-garage/ldk","rentlessgarage/love-development-kit","industrythreats/love-development-kit"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndustryThreats%2Flove-development-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndustryThreats%2Flove-development-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndustryThreats%2Flove-development-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndustryThreats%2Flove-development-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IndustryThreats","download_url":"https://codeload.github.com/IndustryThreats/love-development-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299850,"owners_count":20916193,"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","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":["ldk","love","love-development-kit","love2d","lua","luarocks","rentless-garage"],"created_at":"2025-04-05T07:15:06.708Z","updated_at":"2026-05-05T21:34:25.606Z","avatar_url":"https://github.com/IndustryThreats.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# love-development-kit\n\n## ⚠️ LDK is undergoing a major refactor, read more [here](./doc/0.3-REFACTOR.md)).\n\nThe Swiss Army knife for creating and distributing LOVE2D games.\n\n## Getting Started\n\nCreate a new LOVE2D project;\n```sh\nldk init [project-name]\n```\n\nTo bundle:\n\n```bash\n# The resulting bundle will be located in the build directory.\nldk bundle\n```\n\nTo bundle, then run (useful for development);\n```sh\nldk dev\n```\n\nUsing luarocks in you're game? LDK supports it!\nJust edit you're ldk.project.json and add these fields;\n\u003e Note: C Modules will not work with LOVE2D. Make sure your modules are pure lua!\n```jsonc\n{\n    \"luaversion\": \"MAJOR.MINOR\", //\n    \"luarocks\": true\n}\n```\n\nNow just require from the lib directory!\n```lua\nlocal rock = require(\"lib.rock\")\n```\n\n## Planned Features\n\n* build subcommand to fuse games for Windows and Linux.\n* configuration of zip layout\n* hotreload\n* standard library (camera, actor, vector, etc)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findustrythreats%2Flove-development-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findustrythreats%2Flove-development-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findustrythreats%2Flove-development-kit/lists"}