about news documentation discuss download add-ons credits
Overview
Cpw add-ons are additional libraries written by Cpw developers which provide extension API's to the core Cpw api set. Developers are welcome to create additional add-on libraries. Popular add-ons will ultimately become part of the core API.
Add-ons
OpenAL AO

A simple add-on which loads, initializes, and shuts down the OpenAL 3D Audio Library. OpenAL is a powerful and easy to use 3D audio library and is supported on Windows, OSX, and Linux. The Windows library supports DirectSound, DirectSound3D, and WinMM interfaces and will automatically select the most up to date interface for you. Very cool library originally designed by Loki Games, currently supported by Creative Labs. The add-on's source is included with the core Cpw distribution.

OpenGL 1.3 and Extensions AO

Initializes commonly used OpenGL Extension interfaces and provides OpenGL 1.2/1.3 compatability on Windows if the video driver supports it. This add-on makes use of Lev Povalahev's extension library. See his web site for more information on this useful OpenGL utility library. The add-on's source is included with the core Cpw distribution.