Skip to content

mcanthony/WebChimeraPlayerNW

 
 

Repository files navigation

WebChimera Player NW v1.19

WebChimera Player Demo in Node-Webkit v0.12.1 - Win 32bit

Usage

Download the package from here. Unpack and Run nw.exe.

Mac Version

If you want to use WebChimera Player with Node-Webkit v0.12.1 Mac 64bit you will need to:

Step 1 - Get Node-Webkit

Step 2 - Embed WebChimera Plugin in the App

  • add WebChimera.plugin file (from the WebChimera Plugin Mac Installer) to the /plugins/ folder

  • add these lines to your package.json:

      "main": "app://host/index.html",
      "chromium-args": "--load-plugin=plugins/WebChimera.plugin",
      "webkit": {
          "plugin": true
      }
    

Step 3 - Embed WebChimera Player in your App's Pages

Usage

Run nw.pak.

Known Issues with WebChimera on Mac

About

WebChimera Player Demo for Node-Webkit v0.12.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • QML 56.0%
  • HTML 40.9%
  • JavaScript 2.8%
  • Other 0.3%