class

GUI::RenderSystem

Inherits Crash::System < Reference < Object

Renders the Components on the screen.

Constants

BACKGROND_COLOR = Prism::Maths::Vector3f.new(0.80, 0.80, 0.80)

Constructors

new(display : Display)
Source

Instance methods

create_transformation_matrix(translation : Vector2f, scale : Vector2f)
Source
prepare
Source
render

Handles the rendering.

Source