swederik / itk-js

High performance spatial analysis in a Web Browser or Node.js

Home Page:http://insightsoftwareconsortium.github.io/itk-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

itk.js

Build Status CircleCI

itk.js combines Emscripten and ITK to enable high-performance spatial analysis in a JavaScript runtime environment.

The project provides tools to a) build C/C++ code to JavaScript (asm.js) and WebAssembly, b) bridge local filesystems, native JavaScript data structures, and traditional file formats, c) transfer data efficiently in and out of the Emscripten runtime, and d) asynchronously execute processing pipelines in a background thread. itk.js can be used to execute ITK, VTK or arbitrary C++ codes in the browser or on a workstation / server with Node.js.

For more information, please see the project documentation.

About

High performance spatial analysis in a Web Browser or Node.js

http://insightsoftwareconsortium.github.io/itk-js

License:Apache License 2.0


Languages

Language:C++ 48.4%Language:JavaScript 46.6%Language:CMake 3.0%Language:Shell 1.1%Language:Dockerfile 0.9%