From cabaafa1c8114c3c3f21978bc2a65fdb8b7c4c17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 7 Jul 2008 23:47:42 +0900 Subject: [PATCH] Update instructions. --- README | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/README b/README index cbb04e4..c8b54f0 100644 --- a/README +++ b/README @@ -1,12 +1,37 @@ + D3D Trace + + += About = + Wrapper DLLs to trace D3D8 and D3D9 APIs calls. -Base on the idea and code (public domain) from Michael Koch. +Based on the idea and code (public domain) from Michael Koch. See also: -- http://www.mikoweb.eu/index.php?node=21 -- http://www.codeguru.com/cpp/g-m/directx/directx8/article.php/c11453/ -- http://doc.51windows.net/Directx9_SDK/?url=/directx9_sdk/graphics/programmingguide/TutorialsAndSamplesAndToolsAndTips/Tools/D3DSpy.htm +* http://www.mikoweb.eu/index.php?node=21 +* http://www.codeguru.com/cpp/g-m/directx/directx8/article.php/c11453/ +* http://doc.51windows.net/Directx9_SDK/?url=/directx9_sdk/graphics/programmingguide/TutorialsAndSamplesAndToolsAndTips/Tools/D3DSpy.htm + + += Status = + +* Only Direct3D 8 supported at the moment. + + += Build = + +* Install SCons and DirectX SDK. +* Run: + scons + + += Usage = + +* Copy d3d8.dll, d3dtrace.xsl, d3dtrace.css to the directory with the application you want to trace. +* Run the application. +* Open the output XML file with Firefox or Internet Explorer. +* For long XML files is better to use the d3dtrace-txt.xsl stylesheet together with a dedicated XSL processor like xsltproc, or msxsl. -- -Jose Fonseca \ No newline at end of file +Jose Fonseca -- 2.45.2