cpbotha.net

voices in my head

cpbotha.net random header image

Latest VTK Windows binaries

This page will always link to my latest blog post with VTK Windows binaries, so you know you have the most recent ones.  The latest post is:

Python 2.6 enabled VTK 5.4 Windows binaries

You might still be interested in the older Python 2.5 builds:

Python 2.5 enabled VTK 5.4 Windows binaries.

However, if you’re really serious about VTK, ITK and perhaps even a kitchen sink, and you would like the choice between 32bit and 64bit on both Windows and Linux, you should really be looking at the DeVIDE Runtime Environment, or DRE.

14 Comments

14 Comments so far ↓

  • Saad Masood

    Hi Carl,
    I am working on Brain segmentation and visualization project.
    Since i am not so good with compiling the libraries, would it be possible if you can upload a “Python 2.6.2 enabled VTK 5.4 binaries”…. the problem is that I have ITK wrapper which can only work with Python 2.6.2, so i need the VTK to work with version 2.6.2 also!
    hope you understood my problem, thanks in advance.

    • cpbotha

      I am coincidentally working on this, but I can’t give you an estimate of when they’ll be ready. Keep an eye on my blog, I’ll post there when I’ve uploaded.

  • Pieter-Jan Busschaert

    Hello,

    I would also be very interested in a python 2.6 version of these.
    Thanks for creating this!

  • cpbotha

    Ok, I’ve now also made available my Python 2.6 VTK 5.4.2 builds! Don’t forget to check out the DRE too. :)

  • Eliya

    Hello there!
    do you have python-vtk for Mac?

  • bohdan

    hi Charl

    I was wondering if your multi-threaded VTK changes are available for Linux platform?
    And perhaps not as large as DRE :)

    • cpbotha

      Dear bohdan,

      They are currently only available within the DRE, mostly because if I further fragment my development efforts, I might explode. ;)

      Is it a problem for you to download the whole DRE?

      • bohdan

        Charl

        Not at all. I have actually tried DRE yesterday. However, my problem with VTK running in a separate thread still persist.
        I am developing UAV testing suite. With this purpose i have Autopilot in one thread, another thread is occupied by monitoring tools and i am trying to add third thread with VTK.
        VTK is using two “observers” working on timer basis; and as soon as i call either “Initialize” or “CreateRepeatingTimer” or “Start” – Vtk window shows up, but:
        - does not respond to mouse movements (image is still)
        - takes the main application thread (possibly GIL?) and only after i click on “close window” – other two threads starts working (while VTK stucks in coma)

Leave a Comment