-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
10 lines (5 loc) · 902 Bytes
/
Copy pathREADME.txt
File metadata and controls
10 lines (5 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
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