Simple Tao.Sdl Example
Just draws a bunch of rectangles to the screen. To quit, you can close the window, press the Escape key or press the 'q' key

Written by David Hudson ([email protected])

This is a reimplementation of an example written by Will Weisser ([email protected])

Ejemplo n.º 1
0
		static void Main() 
		{
			GfxPrimitives gfxPrimitives = new GfxPrimitives();
			gfxPrimitives.Run();
		}
Ejemplo n.º 2
0
        static void Main()
        {
            GfxPrimitives gfxPrimitives = new GfxPrimitives();

            gfxPrimitives.Run();
        }