[vtkusers] Compiling VTK for iOS????

Joachim Pouderoux joachim.pouderoux at kitware.com
Mon Dec 3 05:02:55 EST 2012


Hi Abhishek,

VTK as is will not compile on iOS because a lot of VTK code is based on the
OpenGL rendering API which is not available on handhelds.
VES provides a modified version of VTK where all the rendering modules are
disabled. VES provides a rendering engine (based on OpenGL ES)
which is totally different as the one implied in VTK for desktop.
For now only geometric models are supported, and no volume rendering is
available for use with OpenGL ES
with VES (however I guess the CPU fixed raycasting engine -
vtkFixedPointVolumeRayCastMapper - could work as is but you may expect
slow rendering times...) Also think that OpenGL ES has many limitations,
GPU volume rendering is computation intensive and handheld GPU
are far having the same performances than desktop one.
If you need to visualize large volume models, you may consider to use a
remote rendering scheme as the one provided by ParaViewWeb.

Regards,

2012/12/3 abhishek <abhishek at meddiff.com>

> Hello Users,
>
> I want to use VTK libraries on iOS. As far as I know, VTK has a development
> branch named VES whose work is currently in progress and it does not come
> with most of the core VTK classes that I need to use.
>
> So i want to compile VTK for iOS. Someone who has done it, Please help.
>
> Regards
> Abhishek.
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/Compiling-VTK-for-iOS-tp5717378.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



-- 
*Joachim Pouderoux*

*PhD, R&D Enginee*r
*Kitware SAS <http://www.kitware.fr>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20121203/f298aced/attachment.htm>


More information about the vtkusers mailing list