Message from discussion
ArrayBuffer / Buffer Objects in C++ Addons
Received: by 10.224.180.141 with SMTP id bu13mr9633496qab.2.1351374200214;
Sat, 27 Oct 2012 14:43:20 -0700 (PDT)
X-BeenThere: nodejs@googlegroups.com
Received: by 10.224.146.194 with SMTP id i2ls6563768qav.6.gmail; Sat, 27 Oct
2012 14:42:56 -0700 (PDT)
Received: by 10.224.193.72 with SMTP id dt8mr13592675qab.7.1351374176308;
Sat, 27 Oct 2012 14:42:56 -0700 (PDT)
Received: by 10.224.2.134 with SMTP id 6msqaj;
Sat, 27 Oct 2012 12:55:30 -0700 (PDT)
Received: by 10.236.149.66 with SMTP id w42mr2590506yhj.18.1351367730419;
Sat, 27 Oct 2012 12:55:30 -0700 (PDT)
Date: Sat, 27 Oct 2012 12:55:30 -0700 (PDT)
From: Henri Tuhola <henri.tuh...@gmail.com>
To: nodejs@googlegroups.com
Message-Id: <fab7e56e-cc2d-4efa-81e6-1c64092c7052@googlegroups.com>
Subject: ArrayBuffer / Buffer Objects in C++ Addons
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_Part_99_31520656.1351367730043"
------=_Part_99_31520656.1351367730043
Content-Type: multipart/alternative;
boundary="----=_Part_100_10306090.1351367730043"
------=_Part_100_10306090.1351367730043
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
I'd need to pass some binary data out of an addon, but node.js addon
documentation doesn't seem to cover it.
This is what I'm working on: https://github.com/cheery/node-video
node-video needs the buffer objects to provide composite/native window
handles that can be transferred over unix sockets.
The link mentions webgl. There seems to be two authors who have tried to
provide WebGL bindings to node.js a year ago, but I don't know whether
either of their approach to TypedArray or Image do any good. Some of the
bindings can be copied along though. :)
------=_Part_100_10306090.1351367730043
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit
I'd need to pass some binary data out of an addon, but node.js addon documentation doesn't seem to cover it.<div><br></div><div>This is what I'm working on: https://github.com/cheery/node-video</div><div><br></div><div>node-video needs the buffer objects to provide composite/native window handles that can be transferred over unix sockets.</div><div><br></div><div>The link mentions webgl. There seems to be two authors who have tried to provide WebGL bindings to node.js a year ago, but I don't know whether either of their approach to TypedArray or Image do any good. Some of the bindings can be copied along though. :)</div>
------=_Part_100_10306090.1351367730043--
------=_Part_99_31520656.1351367730043--