Difference between revisions of "Oblivion Shader Editor"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Raziel23x
(→‎Description: formatting)
imported>Raziel23x
(→‎Tutorials: updating)
Line 52: Line 52:


[http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/directx9_c_Dec_2005/HLSL_Shaders.asp HLSL Shaders] Microsoft  
[http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/directx9_c_Dec_2005/HLSL_Shaders.asp HLSL Shaders] Microsoft  
[http://msdn2.microsoft.com/en-gb/library/bb219841.aspx Pixel Shaders] MSDN
[[Category:Tools]][[Category:Tools: Misc]]
[[Category:Tools]][[Category:Tools: Misc]]

Revision as of 05:08, 11 August 2007


Oblivion Shader Editor

By Timeslip

Description

This (sdp) is used to edit and compile the shader packages found in the shader folder inside the data folder in your TESIV: Oblivion.

Download

Oblivion Shader Editor Version 0.3

Source Code Version 0.3

Misc Shader Tools

Microsoft

Microsoft Game-writing tutorial - The german version is much better, with video tutorials and lots of shader coverage and a real worthy introduction to Agile development (De).

XNA - Microsoft's free and fully featured game development system, should be able to develop shaders.

DirectX SDK - Contains the DirectX Shader Compiler that creates the needed binary vso/pso files from HLSL or Assembler files.

Visual C++ Express Edition - The must-have IDE for free Windows programming.


Nvidia

NVidia 3D Tools - Home of NVidia' vast archive of game development tools.

NVidia FX Composer - Shader development IDE for the HLSL, with preview and lots of useful tools.

NVidia SDK - Huge collection of examples, also shaders.


ATI

Ati's RenderMonkey - Ati's version of a shader development IDE.


Other

Shader Compile Tutorial - Nice doc on how to set up Visual C++ to compile *.fx files.


Tutorials

Simple HLSL Shader Tutorial Gamestudio Wiki!

HLSL Shader Tutorial By Donald Beals

HLSL Shaders Microsoft

Pixel Shaders MSDN