1

Is there any tool for testing pixel and vertex shaders?

Amir Rezaei
  • 4,948
  • 6
  • 33
  • 49

4 Answers4

1

nVidia FX Composer (There was also AMD (formerly ATI) RenderMonkey, but it looks like that's been shelved.)

Finally, you may find PIX useful for testing shaders as they are used in your application. It is included in the DirectX SDK.

Andrew Russell
  • 26,924
  • 7
  • 58
  • 104
1

For HLSL Effects that you can use in XNA (PS 2.0-3.0) you can try:

3DPee (Tridipy) player and shader editor (dead link)

It operates on images and video. It supports multi pass technique, vertext shader, and has a nice editor with error message reporting on compile. It's an alpha version i have developed but it can be useful.

Screenshot: enter image description here

arkon
  • 2,209
  • 3
  • 27
  • 36
Marino Šimić
  • 7,318
  • 1
  • 31
  • 61
0

A nice one here for WebGL: http://glsl.heroku.com

Luke H
  • 3,125
  • 27
  • 31
0

You need to have a Mac to use it, but Apple's OpenGL Shader Builder is pretty nice. You can literally type in shaders and run them live, outside of your application.

Seth
  • 45,033
  • 10
  • 85
  • 120