Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Download ZIP
SFML bindings for Rust
Rust

Remove explicit `()` return type in function signatures.

Rust style guidelines advise omitting the return type if the
intent is to return unit.

README.md

rust-sfml Build Status crates.io

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

Prerequisites

SFML 2.1 and CSFML 2.1 must be installed on your computer. You can download them here:

Rust-sfml works on Linux, Windows and OSX.

Examples

Examples are located under the examples directory:

  • 0.9.3 (Latest release)
  • master (Latest development version)

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 than the SFML, the Zlib/png license.

Something went wrong with that request. Please try again.