DXGL r24 - Code Review

Jump to navigation Jump to search
Repository:DXGL
Revision:r23‎ | r24 | r25 >
Date:19:35, 11 December 2011
Author:admin
Status:new
Tags:
Comment:
Update readme
Modified paths:

Diff [purge]

Index: ReadMe.txt
@@ -2,7 +2,7 @@
33
44 DXGL is a project to create a DirectDraw/Direct3D version 1 to 7 implementation that runs on OpenGL 2.0. It is intended to alleviate some of the graphics glitches inherent with using legacy DirectX interfaces on modern video cards. The API will be 100% binary compatible with the system ddraw.dll file.
55
6 -DXGL is currently in a pre-alpha stage and very little works at this point.
 6+DXGL is currently in an alpha stage of development and very little works at this point.
77
88 == System Requirements ==
99
@@ -39,19 +39,10 @@
4040 * Most functions are stubbed out and return an error
4141 * No 3D graphics support
4242
43 -== Roadmap ==
44 -These are goals to be set for future releases.
45 -Please see https://www.williamfeely.info/wiki/DXGL for updated information.
46 -
47 -- Version 0.1.0 Alpha
48 -* Implement per-application settings
49 -* Create installer
50 -
5143 == Installation ==
5244
53 -Extract ddraw.dll to the folder where your application is installed.
54 -To uninstall, delete ddraw.dll from the application's folder.
55 -To test DXGL, run dxgltest.exe
 45+Run the installer. When the installer completes, open DXGL Config and add your program files to the config program.
 46+To uninstall, go to the Add/Remove Programs or Programs and Features control panel and uninstall.
5647
5748 == SVN ==
5849