Introduction

From DXGL Wiki
Revision as of 01:57, 4 February 2016 by William (talk | contribs) (Create introduction page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

DXGL is a free replacement for the Windows ddraw.dll library, running on OpenGL. It is designed to overcome driver bugs, particularly in Windows Vista and newer operating systems. It also adds various enhancements to the graphics output such as display scaling and filtering options. DXGL supports the DirectX 7.0 graphics APIs, however it is currently under development and does not work with many programs.

DXGL is currently in an alpha stage, but several applications and games already work.

Screenshots and videos

Note: These are old screenshots and videos. DXGL is now capable of running several games.

DXGLTestAppMain1.png DXGLCfg.png

The first screenshot is of the test application for DXGL. The second screenshot is of the config program.

DXGLTest1 ddraw.png DXGLTest1 dxgl001 0.png

The first image is of the direct access/page flipping test in windowed mode, 8-bit color. This is the `reference` shot taken with the system's ddraw.dll. Colors depend on the current system palette. The second image is of the same program rendered in DXGL in fullscreen. The colors are rendered using GLSL, with a luminance texture for the image and a 256x1 BGRA texture for the color palette. The black bars are because the screen was set to 720x480 but DXGL was set to 640x480, using aspect corrected scaling instead of mode switching.

DXGLTest1 dxgl002.png DXGLTest1 dxgl003.png

DXGLTest displaying color patterns in windowed mode; Gradient bar test in 32-bit color

Videos of test runs of dxgltest. The first test currently includes a palette screen and a gradient test. The gradients look ugly in 256 color mode because the routine does not support dithering.