Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Please I need brief comparison of above mentioned 3D teachnologies.
What is the most suitable technology for general 3D applications?
Concerning O/S:
Windows dependent 3D applications developed using DirectX.
Linux dependent 3D applications developed using OpenGL.
Some 3D applications dependent on JRE are using Java3D.

If I want to build O/S independent 3D Application/Game which technology should I implement ? and which one is the most suitable concerning performance ?
Posted
Updated 26-Aug-13 18:03pm
v4

1 solution

You cannot really "compare" things like that. The reason is simple: there is no such thing as "general 3D application". The fact that this is a game adds some certainty, but not enough. Moreover, you mention different platforms. How you can compare something, if a technology exist on one platform and not for another. You cannot really compare apples with oranges.

—SA
 
Share this answer
 
Comments
Buddhi Chaturanga 27-Aug-13 1:18am    
This is nothing like comparing orange with apple or pineapple :D problem is people cannot grasp my question.Think you want to build specific 3D application for certain problem, you know there are various number of O/S on this planet,but considering performance and certain tasks you have to choose which technology is most suitable under which O/S.. now you will say that the choosing is depending upon the problem.So think for 3D game developing most developers chose Windows and DirectX platform ,but for some complex Algebraic geometrical simulations some chooses Opengl based applications on Linux.So different tech has different aspects
Sergey Alexandrovich Kryukov 27-Aug-13 1:29am    
Basically you are right, but you need to understand this: you can perform such analysis based on the knowledge on your application specifics you may have, not what we have. This is not so easy and often requires creation of some proof-of-concept prototypes and timing them. There are games and games.
—SA
Buddhi Chaturanga 27-Aug-13 4:04am    
yeah.I thought basically learning Directx and OpenGl is a wise idea.
Sergey Alexandrovich Kryukov 27-Aug-13 10:22am    
Probably yes. I would say, it would be good to learn some of both, do some prototype (you need to do some programming anyway, to make sure you understand what you learn correctly and can estimate the development process and support), draw some conclusions, learn more, reiterate...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900