# Functions
NewSoftwareCanvas creates a new canvas in memory that can render without hardware support.
Render takes a canvasobject and converts it into an inline image for showing in the playground.
RenderCanvas takes a canvas and converts it into an inline image for showing in the playground.
RenderWindow takes a window and converts its canvas into an inline image for showing in the playground.