Skip to content

tbekolay/piccolo2d-jython-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Examples of using the Piccolo2D.Java GUI framework from Jython.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages