<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6249.1">
<TITLE>RE: [vtkusers] vtk web applications</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Courier New">&nbsp;&gt; </FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&gt; I'm looking into the potential of deploying visualizations created in vtk </FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&gt; on the web and I was wondering if anyone who has attempted to make a web </FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&gt; enabled vtk application (with java or other tools) could share their </FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&gt; experiences, good or bad.&nbsp; What pitfalls should I be careful of?&nbsp; I have </FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&gt; noticed a few posts on this topic from quite a while back but there isn't </FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&gt; a lot that I can find on this subject.&nbsp; Right now I'm working on a </FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&gt; java/vtk tool and would like to explore the possibilities of making a web </FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&gt; enabled version.&nbsp; Any advice would be greatly appreciated.&nbsp; Thanks.</FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&gt; </FONT>

<BR><FONT SIZE=2 FACE="Courier New">&nbsp;&gt; -chris</FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">Last year I developed an ActiveX object using VTK which enabled me to embed a viewer in an Internet Explorer browser page, and a similar Netscape Plugin version to run on Netscape.&nbsp; It can be a fairly thin layer over top of the VTK code.&nbsp; I don't think there are any online demo's anymore, but you can access the installation for the version that I created from:</FONT></P>

<P><FONT SIZE=2 FACE="Courier New"><A HREF="http://www.viz-solutions.com/WebSight3D.html">http://www.viz-solutions.com/WebSight3D.html</A></FONT>
</P>

<P><FONT SIZE=2 FACE="Courier New">The way this was developed was to accept either a filename or URL to specify the location of polydata information which it would draw into the ActiveX window.&nbsp; It took very little research into ActiveX to enable us to create a thin GUI layer to access the VTK functionality from the browser window.&nbsp; One problem with this approach is that, for now, you really need to develop an ActiveX package and a Netscape Plugin package.&nbsp; Much of the code can be shared, however, and the Netscape API is similarly easy to wrap around VTK.</FONT></P>

<P><FONT SIZE=2 FACE="Courier New">Hope that's of interest.</FONT>

<BR><FONT SIZE=2 FACE="Courier New">Kevin.</FONT>
</P>

</BODY>
</HTML>