hadees / wcjs-ugly-demo

basic demo for WebChimera.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wcjs-ugly-demo

basic demo for WebChimera.js

Use with WebChimera.js prebuilt

Windows

  • run git clone https://github.com/RSATom/wcjs-ugly-demo.git
  • run npm install --ignore-scripts
  • download WebChimera.js_*_VLC_*_win.zip corresponding to your engine from WebChimera.js releases page and extract to node_modules
  • run run_*.cmd

Mac OS X

  • git clone https://github.com/RSATom/wcjs-ugly-demo.git
  • run npm install --ignore-scripts
  • download WebChimera.js_*_osx.tar.gz corresponding to your engine from WebChimera.js releases page and extract to node_modules
  • run run_*.sh

Linux

  • install VLC (for apt based distros: sudo apt-get install vlc or sudo apt-get install vlc-nox)
  • git clone https://github.com/RSATom/wcjs-ugly-demo.git
  • run npm install --ignore-scripts
  • download WebChimera.js_*_linux.zip corresponding to your engine from WebChimera.js releases page and extract to node_modules\webchimera.js\Release
  • run run_*.sh

Use with WebChimera.js build from sources

Get sources

  • git clone https://github.com/RSATom/wcjs-ugly-demo.git
  • cd wcjs-ugly-demo

NW.js build & run

  • build_nwjs.cmd
  • run_nwjs.cmd

Electron build & run

  • npm install -g electron-prebuilt
  • build_electron.cmd
  • run_electron.cmd

About

basic demo for WebChimera.js

License:MIT License


Languages

Language:HTML 35.4%Language:Batchfile 25.3%Language:Shell 21.9%Language:JavaScript 17.4%