-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME.txt
11 lines (6 loc) · 905 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
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/