A Resizable Vector Graphics Calculator with Per-Pixel Translucency:
Describes the construction of a simple calculator with a user interface
completely defined using vector graphics. The application has no window
border, and the edges are anti-aliased with per-pixel translucency.
Shows how to create gel buttons and separate the user interface from
application logic.
Real-Time Data Visualization Using Vector Graphics:
Describes a simple real-time data simulation. A server application generates
data that are sent via TCP/IP to a client application for visualization.
The client uses two graphical components, an LED and a horizontal gauge.