[vtkusers] Developing a windows app with VTK and C++

John Drescher drescherjm at gmail.com
Tue Oct 9 13:21:35 EDT 2012


> I'm working on a four pane visualization project for 3D volume
> visualization, so far i'm getting into vtk and obteining some results but
> all of them working as a windows console. I'd like to work with a windows
> application and develop a GUI for these. I may be kinga begginer in c++ and
> dunno for sure where to start or what way to take.
>

My biggest advice is make sure that you use CMake to generate your
Visual Studio solutions regardless of the framework you choose. This
will greatly simplify adding vtk to your project although it will
require that you spend some time to learn CMake.

John



More information about the vtkusers mailing list