Module rusty_sword_arena::gfx[][src]

The graphics module that will be used by your client

Structs

Shape

A Shape can be drawn by a Display. Use the provided new_* methods to construct a shape.

Window

An OpenGL window for displaying graphics. Also the object through which you'll receive input events (mouse, keyboard, etc.)