Introduction Erlang is a programming language used mostly on the server side, although at least one popular graphics-intensive application, Wings 3D, has been written in it. The best-supported graphics API for Erlang is wxWidgets, a large, mature, stable multi-platform API for GUI programming. This tutorial shows you how to use basic wxWidgets in Erlang. Table of Contents The How and Why of This T