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 Window. Use the provided new_* methods to make a Shape.

Window

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