[ABU] 2-Oct-2013 '''WinGdi''' is library providing access to Windows's Graphics Device Interface (GDI). This library deals with Device Contexts (DC), Bitmaps (DIB & DDB), Brushes, World-Transformations (rotation, scaling,...in real time!), BitBlitting, AlphaBlending ... There's al lot of GDI stuff not included in Wingdi (graphics primitives, fonts, ...) just because WinGdi was developed as an experiment for playing with large/fullscreen images, trying to move, zoom, rotate and blend such images in real-time, without glitches and flickers. And it works ! You can see some demos included within the [pixmix] package. And the fun was it didn't require C-coding (*); thanks to [ffidl], '''WinGdi''' was entirelly coded in Tcl. (*) Actually, I wrote 10 lines of C-code ... **Download** ****'''WinGdi 1.0''' [http://irrational-numbers.googlecode.com/files/WinGdi-1.0.zip]**** Demos and full documentation included. <> Windows