jashkenas / ruby-processing

Code as Art, Art as Code. Processing and Ruby are meant for each other.
http://github.com/jashkenas/ruby-processing/wikis
Other
1.28k stars 94 forks source link

Sketches using processing libraries may fail to find library #104

Closed monkstone closed 10 years ago

monkstone commented 10 years ago

Discovered on a fresh install of processing-3.0a4 (no other versions installed). Path to sketchbook in preferences.txt is set thus:- sketchbook.path.three=/home/tux/sketchbook

ruby-processing expects requires:-

sketchbook.path=/home/tux/sketchbook

Solution use processing-2.2.1 for foreseeable future, or:-

  1. edit preferences.txt.
  2. Set sketchbook_path in .rp5rc
monkstone commented 10 years ago

Fix as long as preferences.txt is stable. https://github.com/jashkenas/ruby-processing/commit/d8147a1acb89e2fb5ce6b666ccb0d710f48611a2