Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
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 Transcrypt compiler (https://www.transcrypt.org/), as part of the Pyjsdl-ts library (https://github.com/jggatc/pyjsdl-ts). 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 git: https://github.com/jggatc/pyjsarray-ts
PyjsArray docs: https://gatc.ca/projects/pyjsdl-ts/doc/

About

transcrypt typedarray module

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages