brillo-1.13.3: Painless 2D vector graphics, animations, and simulations powered by GLFW
Safe HaskellSafe-Inferred
LanguageGHC2021

Brillo.Interface.Pure.Display

Description

Display mode is for drawing a static picture.

Synopsis

Documentation

display Source #

Arguments

:: Display

Display mode.

-> Color

Background color.

-> Picture

The picture to draw.

-> IO () 

Open a new window and display the given picture.