8000 GitHub - abasb75/openjphjs: OpenJPH wrapper for medical imaging
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

abasb75/openjphjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  • TypeScript 81.6%
  • C++ 9.1%
  • HTML 7.3%
  • JavaScript 1.2%
  • CMake 0.5%
  • Dockerfile 0.2%
  • Shell 0.1%
0