chafey / openjphjs

OpenJPH wrapper for medical imaging

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openjphjs

JS/WebAssembly build of OpenJPH

Try It Out!

Try it in your browser here

Building

This project uses Visual Studio Remote Containers to simplify setup and running (everything is contained in a docker image)

This project uses git submodules to pull in OpenJPH. If developing, initialize the git submodules first (do this outside the container):

> $ git submodule update --init --recursive

To build WASM:

> ./build.sh

To build native C/C++ version:

> ./build-native.sh

To update to latest version of OpenJPH

> git submodule update --remote --merge

About

OpenJPH wrapper for medical imaging

License:MIT License


Languages

Language:C++ 48.4%Language:HTML 39.6%Language:JavaScript 6.3%Language:CMake 2.6%Language:Dockerfile 2.5%Language:Shell 0.7%