{"id":31796212,"url":"https://github.com/doccaico/raylib-v2","last_synced_at":"2026-02-15T09:13:00.368Z","repository":{"id":302071208,"uuid":"1011149699","full_name":"doccaico/raylib-v2","owner":"doccaico","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-30T11:32:35.000Z","size":2804,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T12:37:15.407Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"V","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doccaico.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,"zenodo":null}},"created_at":"2025-06-30T11:30:20.000Z","updated_at":"2025-06-30T11:32:38.000Z","dependencies_parsed_at":"2025-06-30T12:48:38.990Z","dependency_job_id":null,"html_url":"https://github.com/doccaico/raylib-v2","commit_stats":null,"previous_names":["doccaico/raylib-v2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doccaico/raylib-v2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Fraylib-v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Fraylib-v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Fraylib-v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Fraylib-v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doccaico","download_url":"https://codeload.github.com/doccaico/raylib-v2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doccaico%2Fraylib-v2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005277,"owners_count":26083864,"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-10-10T02:00:06.843Z","response_time":62,"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":[],"created_at":"2025-10-10T20:42:49.888Z","updated_at":"2025-10-10T20:42:52.679Z","avatar_url":"https://github.com/doccaico.png","language":"V","funding_links":[],"categories":[],"sub_categories":[],"readme":"## raylib-v2\n\n**-- Windows only --**\n\n- cl (Build Tools for Visual Studio 2022)\n- gcc and clang ([WinLibs](https://winlibs.com/): POSIX threads+LLVM/Clang/LLD/LLDB+MinGW-w64 UCRT)\n\n**-- Raylib version --**\n\n[bdda186](https://github.com/raysan5/raylib/tree/bdda18656b301303b711785db48ac311655bb3d9)\n\n### Install\n```sh\n$ v install --git https://github.com/doccaico/raylib-v2\n```\n\n### Build\n```sh\n# msvc (debug)\n$ v -cc msvc run examples\\core_basic_window.v\n\n# msvc (release)\n$ v -cc msvc -prod -subsystem windows -cmain wWinMain run examples\\core_basic_window.v\n\n# gcc (debug)\n$ v -cc gcc run examples\\core_basic_window.v\n\n# gcc (release)\n$ v -cc gcc -prod run examples\\core_basic_window.v\n\n# clang (debug)\n$ v -cc clang run examples\\core_basic_window.v\n\n# clang (release)\n$ v -cc clang -prod run examples\\core_basic_window.v\n```\n\n### How to use\n```v\nmodule main\n\nimport raylib\n\nfn main() {\n\tscreen_width := 800\n\tscreen_height := 450\n\n\traylib.init_window(screen_width, screen_height, 'raylib [core] example - basic window')\n\tdefer { raylib.close_window() }\n\n\traylib.set_target_fps(60)\n\n\tfor !raylib.window_should_close() {\n\t\traylib.begin_drawing()\n\n\t\traylib.clear_background(raylib.raywhite)\n\n\t\traylib.draw_text('Congrats! You created your first window!', 190, 200, 20, raylib.black)\n\n\t\traylib.end_drawing()\n\t}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoccaico%2Fraylib-v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoccaico%2Fraylib-v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoccaico%2Fraylib-v2/lists"}