csfml 2.5.1
C bindings for the SFML multimedia library
CSFML is the official C binding to the SFML libraries. SFML provides a simple interface to the various computer components, to ease the development of games and multimedia applications. It is composed of five modules: system, window, graphics, audio and network.
- Website: https://www.sfml-dev.org/download/csfml/
- Licenses: Zlib
- Package source: gnu/packages/game-development.scm
- Builds: See build status
- Issues: See known issues
Installation
Install csfml 2.5.1
as follows:
guix install csfml@2.5.1
Or install the latest version:
guix install csfml
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.