GitXplorerGitXplorer
t

piccolo2d-jython-examples

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
114a9cef8fdf921798f3daf421e8d262270c1d7a

Added Jython translation of Piccolo examples.

ttbekolay committed 12 years ago
Unverified
cd844ca9b089d479e1764bc6b8c283cdfec95912

Adding setup file.

ttbekolay committed 12 years ago
Unverified
1a1d1fcfbb8814f7938e967868ed5f624fb259b6

Initial commit with README.

ttbekolay committed 12 years ago

README

The README file for this repository.

========================= Using Piccolo from Jython

Piccolo2D.Java_ is a zoomable GUI framework built on top of Swing. This repository contains copies of their introductory examples, rewritten in Python syntax using Jython.

Instructions

To run these files, first install Jython. Dependencies, including Piccolo2D.Java, are installed using jip_. It is recommended to install jip_ into a virtualenv, as described on the jip homepage_. Once jip is installed, you can either install this package with::

jython setup.py install

or simply install the required jars with::

jython setup.py resolve

and then run the example files with Jython; e.g.,::

jython piccolo2d/examples/graph_editor.py

.. _Piccolo2D.Java: http://www.piccolo2d.org/ .. _install Jython: http://wiki.python.org/jython/InstallationInstructions .. _jip: http://sunng87.github.com/jip/ .. _jip homepage: http://sunng87.github.com/jip/