{"id":19312281,"url":"https://github.com/adaiasmagdiel/raylib-examples","last_synced_at":"2026-06-08T23:31:29.952Z","repository":{"id":220572898,"uuid":"751976334","full_name":"AdaiasMagdiel/raylib-examples","owner":"AdaiasMagdiel","description":"This repository contains a compilation of raylib library examples that I start to make tailored for the Windows environment.","archived":false,"fork":false,"pushed_at":"2024-02-04T12:47:31.000Z","size":1776,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T03:45:10.158Z","etag":null,"topics":["c","generative-art","graphics","raylib"],"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/AdaiasMagdiel.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-02-02T18:35:18.000Z","updated_at":"2024-02-10T09:18:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"2504e4ed-4985-4d66-a4e9-c8907afdc5be","html_url":"https://github.com/AdaiasMagdiel/raylib-examples","commit_stats":null,"previous_names":["adaiasmagdiel/raylib-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdaiasMagdiel/raylib-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaiasMagdiel%2Fraylib-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaiasMagdiel%2Fraylib-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaiasMagdiel%2Fraylib-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaiasMagdiel%2Fraylib-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdaiasMagdiel","download_url":"https://codeload.github.com/AdaiasMagdiel/raylib-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaiasMagdiel%2Fraylib-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34085321,"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-08T02:00:07.615Z","response_time":111,"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","generative-art","graphics","raylib"],"created_at":"2024-11-10T00:34:08.613Z","updated_at":"2026-06-08T23:31:29.946Z","avatar_url":"https://github.com/AdaiasMagdiel.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raylib Examples\n\nThis repository contains a compilation of [raylib library](https://github.com/raysan5/raylib) examples that I start to make tailored for the Windows environment. Run the `compile.bat` file with the example folder as argument to facilitate the compilation of the corresponding example.\n\n## Getting Started\n\nTo get started, clone this repository to your local machine using the following command:\n\n```cmd\ngit clone https://github.com/AdaiasMagdiel/raylib-examples.git\n```\n\n### Compilation\n\nTo compile the examples, run the `compile.bat` file and pass the example folder as argument. This will ensure that the code is compiled correctly, allowing you to run the example. If you wish to run the program after compilation, just pass the argument 'run' after the example.\n\nFor example:\n\n```cmd\ncompile.bat examples\\gradient_rect\n```\n\nOr\n\n```cmd\ncompile.bat examples\\pacpac run\n```\n\nMaybe you need w64devkit to have GCC and all the necessary tools available, you can download the Devkit MinGW-W64/GCC from [here](https://github.com/skeeto/w64devkit/) and add it to the system's PATH.\n\n## Available Examples\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003ca href=\"./examples/gradient_rect/main.c\"\u003e\n        \u003cimg src=\"./examples/gradient_rect/image.png\" alt=\"Test with rects and colors\" title=\"Test with rects and colors\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003ca href=\"./examples/pacpac/main.c\"\u003e\n        \u003cimg src=\"./examples/pacpac/image.png\" alt=\"A lot of Pacpac (not Pacma*) spinning\" title=\"A lot of Pacpac (not Pacma*) spinning\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd\u003e\n      \u003ca href=\"./examples/truchet_tiles/main.c\"\u003e\n        \u003cimg src=\"./examples/truchet_tiles/image.png\" alt=\"Truchet tiles made with triangles\" title=\"Truchet tiles made with triangles\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\n  \u003ctr\u003e\n    \u003ctd\u003e\n      \u003ca href=\"./examples/snake/main.c\"\u003e\n        \u003cimg src=\"./examples/snake/image.png\" alt=\"A simple snake game with a few bugs\" title=\"A simple snake game with a few bugs\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Used Libraries\n\n### raylib\n\nThis project utilizes the raylib library for generate graphics. Please review the raylib license before using or contributing to this project. Refer to the [LICENSE-raylib](raylib/LICENSE-raylib) file for more details.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadaiasmagdiel%2Fraylib-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadaiasmagdiel%2Fraylib-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadaiasmagdiel%2Fraylib-examples/lists"}