{"id":21476009,"url":"https://github.com/anvari1313/sdl-init","last_synced_at":"2025-03-17T08:15:42.920Z","repository":{"id":133622713,"uuid":"227783551","full_name":"anvari1313/sdl-init","owner":"anvari1313","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-13T07:39:57.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T17:34:05.223Z","etag":null,"topics":["cmake","cpp","gcc","sdl2"],"latest_commit_sha":null,"homepage":null,"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/anvari1313.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":"2019-12-13T07:38:54.000Z","updated_at":"2020-03-23T11:52:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb4383d2-9d8c-4a1a-aaa5-8c99eb3307b6","html_url":"https://github.com/anvari1313/sdl-init","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/anvari1313%2Fsdl-init","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anvari1313%2Fsdl-init/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anvari1313%2Fsdl-init/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anvari1313%2Fsdl-init/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anvari1313","download_url":"https://codeload.github.com/anvari1313/sdl-init/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243997126,"owners_count":20380981,"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":["cmake","cpp","gcc","sdl2"],"created_at":"2024-11-23T10:46:44.611Z","updated_at":"2025-03-17T08:15:42.891Z","avatar_url":"https://github.com/anvari1313.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SDL Example\n\nThis project will show how to setup a project with SDL graphic library and CMake.\n\n## Installation\n\n### Ubuntu\n\n1. Install library for development:\n\n```shell script\nsudo apt install libsdl2-dev \n```\n\n2. Add these lines to your cmake list file ( ```CmakeLists.txt``` ):\n~~~cmake\nfind_package(SDL2 REQUIRED)\ninclude_directories(${SDL2_INCLUDE_DIRS})\n\ntarget_link_libraries(sdltest ${SDL2_LIBRARIES})\n~~~\n\n**Note**: `sdltest` is the name of your project and you should replace it with a proper name that is defined in your cmake file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanvari1313%2Fsdl-init","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanvari1313%2Fsdl-init","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanvari1313%2Fsdl-init/lists"}