AgateDrawing.dll

AgateDrawing.dll is a driver which does all rendering through the classes in the System.Drawing namespace. This is a platform independent implementation of the 2D graphical features supported by AgateLib. It actually performs reasonably well if there's not a whole lot going on. Rotations, coloring and alpha blend probably cause a large performance hit for this driver. Lighting is completely unsupported. This driver is mostly for testing purposes and should not be used in production builds.

To use AgateDrawing.dll, you only need to include it with your application. If any other display driver is present, AgateDrawing will not be chosen to do rendering.