-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu on Windows (WSL) ? #64
Comments
might be related to this |
Seems like it. I'll take a deeper look at it. Thanks!
…On Sat, Oct 12, 2019, 12:35 AlexVestin ***@***.***> wrote:
might be related to this
microsoft/WSL#2855 <microsoft/WSL#2855>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#64?email_source=notifications&email_token=AACU3HA2C4MSRNEFD6RB67TQOHVCTA5CNFSM4I6KMPRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBCCARQ#issuecomment-541335622>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACU3HG24DHVEAAO6E73WF3QOHVCTANCNFSM4I6KMPRA>
.
|
@dukuo did you get anywhere with this? facing a similar problem in docker |
Not really, headless webgl is still avoiding me apparently |
Sorry I manage this repo when I have cycles (not primary role here) - Generally when that $ ldd build/Release/nodejs_gl_binding.node On my linux machine, I see:
Note the libGLESV2.so linkage - if that points to a system library, this library won't work. Graphics are hard on Linux - it does not surprise me that this is causing issue running an Ubuntu image inside Windows. |
Hey ! I wanted to know if it's possible to run
noide-gles
in Ubuntu on Windows! Currently I can install everything but when I runyarn ts-node src/tests/unsigned_byte_texture_upload_test.ts
or similar I get the following error:The text was updated successfully, but these errors were encountered: