Skip to content

Arnaki/X

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The X Toolkit: WebGL™ for Scientific Visualization

XTK is easy, lightweight and fast !

  • Native reading of a variety of scientific file formats (see File formats)
  • Volume rendering, thresholding and cross-sectional slicing of 3d image data
  • Label maps, color tables and surface overlays are supported, as well as Constructive Solid Geometry
  • Javascript and HTML5 based: suppport of major browsers (Chrome, Firefox, Safari and Opera)
  • CDash + Google Closure driven build and test system

Demos

knee_atlas brainfibers aneurysm brain_atlas
mindboggle daniels_brain babybrains aneuriskweb

Lessons

lesson00 lesson01 lesson02 lesson03
lesson04 lesson05 lesson06 lesson07
lesson08 lesson09 lesson10 lesson12
lesson11

>>>
>>> Get it right here: xtk.js !
>>>####

Example Usage

// create a new renderer
var r = new X.renderer('r');
r.init();
    
// load a .vtk file
var skull = new X.object();
skull.load('skull.vtk');
    
// add the object
r.add(skull);
    
// .. and render it
r.render();

Click to see the live version!

API Documentation

The full documentation of the API is available here.

More information...

...is available at Project X, the X Toolkit wiki system.

Help?

We use http://stackoverflow.com/questions/tagged/xtk for user support. Please ask and tag ([xtk]) your question there!

Contribute?

Yes, please! See the Developer's Heads Up and the X:Future page.

License

Copyright (c) 2012 The X Toolkit Developers dev@goXTK.com

The X Toolkit (XTK) is licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php

Affiliations and Sponsors

Children's Hospital Boston Harvard Medical School