{"id":15140978,"url":"https://github.com/appgurueu/modlib","last_synced_at":"2026-02-28T00:41:30.213Z","repository":{"id":44409921,"uuid":"176557442","full_name":"appgurueu/modlib","owner":"appgurueu","description":"Modular Multipurpose Minetest Modding Library","archived":false,"fork":false,"pushed_at":"2025-01-25T15:47:43.000Z","size":672,"stargazers_count":23,"open_issues_count":2,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T16:26:23.223Z","etag":null,"topics":["b3d","configuration","data-structures","lua","math","minetest","mod","serialization"],"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/appgurueu.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","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":"2019-03-19T16:42:06.000Z","updated_at":"2025-01-25T15:47:47.000Z","dependencies_parsed_at":"2024-09-21T14:01:05.401Z","dependency_job_id":null,"html_url":"https://github.com/appgurueu/modlib","commit_stats":null,"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appgurueu%2Fmodlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appgurueu%2Fmodlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appgurueu%2Fmodlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appgurueu%2Fmodlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appgurueu","download_url":"https://codeload.github.com/appgurueu/modlib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237869146,"owners_count":19379274,"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":["b3d","configuration","data-structures","lua","math","minetest","mod","serialization"],"created_at":"2024-09-26T08:42:56.012Z","updated_at":"2025-10-23T18:30:23.014Z","avatar_url":"https://github.com/appgurueu.png","language":"Lua","readme":"# ![Logo](logo.svg) Modding Library (`modlib`)\n\nMultipurpose Minetest Modding Library\n\n## At a glance\n\nNo dependencies. Licensed under the MIT License. Written by Lars Mueller aka LMD or appguru(eu). Requires Lua 5.1 / LuaJIT.\n\n### Acknowledgement\n\n* [luk3yx](https://github.com/luk3yx): Various suggestions, bug reports and fixes\n* [grorp](https://github.com/grorp) (Gregor Parzefall): [Bug reports \u0026 proposed fixes for node box code](https://github.com/appgurueu/modlib/pull/8)\n* [NobWow](https://github.com/NobWow/): [Another bugfix](https://github.com/appgurueu/modlib/pull/7)\n\n### Principles\n\n* Game-agnostic: Modlib aims to provide nothing game-specific;\n* Minimal invasiveness: Modlib should not disrupt other mods;\n  even at the expense of syntactic sugar, changes to the global\n  environment - apart from the addition of the modlib scope - are forbidden\n* Architecture: Modlib is organized hierarchically\n* Performance: Modlib tries to not compromise performance for convenience; modlib loads lazily\n\n## Tests\n\nThe tests are located in a different repo, [`modlib_test`](https://github.com/appgurueu/modlib_test), as they are quite heavy due to testing the PNG reader using PngSuite. Reading the tests for examples of API usage is recommended.\n\n## API\n\n(Incomplete) documentation resides in the `doc` folder; you'll have to dive into the code for everything else.\n\nThe mod namespace is `modlib`, containing all modules which in turn contain variables \u0026 functions.\n\nModules are lazily loaded by indexing the `modlib` table. Do `_ = modlib.\u003cmodule\u003e` to avoid file load spikes at run time.\n\nLocalizing modules (`local \u003cmodule\u003e = modlib.\u003cmodule\u003e`) is recommended.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappgurueu%2Fmodlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappgurueu%2Fmodlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappgurueu%2Fmodlib/lists"}