Open 3D Scientific Visualization Toolkit
Mark Leaman writes "The Science Museum of Minnesota has just announced an online community site for scientific visualization, including thier Open 3D Visualization Toolkit that includes Blender and the GIMP as part of the core development tools. Frustrated with a lack of consolidated resources and discussion about open-source, scientific visualization development tools, the Science Museum of Minnesota's Learning Technologies Department decided to develop their own."
These museums, with very few exceptions are almost purely supported with government funds. They just can't make back the cost of upkeep, much less salaries, on the few dollars they make through admission fees.
There are a few that can make ends meet by appealing to private business, but for the most part these museums are supported with public money.
Now the point of all this government talk is that sometimes it takes the government to do something good and worthwhile for the general public. If it were up to the private sector, such an undertaking would 1) not have been undertaken in the first place and 2) if it were developed, it wouldn't have been released as OSS.
Hooray for these hackers! And thank god they've got an enlightened government supporting them.
Where is the repository for open scientific data for visualization? The NASA website of raw data decoded from the streams sent by our probes? The USGS GPS models? CAT/MRI scan files from dead people? X-ray crystallography data from public research institutions? Their CD distro is a good start, with models from their Turkish dig site. Without data, this tool is just a toy.
--
make install -not war
Comment removed based on user account deletion
Sorry, but I fail to see what Blender and the GIMP have to do with real scientific visualization. Blender is for 3D modelling, and the GIMP is for image processing.
If you're looking for complete, open source scientific visualization and data analysis packages, try VisIt, which supports dozens of input formats and runs on Linux, Windows, and MacOSX. Pick it up at http://www.llnl.gov/visit, or get the latest binaries from FTP here.
I have less knowledge of ParaView, but it is also free: http://www.paraview.org.
Both of these are also developed in part by the national labs; they can run parallel to handle terabytes of data, so if you've got small dataset they should be smokin' fast, and if you've got your own cluster you should be able to visualize some huge data.
If you're looking for just a toolkit to build your own application, try OpenDX or VTK.