How can I move the code to java?
Hello, everyone. First, please forgive my poor English. I will try to express clearly. Now I am programming in Java in my laboratory. But I still love OpenGL. Visual C++ is one of my favoriate language. But it is not easier than java.
Can I move some pieces of code from C++ to Java? If it is possible, how can I achieve that?
I am a Chinese boy. I like programming OpenGL. Though I am majored in AI, I still love OpenGL.
I am a Chinese boy. I like programming OpenGL. Though I am majored in AI, I still love OpenGL.
You should be able to transfer all the gl code commands such as glTranslate and such without problem to the Java platform, everything else (namely creating a window) will have to be modified to make it java compilable. If you search on the web for OpenGL programs written in Java you should find what you need.
Hope this helps.
Hope this helps.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement