On 26 July 2012 09:08, Stephan Bruny <[email protected]> wrote: > I know that JavaScript might run very slow doing conventional math code. > Something simple like rotating a matrix will take very long when one uses > arrays in JavaScript. > So one need to find other solutions like sceen-graph-based algorithms. And > this is possible because we don't need to "render" any image on the server > side, so there is no view matrix and z-index. > We just need to provide the data of objects (what kind of object, rotation, > scale, position, etc.). > The client requests object-data within a special space volume gets a big > json and creates the scene from it.
I think you _should definitely_ have a look at Fabric Engine: http://fabric-engine.com/ Cheers, -- Ilya -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
