SuperFreq Posted December 28, 2004 Posted December 28, 2004 I am begining to build up a 3D engine using DirectX and my question is this: I am going to be limiting myself by using the DXUT framework in my engine? It looks to be an easy way to get things started, but should I just write my own from scratch? I just don't want to be kicking myself down the road when I want to use a feature that perhaps it doesn't do as well. Thanks. Quote
*Experts* mutant Posted December 28, 2004 *Experts* Posted December 28, 2004 The framework provided with the SDK is a very nice piece of code to get you started. What I would suggest though is studying the code for a while, see how things work, this would especially apply if you don't have any previous experience with DirectX. Quote
SuperFreq Posted December 29, 2004 Author Posted December 29, 2004 So are you suggesting I just check out what DXUT does but still try and build my own? That seems like the best way to go. Quote
*Experts* mutant Posted December 29, 2004 *Experts* Posted December 29, 2004 Basically, yes. The knowledge will prove useful later. Quote
DrunkenHyena Posted January 6, 2005 Posted January 6, 2005 Remember that DXUT is not an official part of the SDK so it doesn't go through the same level of QA and more importantly they have no requirement to maintain compatibility between version releases. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.