Monday 9 June 2014

The latest way to import a java library processing python mode

What you need to do is place the library folder (from vanilla processing) in a libraries folder (under PythonMode), on linux this is sketchbook/modes/PythonMode/libraries/peasy/library/peasycam.jar. The latest python processing way of calling libary is as for vanilla processing to use the processing menu add library method, which adds the following to your sketch add_library('peasycam')







I have since updated many more of my processing.py examples to run using the latest python mode in the processing ide.

2 comments:

  1. This is incorrect. To install and use processing libraries in Python mode, you use the normal "Add library..." menu.

    ReplyDelete
    Replies
    1. I have modified post, which should have been clearer. PS I am surprised you get away with the peasycam library being a folder peasy (ie not peasycam)

      Delete