Skip to content

michardy/muon-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muon-ui

In browser data visualization for QNet DAQ cards. Uses daq_mirror.

Installing

Clone this repository

git clone https://github.com/michardy/muon-ui.git

Use your package manger to install:

  • gcc
  • make
  • uglifyjs (Specifically the uglify-es variant. Things blow up otherwise dues to use of ES6)
  • uglifycss

Install emscripten:

curl -O https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portable.tar.gz
tar -xzf emsdk-portable.tar.gz
source emsdk_portable/emsdk_env.sh
emsdk update
emsdk install latest
emsdk activate latest

Building

Use make update to build the dataprocessing program and copy it to the dev folder.
Use make release to build the dataprocessing program, copy it to the release folder, and minify and copy the dev folder to release.

Warning

This is a site with a makefile. You have been warned.

About

In browser data visualization for QNet DAQ cards. Uses daq_mirror.

Resources

Stars

Watchers

Forks

Packages

No packages published