{"id":22300750,"url":"https://github.com/paladin-t/bitty.luax_plugin","last_synced_at":"2025-03-25T23:29:34.659Z","repository":{"id":77919127,"uuid":"399470987","full_name":"paladin-t/bitty.luax_plugin","owner":"paladin-t","description":"A Lua-extension plugin for Bitty Engine.","archived":false,"fork":false,"pushed_at":"2021-08-25T09:25:12.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-30T20:43:53.178Z","etag":null,"topics":["bitty","bitty-engine","compiler","lua"],"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/paladin-t.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":"2021-08-24T13:13:33.000Z","updated_at":"2023-01-26T22:43:57.000Z","dependencies_parsed_at":"2023-02-27T22:00:31.743Z","dependency_job_id":null,"html_url":"https://github.com/paladin-t/bitty.luax_plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladin-t%2Fbitty.luax_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladin-t%2Fbitty.luax_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladin-t%2Fbitty.luax_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paladin-t%2Fbitty.luax_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paladin-t","download_url":"https://codeload.github.com/paladin-t/bitty.luax_plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245560087,"owners_count":20635490,"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":["bitty","bitty-engine","compiler","lua"],"created_at":"2024-12-03T18:13:50.398Z","updated_at":"2025-03-25T23:29:34.653Z","avatar_url":"https://github.com/paladin-t.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Luax compiler plugin for Bitty Engine\n\nThis repository implements a custom compiler/transpiler plugin for [Bitty Engine](https://github.com/paladin-t/bitty) with an extended Lua syntex.\n\nThis plugin implements `+=` and `-=` operators which the original Lua doesn't support.\n\n```lua\nlocal a = 0\nfor i = 1, 42 do\n  a += 1 -- Extended operator \"+=\".\nend\nprint(a)\n\nfor i = 1, 42 do\n  a -= 1 -- Extended operator \"-=\".\nend\nprint(a)\n```\n\nSeealso [paladin-t/bitty.compiler_plugin](https://github.com/paladin-t/bitty.compiler_plugin) for details.\n\n## Installing\n\n1. Clone or download this repository.\n2. Click \"Project\", \"Browse Data Directory...\" from the menu bar.\n3. Ensure there is a \"plugins\" directory under that directory.\n4. Put the \"plugin.bit\" into the new created \"plugins\" directory. And name it properly.\n5. Reopen Bitty Engine.\n\n## Injecting\n\n1. Create a new asset, select the registered \"luax\" type.\n2. Click \"Install\" to inject necessary assets to the target project.\n3. Write and run Luax code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaladin-t%2Fbitty.luax_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaladin-t%2Fbitty.luax_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaladin-t%2Fbitty.luax_plugin/lists"}