Skip to content

Largo/PsychometricStudyVideoPlayer

Repository files navigation

Video Player using Ruby.wasm and Electron

This video player works in the browser but also as a standalone app. It was made for a very specific task in academia.

Videoplayer in Electron on Linux

How to run

webserver:

git clone https://github.com/Largo/PsychometricStudyVideoPlayer
./serve.sh

open localhost:8080 in your browser

Electron

npm install -g yarn
yarn install 
yarn run

build ruby.wasm

Not necessary, because ruby-app.wasm comes included.

git clone https://github.com/Largo/PsychometricStudyVideoPlayer
cd PsychometricStudyVideoPlayer
git clone https://github.com/largo/ruby.wasm
./build.sh