View Full Version : Java vs C#
Music_Man
12-03-2002, 01:30 PM
I've noticed that most of the people on this board are using C# with OpenGl and not Java. I am using Java as that is what has been taught to me on my degree course. Is there any major difference in performance between OpenGL for Java and C#? I'm just curious......
Music_Man :-)
mikael_aronsson
12-03-2002, 10:33 PM
Hi !
If you are using Java 1.4 or later the speed should be about the same, using an ordinary JNI interface is a little slower then C#, but if you compare for example gl4java with an ordinary C# opengl interface there is not any noticable difference in performance.
It is a little easier though to interface to dll files with C# then with Java, but that's understandable as the main idea with Java is to make it portable.
Mikael
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.