WebPlayer.jl

Playing videos with Julia in the web.
Popularity
1 Star
Updated Last
5 Years Ago
Started In
January 2018

WebPlayer

Build Status

Coverage Status

codecov.io

First install:

Pkg.clone("https://github.com/SimonDanisch/WebPlayer.jl")
Pkg.build("WebPlayer")

Updates:

Pkg.checkout("WebPlayer")
# Optional build, depending on what changed... Hopefully you never need to rebuild:
# Pkg.build("WebPlayer")