{"id":13525055,"url":"https://github.com/tesselode/nata","last_synced_at":"2026-02-18T10:13:25.117Z","repository":{"id":92854260,"uuid":"110418621","full_name":"tesselode/nata","owner":"tesselode","description":"Entity management for Lua.","archived":false,"fork":false,"pushed_at":"2021-01-20T04:02:02.000Z","size":233,"stargazers_count":43,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-02T06:17:12.529Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tesselode.github.io/nata/","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/tesselode.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-11-12T09:02:47.000Z","updated_at":"2024-07-30T18:31:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc6468ab-0e58-4dd1-8c7f-bd2d41fb9b14","html_url":"https://github.com/tesselode/nata","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tesselode%2Fnata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tesselode%2Fnata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tesselode%2Fnata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tesselode%2Fnata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tesselode","download_url":"https://codeload.github.com/tesselode/nata/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222698210,"owners_count":17024879,"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":[],"created_at":"2024-08-01T06:01:15.603Z","updated_at":"2026-02-18T10:13:20.095Z","avatar_url":"https://github.com/tesselode.png","language":"Lua","funding_links":[],"categories":["[ECS Libraries](#contents)","Entity"],"sub_categories":[],"readme":"Nata\n----\nNata is a Lua library for managing entities in games. It allows you to create **entity pools**, which are containers that hold all the objects in a game, like geometry, characters, and collectibles. At its simplest, pools hold entities and allow you to call functions on them, but they also provide a minimal structure for an Entity Component System organization.\n\nTo see Nata in action, open the demo with LÖVE from the root directory:\n```\nlove demo\n```\n\n## Installation\nTo use Nata, place `nata.lua` in your project, and then add this code to the files where you use Nata:\n```lua\nlocal nata = require 'nata' -- if your nata.lua is in the root directory\nlocal nata = require 'path.to.nata' -- if it's in subfolders\n```\n\n## Documentation\n### [Tutorial](https://tesselode.github.io/nata/topics/tutorial.md.html) | [API reference](https://tesselode.github.io/nata/)\n\n## Contributing\nNata is a young library, so feel free to make suggestions about the design! Issues and pull requests are always welcome.\n\nTo run the tests, run the following command from the root directory:\n```\nbusted test\n```\n\nThe tests are very new, so they might have mistakes and/or not cover every edge case. Please help me improve them!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftesselode%2Fnata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftesselode%2Fnata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftesselode%2Fnata/lists"}