{"id":17950234,"url":"https://github.com/reubenbond/sfml-example","last_synced_at":"2025-04-03T15:44:23.048Z","repository":{"id":3343475,"uuid":"4388018","full_name":"ReubenBond/sfml-example","owner":"ReubenBond","description":"Simple example setup for SFML","archived":false,"fork":false,"pushed_at":"2012-05-20T22:53:45.000Z","size":97,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T04:29:01.456Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ReubenBond.png","metadata":{"files":{"readme":"readme.txt","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}},"created_at":"2012-05-20T22:48:10.000Z","updated_at":"2018-06-03T11:04:29.000Z","dependencies_parsed_at":"2022-08-26T19:50:49.504Z","dependency_job_id":null,"html_url":"https://github.com/ReubenBond/sfml-example","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/ReubenBond%2Fsfml-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReubenBond%2Fsfml-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReubenBond%2Fsfml-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReubenBond%2Fsfml-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReubenBond","download_url":"https://codeload.github.com/ReubenBond/sfml-example/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247031875,"owners_count":20872375,"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-10-29T09:38:18.844Z","updated_at":"2025-04-03T15:44:23.026Z","avatar_url":"https://github.com/ReubenBond.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a very simple setup that can be used as a starting\npoint or an example of an SFML-using piece of software.\n\nThe work is simple enough that I am not sure if it\nconstitutes a creative work at all. Feel free to use and\nredistribute this piece of code in whole or in parts in any\nway you wish.\n\n* Building on GNU/Linux:\nFirst, ensure you have gcc, cmake and SFML installed.\n\nThe following table lists known package names of\ndependencies:\n| OS     | Packages                 |\n|--------+--------------------------|\n| Debian | g++ cmake libsfml-dev    |\n| Fedora | gcc-c++ cmake SFML-devel |\n\nBuilding is done by changing your unix shell to the root\ndirectory of the project, and the running these commands.\n\n  mkdir build\n  cd build\n  cmake ..\n\nIf your copy of SFML is not in the standard location, you\nshould be able to pass cmake the location of it like this:\ncmake -DSFMLDIR=/path/to/SFML-1.6\n\n* Building with MinGW32 for Windows\nFirst, ensure you have a working copy of MinGW and CMake and SFML. You\nprobably want all of these included in the PATH of the user that will\nbuild and run the code.\n\nWith MinGW, building is similar to how it is done on GNU/Linux. Mostly\nit just becomes necessary to specify the generator type for CMake, and\nsome binary names are different. Also you quite certainly will need to\nspecify the SFMLDIR variable in the cmake command.\n\n  mkdir build\n  cd build\n  cmake -G \"MinGW Makefiles\" \"-DSFMLDIR=C:\\SFML-1.6-mingw32\\lib\" ..\n  mingw32-make\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freubenbond%2Fsfml-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freubenbond%2Fsfml-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freubenbond%2Fsfml-example/lists"}