Skip to content

Instantly share code, notes, and snippets.

@morgondag
Created September 10, 2015 07:15
Show Gist options
  • Save morgondag/896c76f69888afc1236c to your computer and use it in GitHub Desktop.
Save morgondag/896c76f69888afc1236c to your computer and use it in GitHub Desktop.
nw.js settings per platform
Windows:
"chromium-args": "--in-process-gpu --ignore-gpu-blacklist --enable-webgl --disable-transparency --disable-device-orientation"
Linux:
"chromium-args": "--ignore-gpu-blacklist --enable-webgl --disable-transparency --disable-device-orientation --disable-setuid-sandbox"
Mac OS X:
"chromium-args": "--ignore-gpu-blacklist --enable-webgl --disable-transparency --disable-device-orientation"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment