{"id":33289527,"url":"https://github.com/captkirk88/zevy-raylib","last_synced_at":"2026-06-11T18:31:30.581Z","repository":{"id":324530371,"uuid":"1097400089","full_name":"captkirk88/zevy-raylib","owner":"captkirk88","description":"zevy-raylib is a abstraction for Raylib with zevy-ecs. It provides a plugin-based architecture for rapid game prototyping. (work in progress)","archived":false,"fork":false,"pushed_at":"2026-06-04T01:43:15.000Z","size":2258,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-04T03:10:28.813Z","etag":null,"topics":["raylib","raylib-zig","zevy","zevy-ecs","zig","zig-library","zig-package"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/captkirk88.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-16T05:11:50.000Z","updated_at":"2026-06-04T01:43:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/captkirk88/zevy-raylib","commit_stats":null,"previous_names":["captkirk88/zevy-raylib"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/captkirk88/zevy-raylib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captkirk88%2Fzevy-raylib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captkirk88%2Fzevy-raylib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captkirk88%2Fzevy-raylib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captkirk88%2Fzevy-raylib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/captkirk88","download_url":"https://codeload.github.com/captkirk88/zevy-raylib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/captkirk88%2Fzevy-raylib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34213180,"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-06-11T02:00:06.485Z","response_time":57,"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":["raylib","raylib-zig","zevy","zevy-ecs","zig","zig-library","zig-package"],"created_at":"2025-11-17T22:01:32.476Z","updated_at":"2026-06-11T18:31:30.575Z","avatar_url":"https://github.com/captkirk88.png","language":"Zig","funding_links":[],"categories":["Multimedia \u0026 Graphics"],"sub_categories":["Game Development"],"readme":"\u003e [!NOTE]\n\u003e Archived, see [zevy-ecs](https://www.github.com/captkirk88/zevy-ecs) README for details.\n\n# Zevy Raylib\n\n[license]: https://img.shields.io/github/license/captkirk88/zevy-raylib?style=for-the-badge\u0026logo=opensourcehardware\u0026label=License\u0026logoColor=C0CAF5\u0026labelColor=414868\u0026color=8c73cc\n\n[![][license]](https://github.com/captkirk88/zevy-raylib/blob/main/LICENSE)\n\n[![Zig Version](https://img.shields.io/badge/zig-0.16.0-blue.svg)](https://ziglang.org/)\n\n\u003e [!WARNING]\n\u003e This library and its APIs are experimental.\n\u003e The API and internal behavior can and will change without backward compatibility guarantees.\n\u003e Tests and cross-platform coverage are limited — treat this as a development-ready library, not production-ready.\n\u003e Please open issues or submit PRs if you rely on features that should be stabilized or suggested.\n\n### Table of contents\n\n- [Introduction](#introduction)\n- [Quick Start](#quick-start)\n- [Contributing](#contributing)\n- [Projects](#projects)\n- [License](#license)\n\n---\n\n## Introduction\n\nZevy Raylib is a small library that wires the Raylib runtime into a Zevy ECS-based app. It handles window creation, input harvesting, asset management and sets up RayGui-based UI systems with multiple layout options.\n\n---\n\n## Quick Start\n\n[Examples](examples/) can be ran with:\n\n```bash\nzig build examples\n```\n\n\u003e [!NOTE]\n\u003e Requires `libgl-dev libx11-dev libxrandr-dev libxinerama-dev libxi-dev libxcursor-dev` on Linux.\n\n---\n\n## Contributing\n\n- Follow existing Zig patterns\n- Register new plugins in `src/root.zig` by adding them to `plug()`\n- Add unit tests beside features in the `src/*` directory. Prefer tests to be named `*_tests.zig`.\n\n## Projects\n- [zevy-alloy](https://github.com/captkirk88/zevy-alloy)\n- [zevy-ecs](https://github.com/captkirk88/zevy-ecs)\n\n## License\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaptkirk88%2Fzevy-raylib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcaptkirk88%2Fzevy-raylib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcaptkirk88%2Fzevy-raylib/lists"}