nw.js icon indicating copy to clipboard operation
nw.js copied to clipboard

Is it possible to get webgl context in c++ node module like in emscripten?

Open hellozyemlya opened this issue 11 months ago • 2 comments

Question is simple - since nodejs and webpage executed in same context, is it possible to give an access to webgl context to a nodejs native module? So, for example, some other GL-based libraries can be easily reused?

hellozyemlya avatar Mar 10 '24 07:03 hellozyemlya