#1 Members - Reputation: 524
Posted 23 November 2012 - 05:24 PM
I have really simple question for you. I have descent knowledge and about 3-4 years experience of C/C++. I also have worked on SDL creating simple games. I eventually want to start learning DirectX, but I don't know which version to use. Are there big differences between writing DX7, DX9 or DX11? Cause I have books called "Programming Isometric Games with DX7", "Beggining DX9 game programming" and I know that newest version is 11. So can I learn from these books, nut use DX11? Is there a big difference? Or I just must go to DX11? I'll be grateful for any reply.
Honore de Balzac
#2 Members - Reputation: 546
Posted 23 November 2012 - 06:03 PM
Dx7 isn't useful now (for me)
Dx9 has compatibility with windows xp and xbox360 so if you need to work with these platforms you can use it.
But the present and the near future still continue being dx 11. And I think the new microsoft console will use dx11 too.
#4 Members - Reputation: 2058
Posted 23 November 2012 - 06:45 PM
DX11 provides a much cleaner API and gets rid of some techniques which still had their roots in the old days of graphics programming (like the fixed function pipeline), and solves a whole lot of issues present in the older DX versions. It also provides the concept of feature levels which allow you to run your application on DX 9.x (starting from 9.1 I believe), DX 10.x and DX 11.x as long as your target OS supports DX11 (ie. Vista and onward).
Dx9 has compatibility with windows xp and xbox360 so if you need to work with these platforms you can use it.
I always find it somewhat funny (no offense) when people mention native X360 development as a plus point of DirectX 9, as there are probably not too many people on these boards who have had the chance to actually do native (non-XNA) X360 development.
Windows XP's life cycle will officially end in april 2014, so by the time the OP has learned DirectX and maybe has something playable which runs on XP the OS won't even be officially be supported anymore.
#5 Members - Reputation: 546
Posted 23 November 2012 - 06:57 PM
Yes, but can I learn something from these books, that I have and use it in DX11?
Convert dx9 code to dx11 code is kind of difficult. Probably is better if you use only dx11 books.
I always find it somewhat funny (no offense) when people mention native X360 development as a plus point of DirectX 9, as there are probably not too many people on these boards who have had the chance to actually do native (non-XNA) X360 development.
Windows XP's life cycle will officially end in april 2014, so by the time the OP has learned DirectX and maybe has something playable which runs on XP the OS won't even be officially be supported anymore.
I never said that X360 support was a plus point, just telling the truth; dx9 supports x360
By the way, good to mention it. But quote me looked like I'm completely wrong. :/
Edited by riverreal, 23 November 2012 - 07:00 PM.
#6 Members - Reputation: 2058
Posted 23 November 2012 - 06:58 PM
I never said that X360 support was a plus point, just telling the truth; dx9 supports x360
By the way, good to mention it. But quote me looked like I'm completely wrong. :/
If my post comes over like I'm trying to say you were wrong I apologize, it was not my intention to do so
#7 Members - Reputation: 546
Posted 23 November 2012 - 07:04 PM
If my post comes over like I'm trying to say you were wrong I apologize, it was not my intention to do so
Just trying to add some additional details
No problem, as I said good to mention it ;)
Probably no one wants to start x360 development (or console development)
#8 Members - Reputation: 2058
Posted 23 November 2012 - 07:08 PM
Probably no one wants to start x360 development (or console development)
Off topic:
I assume quite a lot of people would want to, but the X360 is a completely closed platform, you can only do native development for it if you are a licensed developer and if you have access to devkits (read: you work for a licensed studio)
The only other option is to use XNA, but XNA provides only a limited set of features
#9 Members - Reputation: 404
Posted 24 November 2012 - 08:30 AM
I know that it will be impossible to develop XNA games on it once Microsoft shuts down the "security server". (The one that you are required to connect to during testing the game on the device making offline development impossible).
Perhaps in 5-10 years, the only native development anyone will be doing on an Xbox 360 will be via installing FreeBSD or Linux on it... but even then you will probably be using OpenGL ;)
</offtopic>
http://www.mutiny3d.org - Open-source pluginless Unity Re-implementation.
#10 Members - Reputation: 627
Posted 25 November 2012 - 11:45 AM






