Version 0 of WinGdi

Updated 2013-10-02 21:45:27 by ABU

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 [L1 ]

Demos and full documentation included.