-
Notifications
You must be signed in to change notification settings - Fork 10
pyjs canvas library
License
jggatc/pyjsdl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Pyjsdl - Python-to-JavaScript Multimedia Framework Pyjsdl module is modelled on Pygame/SDL commands that wraps JavaScript functionality including HTML5 canvas. The module permits scripts coded in Python/Pygame to compile to JavaScript using the Pyjs compiler (http://pyjs.org), allowing deployment of JavaScript applications without extensive editing of the script. The module supports a substantial portion of Pygame functionality. Information concerning use of the Pyjsdl module is included in doc/guide.txt. The Pyjsdl-ts package (https://gatc.ca/projects/pyjsdl-ts/) is a port of Pyjsdl that compiles to JavaScript using the Transcrypt compiler (https://www.transcrypt.org/), information is included in doc/port.txt. Pyjsdl is released under the MIT License, see LICENSE.txt for further information. Pyjsdl page: https://gatc.ca/projects/pyjsdl/ Pyjsdl docs: https://gatc.ca/projects/pyjsdl/doc/
About
pyjs canvas library