{"id":21146356,"url":"https://github.com/bhallstein/sdl-me-up","last_synced_at":"2025-03-14T13:44:20.814Z","repository":{"id":143863506,"uuid":"499832214","full_name":"bhallstein/sdl-me-up","owner":"bhallstein","description":"SDL prepped for instant usability as a submodule.","archived":false,"fork":false,"pushed_at":"2022-06-05T14:13:26.000Z","size":2018,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"int","last_synced_at":"2025-01-21T07:42:44.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"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/bhallstein.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":"2022-06-04T13:20:23.000Z","updated_at":"2022-06-04T13:26:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed1e64b2-f948-45ce-89c5-eef7acf228bf","html_url":"https://github.com/bhallstein/sdl-me-up","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/bhallstein%2Fsdl-me-up","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhallstein%2Fsdl-me-up/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhallstein%2Fsdl-me-up/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bhallstein%2Fsdl-me-up/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bhallstein","download_url":"https://codeload.github.com/bhallstein/sdl-me-up/tar.gz/refs/heads/int","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243589287,"owners_count":20315467,"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-11-20T08:53:03.069Z","updated_at":"2025-03-14T13:44:20.789Z","avatar_url":"https://github.com/bhallstein.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SDL-Me-Up\n\n[The SDL library](https://github.com/libsdl-org/SDL), prepped for use as a submodule-style dependency.\n\n**Current release:** release-2.0.22\n\n\n### Contents\n\n- `/include` — SDL's include path\n- `/mac/libSDL2.a` — SDL compiled as a static library for mac (x64 and arm)\n\n\n### Mac usage instructions\n\n- Add `sdl-me-up/include` as a header search path\n- Add libSDL2.a as a static library or framework\n- Add other frameworks that are required by SDL\n- Command line example:\n\n```bash\nclang++ -std=c++14 my-game.cpp \\\n  -I sdl-me-up/include \\\n  -L lib -l SDL2 \\\n  -framework AudioToolbox \\\n  -framework Carbon \\\n  -framework Cocoa \\\n  -framework CoreAudio \\\n  -framework CoreGraphics \\\n  -framework CoreVideo \\\n  -framework ForceFeedback \\\n  -framework IOKit \\\n  -framework Metal \\\n  -o my-game\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhallstein%2Fsdl-me-up","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbhallstein%2Fsdl-me-up","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbhallstein%2Fsdl-me-up/lists"}