Crate sfml

source · []
Expand description

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

Prerequisites

!! Thread safety warning !!

rust-sfml strives to be memory-safe, as a Rust library should be, but currently there is no clear plan on how to solve thread-safety issues. You should be fine as long as you only use SFML on the main thread, but as soon as you try to call into SFML from another thread, you are on your own.

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

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

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

Base module of SFML, defining various utilities.

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

Structs

Error when failing to load an SFML resource.

An owning pointer to an SFML-allocated object.

Traits

A resource handed out to us by SFML

Type Definitions

Result for loading an SFML resource