Skip to content

SCIRun is a Problem Solving Environment (PSE), for modeling, simulation and visualization of scientific problems. This is version 5, the Qt/Boost/C++11 conversion of SCIRun v4.

basisunus/SCIRun

 
 

Repository files navigation

SCIRun Banner

SCIRun 5

https://github.com/SCIInstitute/SCIRun

Build Status Coverage Status

Summary

Warning! SCIRun 5 is alpha software, you may use for real science but beware of instability.

###Goals SCIRun 5 is a complete rewrite of the GUI front end and graphical components of SCIRun 4, including a more stable and efficient middle layer, with support for Python scripting.

Documentation

For documentation, please see: http://sciinstitute.github.io/SCIRun/

Platform Notes

Build requirements

CMake Build Generators

  • Windows
    • Visual Studio 2013
  • OS X (tested on 10.7 and 10.8 and 10.10)
    • Unix Makefiles
    • Xcode
  • Linux (tested on Ubuntu 12.10)
    • Unix Makefiles

Unix Makefiles notes

  • Boost must be built before the SCIRun libraries.
  • Parallel make builds can be used as long the Boost target is built first, for example:
    • make -j4 Boost_external && make -j4

Questions and Answers

For help, email the testing mailing list at scirun5-testers@sci.utah.edu.

License and Credits

For more information, please see: http://software.sci.utah.edu

The MIT License

Copyright (c) 2015 Scientific Computing and Imaging Institute, University of Utah.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

SCIRun is a Problem Solving Environment (PSE), for modeling, simulation and visualization of scientific problems. This is version 5, the Qt/Boost/C++11 conversion of SCIRun v4.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 59.8%
  • C 30.6%
  • Fortran 3.4%
  • Shell 2.8%
  • CMake 1.7%
  • Python 1.0%
  • Other 0.7%