[vtkusers] Creating a GUI based project for VTK and ITK

Cory Quammen cory.quammen at kitware.com
Mon Apr 30 10:00:44 EDT 2018


In addition to what Aron said, there are some nice examples using Qt
available on the VTK Examples GitHub:

https://lorensen.github.io/VTKExamples/site/Cxx/#qt

Cory

On Mon, Apr 30, 2018 at 9:42 AM, Aron Helser <aron.helser at kitware.com>
wrote:

> Hi Ashef,
> VTK and ITK do not provide any prescribed way to do a GUI - there are
> hundreds of choices you could use, and they would all work. For instance,
> ParaView is built on VTK, and uses QT for it's GUI. You could also build a
> gui in Python, perhaps using wxWidgets python bindings.
> Since you are working with DICOM, instead you may want to look at 3D
> Slicer (https://www.slicer.org/) which is an open-source medical
> visualization app that uses VTK and ITK. You may be able to write a plugin
> for it which does what you want, and take advantage of all it's other
> features.
>
> The best choice may be something that you are familiar with, or something
> that you can get help with!
> Good luck,
> Aron
>
> On Sun, Apr 29, 2018 at 2:43 PM, Ashef Shahrior <ashahrior.91994 at gmail.com
> > wrote:
>
>> Hi, I have done some basic work with DICOM file segmentation and
>> visualization using ITK and VTK in C++. I have built it with CMAKE and
>> Visual Studio and run it with command prompt (Windows 10). But now I wish
>> to make a Graphical User Interface for this so that I can give it more of a
>> project look. How can I do this? Please, help. Thank you.
>>
>> _______________________________________________
>> 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
>>
>> Search the list archives at: http://markmail.org/search/?q=vtkusers
>>
>> Follow this link to subscribe/unsubscribe:
>> https://vtk.org/mailman/listinfo/vtkusers
>>
>>
>
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> https://vtk.org/mailman/listinfo/vtkusers
>
>


-- 
Cory Quammen
Staff R&D Engineer
Kitware, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://vtk.org/pipermail/vtkusers/attachments/20180430/230fb9c1/attachment.html>


More information about the vtkusers mailing list