Code Monkey home page Code Monkey logo

kvs's Introduction

Kyoto Visualization System

Join the chat at https://gitter.im/naohisas/KVS

Kyoto Visualization System (KVS) is a multi-platform, open-source C++ library for developing scientific visualization applications. KVS provides various classes and interfaces, such as isosurace extraction, streamlines and volume rendering, to visualize medical data obtained by computerized tomography or magnetic resonance imaging, numerical data from computational fluid dynamics and so on.

Installation

Getting KVS

The source code of KVS can be downloaded via GitHub as follows:

$ git clone https://github.com/naohisas/KVS.git

Requirements

Some of software are required for compiling KVS. Please install them as needed before building KVS.

  • GLUT
  • GLEW (optional but recommended)
  • Qt (optional)
  • CUDA (optional)
  • OpenCV (optional)

Configuration

The environment variable KVS_DIR should be set to an install directory of KVS, and the binary directory KVS_DIR/bin which includes several KVS commands should be add to the PATH variable.

  • Windows
Variable Value
KVS_DIR C:\Program Files\kvs
PATH %PATH%;%KVS_DIR%\bin
  • Linux and Mac OS X
export KVS_DIR=~/local/kvs
export PATH=$KVS_DIR/bin:$PATH

Build and install

By using the make command, KVS can be easily build and install to KVS_DIR.

  • Windows
$ cd KVS
$ nmake
$ nmake install
  • Linux and Mac OS X
$ cd KVS
$ make
$ make install

kvs's People

Contributors

naohisas avatar gitter-badger avatar

Watchers

James Cloos avatar 虞苏凉 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.