{"id":13805260,"url":"https://github.com/mohamedLT/vraylib","last_synced_at":"2025-05-13T19:30:36.172Z","repository":{"id":147883370,"uuid":"539066237","full_name":"mohamedLT/vraylib","owner":"mohamedLT","description":"a v wrapper for the awesome raylib library","archived":false,"fork":false,"pushed_at":"2022-09-21T19:12:45.000Z","size":2875,"stargazers_count":6,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-04T01:04:42.321Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mohamedLT.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}},"created_at":"2022-09-20T15:41:09.000Z","updated_at":"2024-06-21T14:12:42.000Z","dependencies_parsed_at":"2023-04-22T18:04:54.259Z","dependency_job_id":null,"html_url":"https://github.com/mohamedLT/vraylib","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/mohamedLT%2Fvraylib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedLT%2Fvraylib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedLT%2Fvraylib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mohamedLT%2Fvraylib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mohamedLT","download_url":"https://codeload.github.com/mohamedLT/vraylib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225254288,"owners_count":17445159,"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-08-04T01:00:59.271Z","updated_at":"2024-11-18T21:30:58.200Z","avatar_url":"https://github.com/mohamedLT.png","language":"V","funding_links":[],"categories":["Libraries"],"sub_categories":["Game development"],"readme":"# Vraylib\na v wrapper for the awesome raylib library\n# Platforms\nit works on every 64bit platform if your platform does not work please contact me to help fix it or add it \n# Android!!\nfor now you can use `v -o \u003cname.c\u003e ` when you compile and follow the raylib wiki on how to compile for android just use the generated c file as src code\n\nI am planning on making vab works with it so for the time been try to not break your pc while compiling it yourself \n\none thing I can assure you is that it works and it worked for me so it will work for you \n# Install \n`v install mohamedLT.vraylib`\n# Example \n```\nmodule main\n\nimport mohamedlt.vraylib as raylib\n\n\n\n\nfn main() {\n\traylib.init_window(800, 450, c'raylib [core] example - basic window')\n\n\tfor !raylib.window_should_close() {\n\t\traylib.begin_drawing()\n\t\traylib.clear_background(raylib.white)\n\t\traylib.draw_text(c'hello',10,10,16,raylib.black)\n\t\traylib.end_drawing()\n\t}\n\n\traylib.close_window()\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmohamedLT%2Fvraylib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FmohamedLT%2Fvraylib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FmohamedLT%2Fvraylib/lists"}