Skip to content

Latest commit

 

History

70 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mumax-view

mumax-view is a web app to visualize OVF files.

Building mumax-view

mumax-view is meant to be compiled to web assembly using the emscripten compiler toolchain.

If you have to emscripten compiler toolchain installed, then you can build mumax-view as follows

git clone --recursice https://github.com/JeroenMulkers/mumax-view
mkdir -p build && cd build
emcmake cmake ..
emmake make

Alternatively, you can build mumax-view using the emscripten/emsdk docker image with the following one liner:

docker run --rm -v $(pwd):/src -u $(id -u):$(id -g) emscripten/emsdk \
  sh -c "mkdir -p build && cd build && emcmake cmake .. && emmake make"

About

ViMag - an OVF data visualizer

Resources

Stars

12 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages