Skip to content

jggatc/pyjsarray-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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/). 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-ts/doc/pyjsdl.pyjsarray-module.html

About

transcrypt typedarray module

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages