scientific visualization

See the following -

Kitware Announces Exascale Exhibition at SC15

Press Release | Kitware | November 10, 2015

To share Kitware’s latest developments in exascale visualization, the company is pleased to announce that it will once again be part of the International Conference for High Performance Computing, Networking, Storage and Analysis, better known as Supercomputing (SC). SC15 will be held in Austin, Texas, from November 15 to November 20, 2015. As one of the primary contributors to the open-source Visualization Toolkit (VTK), ParaView, and CMake, Kitware is working closely with customers and collaborators to build the foundation for exascale visualization. 

Read More »

Open Source Dependency Management As A Balancing Act

During my career I have spent a lot of time packaging other people's code, writing my own, and working on large software frameworks. I have seen projects that still haven't released a stable version, never quite hitting 1.0, while others made 1.0 releases within months of beginning development, and then quickly moving on to 2.0, 3.0, etc. There is quite a variance in these release cycles, and this coupled with maintaining large projects can make things difficult. I will go through some of the decisions we have faced in projects I have worked on and the pressures on the project. On the one extreme, users would like to have a stable API that never changes, with dependencies that don't specify a minimum version so that they can choose whatever version works best...