Glide API

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Glide
Original author(s) 3dfx Interactive
Stable release 3.10.00.30303 / September 2, 2003
Written in Assembly, C
Operating system Cross-platform
Type 3D graphics API
License GNU General Public License[citation needed]
Website glide.sourceforge.net
File:Unreal-GlideVoodoo1flyby.jpg
Unreal utilizing its Glide renderer on Voodoo Graphics hardware

Glide is a 3D graphics API developed by 3dfx Interactive for their Voodoo Graphics 3D accelerator cards. Although it originally started as a proprietary API, it was later open sourced by 3dfx.[1] It was dedicated to gaming performance, supporting geometry and texture mapping primarily, in data formats identical to those used internally in their cards. Wide adoption of 3Dfx led to Glide being extensively used in the late 1990s,[citation needed] but further refinement of Microsoft's Direct3D and the appearance of full OpenGL implementations from other graphics card vendors, in addition to growing diversity in 3D hardware, eventually caused it to become superfluous.[citation needed]

API

File:NFS2SE lotus gt1 glide.jpg
NFS 2 SE in Glide display mode using a Glide wrapper.
File:Sshot0028.png
Starsiege: Tribes running on Glide wrapper.

Glide is based on the basic geometry and "world view" of OpenGL. OpenGL is a large graphics library with 336 calls[citation needed] in the API, many of which are of limited use. Glide was an effort to select primarily features that were useful for real-time rendering of 3D games. The result was an API that was small enough to be implemented entirely in late-1990s hardware. However, this focus led to various limitations in Glide, such as a 16-bit color depth limit in the display buffer.[2]

Use in games

The combination of the hardware performance of Voodoo Graphics (Voodoo 1) and Glide's easy-to-use API resulted in Voodoo cards generally dominating the gaming market during the latter half of the 1990s. The name Glide was chosen to be indicative of the GL underpinnings, while being different enough to avoid trademark problems.[citation needed]

Glide wrappers and emulators

Glide emulator development has been in progress since the late 1990s. During 3dfx's lifetime, the company was aggressive at trying to stop these attempts to emulate their proprietary API, shutting down early emulation projects with legal threats.[3] However, just before it ceased operations and had its assets purchased by Nvidia, 3dfx released the Glide API, along with the Voodoo 2 and Voodoo 3 specifications, under an open source license,[4] which later evolved into an open source project.[5] Although no games released after 1999 solely depend on Glide for 3D acceleration (Direct3D and OpenGL are used instead), Glide emulation is still needed to run older games in hardware accelerated mode. With the specifications and code now open source, there are several capable emulators and wrappers available allowing older games that make use of the Glide API to run on non-Voodoo hardware. Other projects like Glidos allow even older games to use Glide.

See also

References

External links