{"id":29918072,"url":"https://github.com/ihategamedev/tel","last_synced_at":"2025-08-02T05:43:34.739Z","repository":{"id":286631962,"uuid":"962017375","full_name":"IHateGameDev/TEL","owner":"IHateGameDev","description":"TEL is a tiny extension loader","archived":false,"fork":false,"pushed_at":"2025-07-18T17:22:17.000Z","size":379,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T21:53:00.985Z","etag":null,"topics":["c","dll","extension","library","so"],"latest_commit_sha":null,"homepage":"https://ihategamedev.github.io/TEM/","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/IHateGameDev.png","metadata":{"files":{"readme":"docs/Readme.md","changelog":null,"contributing":"docs/Contributing.md","funding":null,"license":"License","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/Security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-07T14:19:02.000Z","updated_at":"2025-07-18T17:13:03.000Z","dependencies_parsed_at":"2025-07-18T21:53:02.144Z","dependency_job_id":null,"html_url":"https://github.com/IHateGameDev/TEL","commit_stats":null,"previous_names":["ihategamedev/tem","ihategamedev/tel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IHateGameDev/TEL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHateGameDev%2FTEL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHateGameDev%2FTEL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHateGameDev%2FTEL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHateGameDev%2FTEL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IHateGameDev","download_url":"https://codeload.github.com/IHateGameDev/TEL/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IHateGameDev%2FTEL/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268339413,"owners_count":24234546,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["c","dll","extension","library","so"],"created_at":"2025-08-02T05:43:33.741Z","updated_at":"2025-08-02T05:43:34.722Z","avatar_url":"https://github.com/IHateGameDev.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# TEL - create your extensible application\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n![Static Badge](https://img.shields.io/badge/Release-r0.1.5-blue)\n![Static Badge](https://img.shields.io/badge/Build%20status-passed-green)\n[![Static Badge](https://img.shields.io/badge/License-MIT-orange)](../License)\n[![Static Badge](https://img.shields.io/badge/Documentation-page-darkcyan)](https://ihategamedev.github.io/TEL/)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg align=\"center\" src=\"./Assets/Logo.webp\" alt=\"Logo\" /\u003e\n\n\u003c/div\u003e\n\n## Features\n\n- Quick creation of extension system based on shared libraries\n- Easy and tiny API\n- Few depends:\n  - libc\n  - [APIMacros](https://github.com/IHateGameDev/APIMacros)\n    - dlfcn.h / windows.h\n\n## Guidelines\n\nSee the [Guidelines.md](./Guidelines.md) for implementing TEL in a project and standard specification for creating extensions.\n\n## Build\n\n### CMake options\n\n| **Option**     | **Description**                         | **Default value** |\n| :------------- | :-------------------------------------: | ----------------: |\n| BUILD_STATIC   | Add static library to targets           | ON                |\n| BUILD_SHARED   | Add shared library to targets           | OFF               |\n| BUILD_EXAMPLES | Enable building examples                | OFF               |\n| EXAMPLES_USE   | Type of library use on compile examples | \"Static\"          |\n\n### Build with CMake\n\nDefault install and build commands:\n```bash\ngit clone https://github.com/IHateGameDev/TEL.git\ncd TEL\nmkdir build\ncd build\ncmake -DCMAKE_BUILD_TYPE=Release .. -g Ninja\nninja\n\nninja install\n```\n\nYou can safely use `make` instead of `ninja`:\n```bash\ngit clone https://github.com/IHAteGameDev/TEL.git\ncd TEL\nmkdir build cd build\ncmake -DCMAKE_BUILD_TYPE=Release ..\nmake\n\nmake install\n```\n\n## Contributing\n\nIf you want to contribute see [Contributing.md](./Contributing.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihategamedev%2Ftel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fihategamedev%2Ftel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fihategamedev%2Ftel/lists"}