{"id":19768283,"url":"https://github.com/matiasvlevi/lu5","last_synced_at":"2025-07-06T10:37:19.580Z","repository":{"id":236233806,"uuid":"789963953","full_name":"matiasvlevi/lu5","owner":"matiasvlevi","description":"Lua interpreter for Creative Coding","archived":false,"fork":false,"pushed_at":"2024-09-10T03:02:02.000Z","size":14269,"stargazers_count":30,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-10T09:56:58.290Z","etag":null,"topics":["coding","creative-coding","graphics","lu5","lua","lua-interpreter","opengl","p5js","stem"],"latest_commit_sha":null,"homepage":"https://matiasvlevi.github.io/lu5/","language":"C","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/matiasvlevi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-22T02:17:42.000Z","updated_at":"2024-09-10T03:02:05.000Z","dependencies_parsed_at":"2024-05-06T18:05:43.311Z","dependency_job_id":"c1e1dac1-adaa-4cea-bcd3-0295a4fffb22","html_url":"https://github.com/matiasvlevi/lu5","commit_stats":null,"previous_names":["matiasvlevi/lu5"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiasvlevi%2Flu5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiasvlevi%2Flu5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiasvlevi%2Flu5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiasvlevi%2Flu5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matiasvlevi","download_url":"https://codeload.github.com/matiasvlevi/lu5/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251742824,"owners_count":21636517,"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":["coding","creative-coding","graphics","lu5","lua","lua-interpreter","opengl","p5js","stem"],"created_at":"2024-11-12T04:36:55.161Z","updated_at":"2025-04-30T16:34:10.561Z","avatar_url":"https://github.com/matiasvlevi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./docs/assets/logo.svg\"/\u003e\n\u003c/p\u003e\n\n\n\u003ch4 align=\"center\"\u003eLua interpreter for Creative Coding\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://matiasvlevi.github.io/lu5/\"\u003eWebsite\u003c/a\u003e •\n\t\u003ca href=\"https://matiasvlevi.github.io/lu5/latest\"\u003eDocumentation\u003c/a\u003e •\n\t\u003ca href=\"./CONTRIBUTING.md\"\u003eContributing\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\nProvides a similar experience to \u003ca href=\"https://p5js.org\"\u003ep5.js\u003c/a\u003e in Lua.\n\n\u003cbr/\u003e\n\n\nThis sketch draws a circle at position `300, 300`.\n\n```lua\nfunction setup()\n    createWindow(600, 600);\nend\n\nfunction draw()\n    background('purple');\n\n    circle(300, 300, 32);\nend\n```\n\n### Run\n\n```sh\nlu5 file.lua\n```\n\n\u003cbr/\u003e\n\n# Install\n\n### Windows\n\nUse the installer found on the [project's homepage](https://matiasvlevi.github.io/lu5/) or in the [project's releases](https://github.com/matiasvlevi/lu5/releases).\n\n\n### Linux\n\nfor Arch based systems, use the AUR\n\n```sh\nyay -S lu5\n```\n\nfor other distributions, you might want to [build from source](./BUILD.md).\n\n\n\u003cbr/\u003e\n\n### Examples\n\n* [3D Game example](https://github.com/matiasvlevi/lu5-space-game)\n* Examples in `examples/*.lua`\n* Examples can also be found in the [website's documentation](https://matiasvlevi.github.io/lu5/latest)\n\n\n\u003e Note: Run all the examples with `make examples`\n\n\u003cbr/\u003e\n\n### Roadmap\n\nSee [lu5's roadmap](./ROADMAP.md)\n\n\n### Contributions\n\nContributions to expand the lu5 api are welcomed in any form. \n\n[Contribution docs](./CONTRIBUTING.md) are provided for contributions with Pull requests.\n\n\u003cbr/\u003e\n\n---\n\nLicense MIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatiasvlevi%2Flu5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatiasvlevi%2Flu5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatiasvlevi%2Flu5/lists"}