'lut,
quelques liens sur l'implémentation de p5 avec JRuby :
citation :
Because it’s Ruby, you can also load the samples via jirb, and then alter
them on the fly. Live coding, anyone?
Revision 0.9
* Inspired by NodeBox, Ruby-Processing now sports the ability
to have sliders control numeric variables in your sketches.
If you're using an instance variable, say, @speed, to control
the speed of your sketch.
has_slider :speed
Will bring up a panel alongside with a slider that controls
the speed. It can take a range of values as an optional parameter.
Check out and run jwishy.rb for an example.
* Multi-platform app export! Exporting your Ruby-Processing
apps will now create executable apps for Mac/Windows/Linux.
* Live coding support. Now you can do script/live path/to/sketch.rb
to open up an interactive session with your sketch available
as @app.
* Nick Sieger donated an additional sample.
http://the-shoebox.org/apps/44
http://www.rubyinside.com/using-the-pro … y-780.html
+
+
Dernière modification par 22_80 (2008-08-06 18:39:33)
Hors ligne