[][src]Module kurenai::canvas

This module enables you to create a CanvasRenderingContext2D, from which you can draw images on the canvas. Pass it to game_loop::run().

Functions

get_canvas_rendering_context_2d

This function crates a CanvasRenderingContext2D, from which you can draw images on the canvas.