Skip to content

neneka/WebChimera.js

 
 

Repository files navigation

WebChimera.js

libvlc binding for Electron

Join the chat at https://gitter.im/RSATom/WebChimera Join the chat at https://discord.gg/3h3K3JF

Demos

Docs

Known issues and workarounds

Prebuilt binaries

Using prebuilt on Windows

  • download WebChimera.js_*_VLC_*_win.zip corresponding to your engine and extract to node_modules

Using prebuilt on Mac OS X

  • download WebChimera.js_*_osx.tar.gz corresponding to your engine and extract to node_modules

Using prebuilt on Linux

  • install VLC (for apt based distros: sudo apt-get install vlc)
  • npm install webchimera.js --ignore-scripts
  • download WebChimera.js_*_linux.zip and extract to webchimera.js\Release

Build Prerequisites

Windows

Mac OS X

Linux

for apt based distros:

  • $ sudo apt-get install build-essential cmake libvlc-dev

Build from sources

Windows

  • git clone --recursive https://github.com/RSATom/WebChimera.js.git
  • cd WebChimera.js
  • build_electron.cmd

Mac OS X & Linux

  • git clone --recursive https://github.com/RSATom/WebChimera.js.git
  • cd WebChimera.js
  • ./build_electron.sh

About

[ABANDONED] libvlc binding for Electron

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 96.9%
  • CMake 1.4%
  • JavaScript 1.2%
  • Other 0.5%