# wcjs-ugly-demo **Repository Path**: guo_hui_zheng/wcjs-ugly-demo ## Basic Information - **Project Name**: wcjs-ugly-demo - **Description**: import from github - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-22 - **Last Updated**: 2022-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://github.com/RSATom/WebChimera.js/releases) 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](https://github.com/RSATom/WebChimera.js/releases) 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](https://github.com/RSATom/WebChimera.js/releases) and extract to `node_modules\webchimera.js\Release` * run `run_*.sh` # Use with `WebChimera.js` build from sources * [WebChimera.js build prerequisites](https://github.com/RSATom/WebChimera.js#build-prerequisites) ### Get sources * `git clone https://github.com/RSATom/wcjs-ugly-demo.git` * `cd wcjs-ugly-demo` ### Electron build & run * `npm install -g electron` * `build_electron.cmd` * `run_electron.cmd`