This is all the class wrapping needed
class JWishy < Processing::App # bare sketch code endBare sketches instead get listed as the super class, but to be honest listing of the code in the pry console is not that exciting see embedded video, the exciting bit is to be able to futz with sketch code from the console and watch it affect the running console (but why not try it for yourself). In the "Wishy Worm" example we change the background of the sketch by changing the @back_color variable, and change the bluish accessor method to a custom method that returns bluish as function of the y_wiggle variable
But you can do so much more, including 'ls' available methods, and remember pry has a built in help...
Live coding in ruby-processing now using pry
Bounce.rb code used in videoYou should also checkout the pry 'edit' function, which allows you to use your favourite editor to edit a method say 'JWishy#draw'
No comments:
Post a Comment