Crate sfml [] [src]

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

Prerequisites

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

The supported platforms are Linux, Windows and OS X.

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.

Modules

audio

Sounds, streaming (musics or custom sources), recording, spatialization

graphics

2D graphics module: sprites, text, shapes..

system

Base module of SFML, defining various utilities.

window

Provides OpenGL-based windows, and abstractions for events and input handling.