Advertisement

Applet Question

Started by October 16, 2002 10:51 AM
0 comments, last by pinchg 22 years, 4 months ago
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?).

This topic is closed to new replies.

Advertisement