{"id":40754843,"url":"https://github.com/keyle/raylib-converter","last_synced_at":"2026-01-21T16:08:55.389Z","repository":{"id":216120989,"uuid":"739212184","full_name":"keyle/raylib-converter","owner":"keyle","description":"snake_case raylib.h / raymath.h","archived":false,"fork":false,"pushed_at":"2024-05-04T06:37:10.000Z","size":18,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-20T20:46:44.593Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/keyle.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}},"created_at":"2024-01-05T03:06:41.000Z","updated_at":"2025-04-08T18:40:17.000Z","dependencies_parsed_at":"2024-01-08T16:04:09.710Z","dependency_job_id":"7afb0c7b-2729-42a7-b141-b3802a2a5006","html_url":"https://github.com/keyle/raylib-converter","commit_stats":null,"previous_names":["keyle/raylib-converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/keyle/raylib-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyle%2Fraylib-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyle%2Fraylib-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyle%2Fraylib-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyle%2Fraylib-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keyle","download_url":"https://codeload.github.com/keyle/raylib-converter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keyle%2Fraylib-converter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-21T16:08:54.672Z","updated_at":"2026-01-21T16:08:55.383Z","avatar_url":"https://github.com/keyle.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## snake_case converter for raylib.h\n\n- version 1.0, Jan 5 2024\n- version 1.1, May 4 2024(!)\n\n(MIT license) - @keyle\n\nThis is a converter from raylib's traditional CamelCase to lowercase snake_case.\n\nIn C, I prefer the old traditional naming style, it fits better with other libraries, as well as mine(s)\nalso I found it weird to have uint16_t etc. mixed with Vector2 etc. I don't like the mish-mash.\n\nNOTE: this converter is NOT part of the raylib library (https://www.raylib.com/) and is provided \"as-is\".\n\n### Process:\n\n- parses raylib.h in the current folder\n- creates macros for all \"_FunctionName_\" to \"**_r_function_name_**\"\n- creates macros for all \"_TypeName_\" to \"**_type_name_t_**\"\n- saves the content into _raylib_s.h_\n- does the same for raymath.h\n\nThis approach is non-destructive, so you can copy-paste a raylib examples, they will work\nthen eventually rewrite it to snake_case and it will work just the same\nthere is also no cost added at runtime\n\n### Usage: \n\n- put this script in the same folder as \"raylib.h\" \n- python converter.py (Note: python3)\n- if all goes well, you should have an additional file \"raylib_s.h\"\n- #include \"raylib_s.h\" (instead of \"raylib.h\", but keep it as it's not a replacement)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyle%2Fraylib-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeyle%2Fraylib-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeyle%2Fraylib-converter/lists"}