26 releases (15 breaking)

0.24.0 Oct 24, 2024
0.23.0 Oct 14, 2024
0.21.0 Jul 24, 2023
0.20.0 Jan 21, 2023
0.9.3 Apr 21, 2015

#26 in Game dev

Download history 467/week @ 2024-08-02 673/week @ 2024-08-09 506/week @ 2024-08-16 436/week @ 2024-08-23 571/week @ 2024-08-30 486/week @ 2024-09-06 477/week @ 2024-09-13 660/week @ 2024-09-20 635/week @ 2024-09-27 238/week @ 2024-10-04 1192/week @ 2024-10-11 729/week @ 2024-10-18 547/week @ 2024-10-25 724/week @ 2024-11-01 400/week @ 2024-11-08 142/week @ 2024-11-15

1,998 downloads per month
Used in 19 crates

zlib-acknowledgement

18MB
41K SLoC

C++ 28K SLoC // 0.2% comments Rust 8K SLoC // 0.0% comments Objective-C++ 4K SLoC // 0.3% comments Objective-C 195 SLoC // 0.5% comments Shell 1 SLoC

Contains (static library, 1.5MB) freetype.lib, (static library, 1.5MB) SFML/extlibs/libs-msvc/x64/freetype.lib, (static library, 1MB) libfreetype.a, (static library, 715KB) libvorbisenc.a, (static library, 1MB) libfreetype.a, (static library, 690KB) libvorbisenc.a and 24 more.

rust-sfml crates.io 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.82 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