Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I have started witting some shaders. First ones were fairly easy to write in notepad but now I need something with a bit more meat. I have checked rendermonnkey that seems to support CG but it is really old and don't know if it is a good option. On the other hand there exist this FX Composer 2.0 but it seems somthing that could really distract me from learning shaders because it seems a pretty deep program.

Are there any other possibilities? There's a really nice alternative to write shaders named ShaderToy but just supports GLSL.

share|improve this question
1  
This is a "which technology"/"list of X" question, which aren't on-topic here -- see the faq. – Josh Petrie Feb 21 at 16:55

closed as not constructive by Sean Middleditch, Adam, Josh Petrie, Byte56, bummzack Feb 23 at 10:44

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

You may read "The CG Tutorial" book and try out their examples.

This book is also available online for free. I currently cannot find the link for downloading the book CD.

You can download CG toolkit for the compiler and exmaples also.

share|improve this answer
Well, at this moment I'm using CG toolkit to compile, etc... what I would like to get is some kind of easy to use ide to have a realtime view of the shader, etc... As I said rendermonkey seems ok but it is from 2004 and I think it doesn't support CG. Any alternative? – Notbad Nov 22 '12 at 18:06

Not the answer you're looking for? Browse other questions tagged or ask your own question.