sf2g

Crates.iosf2g
lib.rssf2g
version0.4.0
created_at2025-04-19 08:04:49.224455+00
updated_at2025-05-31 07:46:41.094595+00
descriptionMinimal Rust binding for SFML2 Graphics submodule
homepage
repositoryhttps://github.com/crumblingstatue/sf2g
max_upload_size
id1640405
size6,069,457
(crumblingstatue)

documentation

https://docs.rs/sf2g

README

sf2g

Minimal Rust bindings for the Graphics module of SFML 2, the Simple and Fast Multimedia Library. Fork of rust-sfml.

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.86 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

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.

Commit count: 53

cargo fmt