0
Which is best DirectX or Unity in 3D Graphics
5 Réponses
+ 12
Babak answered well - but I'd like to add that It's going to take you a long while (maybe 1-2 years for a decently sized 3d game and a few months for a 2d game depending on your skill level) so you'd better start with Unity or Unreal Engine 4.15 which just came out. Unreal makes it easy if you know some C++ and have VC++ 2015/2017 installed. All you have to do is add elements in a drag and drop editor that automatically adds code to your Unreal project. One problem though is that it takes a while to compile code. If you have a high end gaming PC it's going to make it easier.
+ 4
Microsoft DirectX is a collection of application programming interfaces (APIs) for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms.
https://en.m.wikipedia.org/wiki/DirectX
Unity is a cross-platform game engine developed by Unity Technologies[6] and used to develop video games for PC, consoles, mobile devices and websites.
https://en.m.wikipedia.org/wiki/Unity_(game_engine)
+ 3
If you just want to create games without being involve in low level complexity, choose unity. Otherwise, go through OpelGL or DirectX.
+ 1
thank you Babak
0
ok babak so which one is better for games