-
Notifications
You must be signed in to change notification settings - Fork 0
pyjs typedarray module
License
jggatc/pyjsarray
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PyjsArray - Python-to-JavaScript TypedArray Module PyjsArray module provides Python objects that wrap the JavaScript TypedArray objects. It was designed for use in Python-to-JavaScript applications that are translated with the Pyjs compiler (http://pyjs.org). The module provides the following TypedArray objects: Uint8ClampedArray, Uint8Array, Uint16Array, Uint32Array, Int8Array, Int16Array, Int32Array, Float32Array, Float64Array. The module also includes an Ndarray class to instantiate N-dimensional arrays, ImageData/ImageMatrix classes that provide an interface to the canvas ImageData array, and BitSet/BitSet16/BitSet32 classes that store bitarray data in 8/16/32 bit size providing functionality similar to Java BitSet. PyjsArray is released under the MIT License, see license.txt for further information. PyjsArray docs: https://gatc.ca/projects/pyjsdl/doc/pyjsdl.pyjsarray-module.html
About
pyjs typedarray module