{"id":20486181,"url":"https://github.com/kaandesu/raylib-mpeg2-example","last_synced_at":"2025-10-06T15:15:40.199Z","repository":{"id":260822246,"uuid":"882351329","full_name":"kaandesu/raylib-mpeg2-example","owner":"kaandesu","description":"playing video in raylib with libmpeg2","archived":false,"fork":false,"pushed_at":"2024-11-02T21:46:23.000Z","size":4186,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-08T22:37:20.752Z","etag":null,"topics":["libmpeg2","raylib","raylib-examples","video-player","video-streaming"],"latest_commit_sha":null,"homepage":"","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/kaandesu.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":"2024-11-02T15:43:33.000Z","updated_at":"2024-11-04T15:30:22.000Z","dependencies_parsed_at":"2025-01-16T04:42:49.613Z","dependency_job_id":"a9b8746d-e876-46aa-8a9a-8f8c90b9d714","html_url":"https://github.com/kaandesu/raylib-mpeg2-example","commit_stats":null,"previous_names":["kaandesu/raylib-mpeg2-example"],"tags_count":0,"template":false,"template_full_name":"kaandesu/raylib-template","purl":"pkg:github/kaandesu/raylib-mpeg2-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fraylib-mpeg2-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fraylib-mpeg2-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fraylib-mpeg2-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fraylib-mpeg2-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaandesu","download_url":"https://codeload.github.com/kaandesu/raylib-mpeg2-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaandesu%2Fraylib-mpeg2-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231355,"owners_count":25245659,"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-09-08T02:00:09.813Z","response_time":121,"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":["libmpeg2","raylib","raylib-examples","video-player","video-streaming"],"created_at":"2024-11-15T16:35:34.724Z","updated_at":"2025-10-06T15:15:35.180Z","avatar_url":"https://github.com/kaandesu.png","language":"C","readme":"## raylib-mpeg2-examle\n\nThis project is about playing video to Raylib using [libmpeg2](https://libmpeg2.sourceforge.io/)\nfor decoding.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg width=\"520\" src=\"./data/demo.gif\"\u003e\n\u003c/div\u003e\n\n### Project Setup for macOS and Linux\n\nThis document outlines the steps to set up the development environment for the project on both macOS and Linux. (haven't tested on linux yet)\n\n### Prerequisites\n\n#### macOS\n\n1. **Install Homebrew** (if not already installed):\n\n   ```bash\n   /bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n   ```\n\n2. Install Dependencies:\n\n   ```bash\n   brew install libmpeg2 raylib\n   ```\n\n#### Linux\n\n1. Install Dependencies:\n\n```bash\nsudo apt update\nsudo apt install build-essential libmpeg2-4-dev libgl1-mesa-dev libraylib-dev pkg-config\n```\n\n### Setting Up the Project\n\n```bash\ngit clone https://github.com/kaandesu/raylib-mpeg2-examle\ncd raylib-mpeg2-examle\n\nmake\n# \"make build\" to only build without running\n\n```\n\n### Notes\n\n- Ensure that `pkg-config` is installed on both macOS and Linux, as it is used to manage library compile and link flags.\n\n- On macOS, make sure you have the Xcode command line tools installed:\n\n```bash\nxcode-select --install\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaandesu%2Fraylib-mpeg2-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaandesu%2Fraylib-mpeg2-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaandesu%2Fraylib-mpeg2-example/lists"}