GATC - Code of Life
  • Projects
  • Docs
  • About

Interphase: Cross-platform GUI Module

Date 02 August 2015 Tags jython / pygame / pyjs / pyjsdl / python

Interphase is a Python module designed to provide a graphics user interface (GUI) to Pygame applications. Two of my other projects provide Pygame functionality to additional platforms, including PyJ2D for the Java environment and Pyjsdl for the JavaScript environment. Since a dependency of Interphase is Pygame, the module is compatible …

more ...

Guide to Pyjs and Pyjsdl

Date 16 November 2014 Tags html5 canvas / javascript / pygame / pyjs / pyjsdl / python

These notes provide instructions on the use of Pyjs with Pyjsdl, which were tested on Linux and Win7 systems.

more ...

Pyjsdl Demo Apps

Date 11 November 2014 Tags html5 canvas / java / javascript / jython / pygame / pyjs / pyjsdl / python

The apps on this page were coded in Python and Pygame. They were derived from the Pygame examples included in Pygame distribution. The first app is the Chimp example that is also used in a Pygame tutorial.

more ...

Compile Apps with Pyjs and Pyjsdl

Date 03 September 2014 Tags html5 canvas / javascript / pygame / pyjs / pyjsdl / python

Pyjsdl implements Pygame through JavaScript functionality permitting porting Python/Pygame apps to the Web browser as JavaScript/HTML5 apps via Pyjs compilation. This post provides some additional details required to port the app, supplementing a previous post. The following app was deployed from Serpent Duel script, and runs with Python …

more ...

Deploy JavaScript Application Using Pyjsdl

Date 31 July 2013 Tags html5 canvas / javascript / pygame / pyjs / pyjsdl / python

The Pyjsdl module is modelled on Pygame/SDL methods that wraps JavaScript functionality including HTML5 canvas. The module permits scripts coded in Python/Pygame to compile to JavaScript using the Pyjs compiler, allowing deployment of JavaScript applications without extensive editing of the script.

more ...

Pyjsdl: Python-to-JavaScript Module

Date 27 April 2013 Tags html5 canvas / javascript / pygame / pyjs / pyjsdl / python

The Pyjsdl module is modelled on Pygame/SDL designed to permit scripts coded in Python programming language and Pygame multimedia library to compile to JavaScript using the Pyjs compiler. The module is coded in Python that wraps JavaScript libraries and harnesses the HTML5 canvas for deployment of web browser 2D …

more ...

  • Projects

    • Microbe
    • Replicator Machine
    • Neural Construct
    • Replicant
    • Biomorph Entity
    • Genetic Construct
    • Nexus
    • Cell Matrix
    • Biomorph Evolve
    • Brownian Motion
    • Draw Pad
    • Interphase
    • PyJ2D
    • Pyjsdl
    • Pyjsdl-ts
  • Posts

    • Interphase: Cross-platform GUI Module
    • Guide to Pyjs and Pyjsdl
    • Pyjsdl Demo Apps
    • Compile Apps with Pyjs and Pyjsdl
    • Deploy JavaScript Application Using Pyjsdl
    • Pyjsdl: Python-to-JavaScript Module
  • Links

    • Alife: Artificial Life Society
    • Biopython Library
    • Boids: Swarm Simulation
    • Java 2D Library
    • Jython: Python on Java VM
    • Numpy: Python Numeric Library
    • Pelican: Python Static Site Generator
    • Pygame Multimedia Library
    • Pyjs: Python-to-Javascript Compiler
    • Python Programming Language
    • Transcrypt: Python-to-JavaScript Compiler

© 2015 JG · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top