Expand description

Base module of SFML, defining various utilities.

It provides vector types, timing types.

Structs

Utility type that measures the elapsed time.
Type that allows you to create an SFML input stream from a Read + Seek source.
A borrowed string type that’s compatible with sf::String.
Represents a time value.
Utility type for manipulating 2-dimensional vectors.
Utility type for manipulating 3-dimensional vectors.

Traits

Trait for types that can be converted into SfStr

Functions

Make the current thread sleep for a given duration.

Type Definitions

Vector2 with f32 coordinates.
Vector2 with i32 coordinates.
Vector2 with u32 coordinates.
Vector3 with f32 coordinates.
Vector3 with i32 coordinates.