Skip to content
forked from chafey/openjphjs

OpenJPH wrapper for medical imaging

License

Notifications You must be signed in to change notification settings

sedghi/openjphjs

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 49.6%
  • HTML 37.0%
  • JavaScript 6.9%
  • CMake 2.9%
  • Dockerfile 2.8%
  • Shell 0.8%