cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

GA
Journeyman III

Which GPU tool is recommended for a newbie?

Hi

I'm working with OpenGL API. Now I'm starting with GLSL.

I wonder which GPU tool should I install to make it easier to start with shaders ( my first try is going to be terrain per pixel shading)?

TIA

 

 

0 Likes
4 Replies
neilbin
Journeyman III

try PerfStudio and RenderMonkey.

0 Likes
GA
Journeyman III

Isn't RenderMonkey "dead" ?

I looked at PerfStudio and I'm confused - it looks like it's very useful for DirectX developers...

How relevant this tool is for OpenGL GLSL beginner ?

0 Likes
neilbin
Journeyman III

RenderMonkey is dead in a sense that no new feature will be added. But it's still a useful tool for glsl beginner.

0 Likes

RenderMonkey will be the best tool to learn how to write GLSL shaders and what is needed to supply to the shader from your application.

 

GPUPerfStudio will help you inspect the shaders, textures, and render state in other openGL applications to understand how they achieve the effects they are using.

 

There are also numerous tutorials online and books availble if you need assistance actually writing the code to do what you want. The OpenGL Specifications are very useful, but you need to read them carefully.

0 Likes