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.

Now that the DirectX Effects framework has been axed, are there any other similar frameworks out there ? I now there's Nvidia CGFX, but does that work with the latest DirectX versions ? I'd rather not start writing my own from scratch.

share|improve this question
Actualy, writing your own is much more efficent in my opinion. and besides you get to chose exactly how it should be working! – Tordin Feb 8 at 15:41
Unless you don't know how to do it either because your programming skills are fairly low or you are a environment designer working with some kind of engine where you don't have to dwell deeper than 3 levels in GUI. – psycketom Feb 8 at 16:56
The latest version of Cg does say it supports Direct3D 11, including tessellation shaders. It doesn't appear to support compute shaders though. I haven't used it recently myself so I can't say how complete its support actually is. – Nathan Reed Feb 8 at 19:49
Under D3D10/11 it's actually easier and clearer to just use the raw API (not to mention less prone to perf problems from bad cbuffer usage). – mh01 Feb 9 at 2:02

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.