I want to put a c++ system using OpenGL online for cross-platform viewing. I
know that it is not possible to write a Java applet for such a system. Are
there other ways to integrate it into web page? Thanks in advance.
b*w 发帖数: 2062
2
what is it impossible for java?
【在 d******l 的大作中提到】 : I want to put a c++ system using OpenGL online for cross-platform viewing. I : know that it is not possible to write a Java applet for such a system. Are : there other ways to integrate it into web page? Thanks in advance.
d******l 发帖数: 3
3
Thanks for reply. Since java applet is run within web browser, which in usual
cases does not allow java native method calls for a c++ application.