From: Bruce S. <Bru...@nc...> - 2012-06-07 05:02:34
|
I should add for completeness that JavaScript does offer typed arrays such as Float32Array, in which all elements are 32-bit floats. A major use of these typed arrays is for communication between CPU and GPUs on the graphics card. Bruce Sherwood > On Wed, Jun 6, 2012 at 4:46 PM, K.-Michael Aye <kmi...@gm...> wrote: >> Dear all, >> >> I was wondering if the good old VPython gas simulation that uses numpy >> so efficiently will run as nicely in Glowscript? Does Glowscript offer >> efficient arrays? >> >> Best regards, >> Michael |