{"id":15103942,"url":"https://github.com/burdockcascade/amore","last_synced_at":"2025-10-23T00:30:34.826Z","repository":{"id":250505045,"uuid":"834649246","full_name":"burdockcascade/amore","owner":"burdockcascade","description":null,"archived":true,"fork":false,"pushed_at":"2024-08-01T23:36:32.000Z","size":330,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-17T07:22:03.859Z","etag":null,"topics":["love2d","love2d-framework","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/burdockcascade.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-07-27T23:30:57.000Z","updated_at":"2024-10-05T20:56:04.000Z","dependencies_parsed_at":"2024-09-20T10:30:22.443Z","dependency_job_id":"d6833c55-9f9a-4d00-8ebf-d910d427ddea","html_url":"https://github.com/burdockcascade/amore","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"7600648cf6f240c10c4dae812a22c023ca6a0ac3"},"previous_names":["burdockcascade/amore"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burdockcascade%2Famore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burdockcascade%2Famore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burdockcascade%2Famore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burdockcascade%2Famore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burdockcascade","download_url":"https://codeload.github.com/burdockcascade/amore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237754151,"owners_count":19360654,"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":["love2d","love2d-framework","lua"],"created_at":"2024-09-25T19:43:51.555Z","updated_at":"2025-10-23T00:30:34.450Z","avatar_url":"https://github.com/burdockcascade.png","language":"Lua","readme":"# Amore\n\n## Status\nThis project is in the early stages of development. It is not yet ready for use.\n\n## Description\nAmore is a simple 2D game engine built on top of Love2D. It is designed to be simple and easy to use, while still providing a lot of flexibility.\n\n## Example\n```lua\nlocal resources = {\n    images = {\n        love2dwhale = { path = \"assets/love2dwhale.png\" }\n    }\n}\n\nlocal love_whale = {\n    type = \"sprite\",\n    visible = true,\n    paint = {\n        texture = \"love2dwhale\",\n    },\n    transform = {\n        position = { x = 300, y = 300 },\n        origin = { x = 174/2, y = 174/2 }\n    },\n    events = {\n        update = function(app, node, dt)\n            node.transform.rotation = (node.transform.rotation or 0) + 0.01\n        end\n    }\n}\n\nSTART(resources, love_whale)\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburdockcascade%2Famore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburdockcascade%2Famore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburdockcascade%2Famore/lists"}