{"id":26186744,"url":"https://github.com/desmonhak/ecs","last_synced_at":"2026-05-28T07:31:22.257Z","repository":{"id":276702705,"uuid":"920559230","full_name":"desmonHak/ECS","owner":"desmonHak","description":"Librería sencilla para el manejo y creación de ECS dinámicos.","archived":false,"fork":false,"pushed_at":"2025-02-09T23:16:23.000Z","size":177,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-26T19:42:05.215Z","etag":null,"topics":["c","ecs"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/desmonHak.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":"2025-01-22T11:16:53.000Z","updated_at":"2025-02-09T23:17:26.000Z","dependencies_parsed_at":"2025-02-10T00:29:42.130Z","dependency_job_id":null,"html_url":"https://github.com/desmonHak/ECS","commit_stats":null,"previous_names":["desmonhak/ecs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/desmonHak/ECS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desmonHak%2FECS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desmonHak%2FECS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desmonHak%2FECS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desmonHak%2FECS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/desmonHak","download_url":"https://codeload.github.com/desmonHak/ECS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/desmonHak%2FECS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33599465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"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","ecs"],"created_at":"2025-03-11T23:34:09.012Z","updated_at":"2026-05-28T07:31:22.237Z","avatar_url":"https://github.com/desmonHak.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ECS\n\n----\n\n# Actualizacion/instalacion de submodulos\n\nantes de hacer nada es necesario instalar/descargar los submodulos con el comando:\n```\ngit submodule update --init --recursive\n```\n\nestando situado en la raiz del proyecto.\n\n----\n\n## Compilacion a libreria estatica `.a`\n\nLa compilaciom a libreria estatica se hace mediante la utilidad `make`/`mingw32-make`. La compilacion se efectua de la siguiente manera:\n\nEn Linux:\n```bash\nmake -f linux.mk generate_lib\n```\n\nEn Windows:\n```bash\nmingw32-make -f windows.mk generate_lib\n```\n\n### Alternativas a `generate_lib`\nLos archivos `Makefile` estan configurados para generar tambien codigo de ejemplo y versiones 'debug' de las librerias y codigo:\n\n- `generate_lib_debug`: permite compilar la libreria y sus sub-libreria en modo debug, viendo el trazado de llamadas con sus argumentos recibidos.\n- `examples`: permite compilar los ejemplos de la carpeta `./examples`.\n- `examples_debug`: permite compilar los ejemplos de la carpeta `./examples` en version debug.\n- `all`: permite compilar todo en modo 'no-debug'.\n- `cleanobj`: elimina todo los archivos objetos generados.\n- `cleanall`: invoca a `cleanobj`, elimina los archivos `.a` y la version release.\n\n----\n\ndocumentacion [aqui en HTML.](./doc/html/index.html)\n\n----","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesmonhak%2Fecs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdesmonhak%2Fecs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdesmonhak%2Fecs/lists"}