{"id":19091863,"url":"https://github.com/sfml/csfml","last_synced_at":"2025-12-17T06:59:10.911Z","repository":{"id":40210898,"uuid":"2008752","full_name":"SFML/CSFML","owner":"SFML","description":"Official binding of SFML for C","archived":false,"fork":false,"pushed_at":"2025-09-28T20:28:23.000Z","size":2581,"stargazers_count":364,"open_issues_count":10,"forks_count":127,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-09-28T22:12:57.466Z","etag":null,"topics":["audio","graphics","hacktoberfest","multimedia","opengl","sfml"],"latest_commit_sha":null,"homepage":"https://www.sfml-dev.org","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SFML.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"SFML","open_collective":"sfml"}},"created_at":"2011-07-06T20:35:15.000Z","updated_at":"2025-09-28T20:28:26.000Z","dependencies_parsed_at":"2023-02-05T23:02:35.602Z","dependency_job_id":"c9f5edbe-0b9c-4199-a808-b4165e6d6d4f","html_url":"https://github.com/SFML/CSFML","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/SFML/CSFML","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SFML%2FCSFML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SFML%2FCSFML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SFML%2FCSFML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SFML%2FCSFML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SFML","download_url":"https://codeload.github.com/SFML/CSFML/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SFML%2FCSFML/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278395909,"owners_count":25979690,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["audio","graphics","hacktoberfest","multimedia","opengl","sfml"],"created_at":"2024-11-09T03:17:16.576Z","updated_at":"2025-10-05T00:58:39.290Z","avatar_url":"https://github.com/SFML.png","language":"C","readme":"[![SFML logo](https://www.sfml-dev.org/images/logo.png)](https://www.sfml-dev.org)\n\n# CSFML - Simple and Fast Multimedia Library for C\n\nSFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing, graphics, audio and network. It is originally written in C++, and this project is its official binding for the C language.\n\n## State of Development\n\nDevelopment is focused on the next major version in the `master` branch. No more features are planned for the 2.x release series.\n\n-   The [`master`](https://github.com/SFML/CSFML/tree/master) branch contains work in progress for the next major version CSFML 3. As such it's considered unstable, but any testing and feedback is highly appreciated.\n-   The [`2.6.1`](https://github.com/SFML/CSFML/tree/2.6.1) tag is the latest official CSFML release and will be the last minor release in the 2.x series.\n-   The [`2.6.x`](https://github.com/SFML/CSFML/tree/2.6.x) branch contains the latest bugfix work on CSFML 2.6.x, matching SFML's `2.6.x` branch.\n\n## Authors\n\n  - Laurent Gomila (laurent@sfml-dev.org)\n  - Lukas Dürrenberger (eXpl0it3r@sfml-dev.org)\n  - Chris Thrasher (thrasher@sfml-dev.org)\n  - Zachariah Brown (contact@zbrown.net)\n  - And many other members of the SFML community\n\n## Download\n\nYou can get the latest official release on [SFML website](https://www.sfml-dev.org/download/csfml). You can also get the current development version from the [Git repository](https://github.com/SFML/CSFML).\n\n## Learn\n\nThere is no tutorial for CSFML, but since it's a binding you can use the C++ resources:\n\n  * The [official tutorials](https://www.sfml-dev.org/tutorials/)\n  * The [online API documentation](https://www.sfml-dev.org/documentation/)\n  * The [community wiki](https://github.com/SFML/SFML/wiki/)\n  * The [community forum](https://en.sfml-dev.org/forums/) (or [French](https://fr.sfml-dev.org/forums/))\n\nOf course, you can also find the CSFML API documentation in the SDK.\n\n## Building\n\nBuilding CSFML follows typical CMake conventions.\nHere's how to get started.\n\n1. Install SFML.\nThis may be done in a variety of ways including using a system package manager or building and installing SFML from source.\nThe major version of SFML must match the major version of CSFML.\n2. Configure CSFML.\nIf you are building CSFML for the purpose of contributing, we recommend using the `dev` CMake preset.\nThis will enable a number of useful settings related to developing the library.\nIf needed, set the `SFML_ROOT` CMake variable to tell CMake where to find your installation of SFML.\nThe `CSFML_LINK_SFML_STATICALLY` option must align with whether your installation of SFML uses static or shared libraries.\n3. Build CSFML.\nThe `install` target will install all public headers and libraries.\n\n## Contribute\n\nSFML and CSFML are open-source projects, and they need your help to go on growing and improving. Don't hesitate to post suggestions or bug reports on [the forum](https://en.sfml-dev.org/forums/), or post new bugs/features requests on the [issue tracker](https://github.com/SFML/CSFML/issues/). You can even fork the project on GitHub, maintain your own version and send us pull requests periodically to merge your work.\n","funding_links":["https://github.com/sponsors/SFML","https://opencollective.com/sfml"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfml%2Fcsfml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfml%2Fcsfml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfml%2Fcsfml/lists"}