wcjs-ugly-demo
May 7, 2021 ยท View on GitHub
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.zipcorresponding to your engine from WebChimera.js releases page and extract tonode_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.gzcorresponding to your engine from WebChimera.js releases page and extract tonode_modules - run
run_*.sh
Linux
- install
VLC(for apt based distros:sudo apt-get install vlcorsudo apt-get install vlc-nox) git clone https://github.com/RSATom/wcjs-ugly-demo.git- run
npm install --ignore-scripts - download
WebChimera.js_*_linux.zipcorresponding to your engine from WebChimera.js releases page and extract tonode_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.gitcd wcjs-ugly-demo
Electron build & run
npm install -g electronbuild_electron.cmdrun_electron.cmd