#sfml #window #game

sys csfml-window-sys

Bindings to csfml-window

6 releases (breaking)

Uses old Rust 2015

0.6.0 Mar 28, 2021
0.5.0 Oct 19, 2019
0.4.0 Sep 9, 2017
0.2.0 Mar 10, 2017
0.1.0 Feb 13, 2016

#39 in Multimedia

Download history 312/week @ 2024-12-16 118/week @ 2024-12-23 116/week @ 2024-12-30 274/week @ 2025-01-06 430/week @ 2025-01-13 367/week @ 2025-01-20 112/week @ 2025-01-27 429/week @ 2025-02-03 408/week @ 2025-02-10 140/week @ 2025-02-17 334/week @ 2025-02-24 89/week @ 2025-03-03 397/week @ 2025-03-10 325/week @ 2025-03-17 341/week @ 2025-03-24 176/week @ 2025-03-31

1,240 downloads per month
Used in 3 crates (via csfml-graphics-sys)

zlib-acknowledgement

60KB
2K SLoC

rust-sfml crates.io docs.rs Discord

Rust bindings for SFML, the Simple and Fast Multimedia Library.

Platform support

Platform Development and testing CI (basic tests)
🐧 Linux ✅ Most tested Status
🪟 Windows (MSVC) ⚠️ Rarely tested. Looking for testers/maintainers! Status
🐧 -> 🪟 (mingw-w64) ⚠️ Cross-compile from Linux to Windows. Somewhat tested.
🍎 Mac OS X ❌ Untested. Looking for testers/maintainers! Status

Prerequisites

  • Rust 1.85 or later
  • CMake, and a C++ toolchain for building SFML
  • 🐧 On Linux, you need the following dependencies installed:
    • Window module: libGL libX11 libXcursor libXrandr
    • Graphics module: libfreetype
    • Audio module: libopenal libvorbisenc libvorbisfile libvorbis

Documentation

The API documentation is available at: https://docs.rs/sfml/

If you need help with setting up rust-sfml on your system, you can take a look at the wiki.
Please take note that:

  • This wiki is supported by the community
  • The rust-sfml core team doesn't review it
  • Your contribution is welcome

License

This software is a binding of the SFML library created by Laurent Gomila, which is provided under the Zlib/png license.

This software is provided under the same license as SFML, the Zlib/png license.

Discord

rust-sfml users are welcome on the Official SFML Discord server

Dependencies