{"id":17008781,"url":"https://github.com/i-e-b/raylibtest","last_synced_at":"2025-08-30T06:34:23.119Z","repository":{"id":233219659,"uuid":"717468796","full_name":"i-e-b/RayLibTest","owner":"i-e-b","description":"Testing RayLib","archived":false,"fork":false,"pushed_at":"2023-11-11T15:15:58.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-27T12:11:16.814Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","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/i-e-b.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}},"created_at":"2023-11-11T15:15:55.000Z","updated_at":"2023-11-11T15:16:01.000Z","dependencies_parsed_at":"2024-04-14T19:49:40.975Z","dependency_job_id":"b8bdc288-c385-46a7-a496-6f667aa48f31","html_url":"https://github.com/i-e-b/RayLibTest","commit_stats":null,"previous_names":["i-e-b/raylibtest"],"tags_count":0,"template":false,"template_full_name":"SasLuca/raylib-cmake-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-e-b%2FRayLibTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-e-b%2FRayLibTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-e-b%2FRayLibTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/i-e-b%2FRayLibTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/i-e-b","download_url":"https://codeload.github.com/i-e-b/RayLibTest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244958899,"owners_count":20538621,"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":[],"created_at":"2024-10-14T05:29:15.460Z","updated_at":"2025-03-22T12:29:20.368Z","avatar_url":"https://github.com/i-e-b.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple and portable CMake template for raylib\n\nThis is a basic project template for raylib using CMake and has been tested with Visual Studio, Visual Studio Code and CLion.\n\nThe master branch of the raylib source code is downloaded using CMake FetchContent from github and compiled from source as it is much easier than including prebuilt binaries for every platform and configuration.\n\nBuilding from the cmake file will build both raylib and `src/main.c` which includes a basic example of a raylib program.\n\n## Asset handling\n\nThe example in `src/main.c` uses an example image located in the `assets` folder.\nTo load it we use `ASSETS_PATH`, which is a string macro with the *absolute* path \"assets\" directory.\nThis macro is defined in the `CMakeLists.txt` file on line `23`.\n \nIf you plan on releasing or sharing your game consider manually setting the value of the `ASSETS_PATH` macro.\n\nIn C you can concatenate string literals by putting them next to each other, \neg: `\"A\" \"B\"` is `\"AB\"`. So ASSETS_PATH `\"test.png\"` becomes `\"/path/to/your/assets/test.png\"`\n\nIf you wanna share your game with others you should set ASSETS_PATH to be a *relative* path like \"./assets/\". You can do this in the CMakeLists.txt file. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi-e-b%2Fraylibtest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fi-e-b%2Fraylibtest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fi-e-b%2Fraylibtest/lists"}