Applet Question
Is it possible, using the new visual c++ .net software to turn an opengl scene into an applet that will run in a web browser? I''m trying to figure this out for my senior project.
Mike
You could have a look at ActiveX. This would let you plug in your opengl thing into Internet Explorer (but not any other browser IIRC). There''s an example (in Delphi) over at Sulaco:
OpenGL ActiveX (find it in the page). You''d have to do some research if you wanted it in VC++, but it shouldn''t be all that difficult.
Alternatively, just write a java applet (maybe with Java3d?).
OpenGL ActiveX (find it in the page). You''d have to do some research if you wanted it in VC++, but it shouldn''t be all that difficult.
Alternatively, just write a java applet (maybe with Java3d?).
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement