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])

Пример #1
0
		static void Main() 
		{
			GfxPrimitives gfxPrimitives = new GfxPrimitives();
			gfxPrimitives.Run();
		}
Пример #2
0
        static void Main()
        {
            GfxPrimitives gfxPrimitives = new GfxPrimitives();

            gfxPrimitives.Run();
        }