[][src]Module canrust::canvas

Main structs

Structs

Button

TODO

Canvas

Main object responsible for managing a window and rendering stuff.

Circle

Abstraction over SFMLs CircleShape, allowing better manipulation

Color

Representation of a RGB or RGBA color.

Line

Structure representing a Line displayed on Canvas

Polygon

An abstraction over SFMLs ConvexShape

Rectangle

Abstraction over RectangleShape from SFML allowing for better manipulation.

Text

Representation of a text that can be displayed onto the Canvas