Re: [protobuf] Typed Array Support

2011-02-22 Thread Kenton Varda
Well, first we'd need a Javascript protobuf implementation. There are a couple third-party ones, but Google doesn't provide one at this time. The usual way to deal with Javascript is to encode your message in JSON, e.g. using the code provided by http://code.google.com/p/protobuf-java-format/. O

[protobuf] Typed Array Support

2011-02-16 Thread jd
Are there any plans for protocol buffers to have support for the javascript typed arrays that just rolled out with WebGL in Chrome? I would like to add some communication to my WebGL demo at http://www.pcprogramming.com but don't want to hand write all the message classes in javascript and c++.

Re: [protobuf] Typed Array support in Chrome 9

2011-01-01 Thread Hochhaus, Andrew
On Thu, Dec 30, 2010 at 11:54 AM, jd wrote: > > Are there any plans for code generating javascript (using typed > arrays) so we can use protocol buffers directly in the browser > (chrome, mozilla, safari) This does not used typed arrays, but closure-library contains a javascript protocol buffer i

[protobuf] Typed Array support in Chrome 9

2010-12-30 Thread jd
Are there any plans for code generating javascript (using typed arrays) so we can use protocol buffers directly in the browser (chrome, mozilla, safari) -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To post to this group, send email to pro