Skip to content

JavaScript library for 3D direct volume visualization

Notifications You must be signed in to change notification settings

stevenczwu/tomoraycaster

 
 

Repository files navigation

Tomoraycaster

A JavaScript framework for client-side raycasting.

Workflow:

1. Clone this repo

$ git clone https://github.com/kit-ipe/tomoraycaster.git

2. Go to the dir where you cloned repo

$ cd tomoraycaster

3. Install npm

  • Opensuse 13.2
$ sudo zypper addrepo http://download.opensuse.org/repositories/devel:/languages:/nodejs/openSUSE_13.2/ Node.js
$ sudo zypper in npm
  • Archlinux
$ sudo pacman -S npm

4. Prepare Grunt

$ ./prepare_grunt.sh

5. Compile all the source files into Javascript

$ grunt

6. Go to the test dir

$ cd test

7. Start python http server

$ ./start_http_server.sh

8. Point your browser to localhost:10001.

About

JavaScript library for 3D direct volume visualization

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 88.8%
  • GLSL 11.1%
  • Other 0.1%