You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing for the first time I had undefined symbol issues.
node_modules/gl/build/Release/webgl.node: undefined symbol: _Z15XextFindDisplayP15_XExtensionInfoP9_XDisplay
To solve I had to download headless-gl and recompile. Lates I copied the webgl.node file to my gpu.js app and it worked fine. Is it supposed to be like that? Couldn't find any mention on the documentation.
I'm running Node 8.10 and Xubuntu with NVIDIA 390 drivers.
Steps to build webgl.node:
Clone this repo: git clone git@github.com:stackgl/headless-gl.git
Switch to the headless gl directory: cd headless-gl
Initialize the angle submodule: git submodule init
Update the angle submodule: git submodule update
Install npm dependencies: npm install
Run node-gyp to generate build scripts: npm run rebuild
The text was updated successfully, but these errors were encountered:
When installing for the first time I had undefined symbol issues.
node_modules/gl/build/Release/webgl.node: undefined symbol: _Z15XextFindDisplayP15_XExtensionInfoP9_XDisplay
To solve I had to download headless-gl and recompile. Lates I copied the webgl.node file to my gpu.js app and it worked fine. Is it supposed to be like that? Couldn't find any mention on the documentation.
I'm running Node 8.10 and Xubuntu with NVIDIA 390 drivers.
Steps to build webgl.node:
Clone this repo: git clone git@github.com:stackgl/headless-gl.git
Switch to the headless gl directory: cd headless-gl
Initialize the angle submodule: git submodule init
Update the angle submodule: git submodule update
Install npm dependencies: npm install
Run node-gyp to generate build scripts: npm run rebuild
The text was updated successfully, but these errors were encountered: