Skip to content

basic demo for WebChimera.js with secure context(contextIsolation & preload script)

License

Notifications You must be signed in to change notification settings

neneka/wcjs-ugly-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wcjs-ugly-demo

basic demo for WebChimera.js with secure context(contextIsolation & preload script)

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

Electron build & run

  • yarn
  • yarn start

About

basic demo for WebChimera.js with secure context(contextIsolation & preload script)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 86.2%
  • JavaScript 13.8%