Use jReality with jython

From JReality Wiki
Jump to: navigation, search

Source file: testJRViewer.py

Source file: myjython


This file testViewerApp.py is an example to show how to use jReality with jython, the popular Java implementation of Python.


To run this example with the JOGL backend enabled:

  • Download and install jython.
  • Edit the executable script myjython to reflect the configuration of your filesystem
  • Run "myjython testJRViewer.py"


If successful, you should see a color icosahedron displayed in a JRViewer application.


Previous: Use jReality with jruby Developer Tutorial: Contents Next: Use jReality with groovy