Documentation ¶
Overview ¶
Package minidraw implements functions for drawing simple minimaps based on Nox maps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MinimapGray ¶
MinimapGray draws a simple gray minimap on a black background. Gray levels indicate different wall minimap groups.
func MinimapRGBA ¶
MinimapRGBA draws an RGBA minimap over a given background color. If no color is specified, the background will be transparent. Wall colors draw by the function indicate wall types, variations and minimap groups.
func MinimapRGBAFunc ¶
MinimapRGBAFunc draws an RGBA minimap. It uses a given background color and converts walls to pixels using fnc. Background color can be nil, in which case the minimap background will be transparent.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.