{"id":16186993,"url":"https://github.com/robloach/raylib-meson","last_synced_at":"2025-04-07T13:26:51.272Z","repository":{"id":66036482,"uuid":"164355335","full_name":"RobLoach/raylib-meson","owner":"RobLoach","description":"raylib meson build system.","archived":false,"fork":false,"pushed_at":"2019-01-07T09:34:40.000Z","size":76716,"stargazers_count":9,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T18:02:06.209Z","etag":null,"topics":["meson","raylib"],"latest_commit_sha":null,"homepage":"https://github.com/RobLoach/raylib-meson-sample","language":"Meson","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RobLoach.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-01-06T23:43:35.000Z","updated_at":"2024-04-03T05:16:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"c69a5126-1534-4691-8628-750d0dfd869b","html_url":"https://github.com/RobLoach/raylib-meson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fraylib-meson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fraylib-meson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fraylib-meson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobLoach%2Fraylib-meson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobLoach","download_url":"https://codeload.github.com/RobLoach/raylib-meson/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247659647,"owners_count":20974750,"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":["meson","raylib"],"created_at":"2024-10-10T07:19:59.975Z","updated_at":"2025-04-07T13:26:51.248Z","avatar_url":"https://github.com/RobLoach.png","language":"Meson","funding_links":[],"categories":[],"sub_categories":[],"readme":"# raylib-meson\n\n[raylib](https://github.com/raysan5/raylib) build for [Meson](https://mesonbuild.com) projects.\n\n## Usage\n\n1. Create a [meson.build](examples/core_basic_window/meson.build) file\n    ``` python\n    project('myproject', 'c',\n      version : '1.0.0',\n      license: 'MIT'\n    )\n\n    raylib_proj = subproject('raylib')\n    raylib_dep = raylib_proj.get_variable('raylib_dep')\n\n    executable('myproject', 'myproject.c',\n      dependencies: [raylib_dep]\n    )\n    ```\n    \n2. Create the [subprojects .wrap files](examples/core_basic_window/subprojects)\n    - [`subprojects/glfw.wrap`](examples/core_basic_window/subprojects/glfw.wrap)\n    - [`subprojects/raylib.wrap`](examples/core_basic_window/subprojects/raylib.wrap)\n\n3. Build the project\n    ``` bash\n    meson build\n    cd build\n    ninja\n    ```\n\nSee [the `examples` folder](examples) for some examples of this in place. Also see [raylib-meson-sample](https://github.com/RobLoach/raylib-meson-sample) for a dedicated repository.\n\n## Development\n\n``` bash\ngit submodule update --init\nmeson build\ncd build\nninja\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobloach%2Fraylib-meson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobloach%2Fraylib-meson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobloach%2Fraylib-meson/lists"}