{"id":28697701,"url":"https://github.com/programmingrainbow/beginners-guide-to-sdl3-in-c","last_synced_at":"2025-10-15T20:01:58.182Z","repository":{"id":275044045,"uuid":"924894451","full_name":"ProgrammingRainbow/Beginners-Guide-to-SDL3-in-C","owner":"ProgrammingRainbow","description":"An in-depth guide to getting started with SDL3 in the C Language .","archived":false,"fork":false,"pushed_at":"2025-03-26T10:28:16.000Z","size":1557,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T11:35:05.612Z","etag":null,"topics":["clang","gcc","guide","sdl3","sdl3-image","sdl3-mixer","sdl3-ttf","tutorial"],"latest_commit_sha":null,"homepage":"","language":"C","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/ProgrammingRainbow.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}},"created_at":"2025-01-30T20:44:34.000Z","updated_at":"2025-03-26T10:28:19.000Z","dependencies_parsed_at":"2025-03-26T11:37:02.345Z","dependency_job_id":null,"html_url":"https://github.com/ProgrammingRainbow/Beginners-Guide-to-SDL3-in-C","commit_stats":null,"previous_names":["programmingrainbow/beginners-guide-to-sdl3-in-c"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ProgrammingRainbow/Beginners-Guide-to-SDL3-in-C","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammingRainbow%2FBeginners-Guide-to-SDL3-in-C","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammingRainbow%2FBeginners-Guide-to-SDL3-in-C/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammingRainbow%2FBeginners-Guide-to-SDL3-in-C/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammingRainbow%2FBeginners-Guide-to-SDL3-in-C/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProgrammingRainbow","download_url":"https://codeload.github.com/ProgrammingRainbow/Beginners-Guide-to-SDL3-in-C/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammingRainbow%2FBeginners-Guide-to-SDL3-in-C/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259798068,"owners_count":22912770,"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":["clang","gcc","guide","sdl3","sdl3-image","sdl3-mixer","sdl3-ttf","tutorial"],"created_at":"2025-06-14T10:05:52.206Z","updated_at":"2025-10-15T20:01:58.094Z","avatar_url":"https://github.com/ProgrammingRainbow.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Screenshot](screenshot.png)\n\n# An in-depth guide to getting started with SDL3 in the C Language.\n\n# ArchLinux instructions.\nYou will need to make sure SDL3, SDL3_image, SDL3_ttf and SDL3_mixer is installed.\n```\nsudo pacman -S --needed base-devel sdl3\n```\n```\ncd\ngit clone https://aur.archlinux.org/sdl3_image-git.git\ncd sdl3_image-git\nmakepkg -i\n```\n```\ncd\ngit clone https://aur.archlinux.org/sdl3_ttf-git.git\ncd sdl3_ttf-git\nmakepkg -i\n```\n```\ncd\ngit clone https://aur.archlinux.org/sdl3_mixer-git.git\ncd sdl3_mixer-git\nmakepkg -i\n```\n```\ncd\ngit clone https://github.com/ProgrammingRainbow/Beginners-Guide-to-SDL3-in-C\ncd Beginners-Guide-to-SDL3-in-C\nmake run\n```\nThe Makefile supports these commands:\n```\nmake rebuild\nmake clean\nmake release\nmake debug\nSRC_DIR=Video8 make rebuild run\n```\n# Controls\nSpace - Changes background Color\\\nArrows - Moves sprite\\\nM - Toggles music mute\\\nEscape - Quits\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammingrainbow%2Fbeginners-guide-to-sdl3-in-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrammingrainbow%2Fbeginners-guide-to-sdl3-in-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammingrainbow%2Fbeginners-guide-to-sdl3-in-c/lists"}