Skip to content

ruby-processing/propane-examples

Repository files navigation

propane-examples

Example Sketches for propane-2.6.4+ features replacement of $app with Propane.app, and additional hemesh examples. See also Example-Sketches for JRubyArt (many of with only need to be class wrapped to run with propane).

WIP to complete translation from JRubyArt to propane using this conversion tool, and by replacing Processing::Proxy with Propane::Proxy, and unnest some classes as required.

See how to install java libraries here

To auto-run many samples cd this directory and rake for others like pbox2d rake pbox2d you get the idea (read the Rakefile). NB: not all samples get auto-run, and where appropriate you need to install required library or gem.

Partial Catalogue (for the lazy)

  1. Basic

    1. structure
    2. objects
    3. arrays
    4. input
    5. shape
    6. image
    7. control
  2. Topics

    1. shaders
    2. lsystems
    3. advanced data
    4. filters
  3. Libraries

    1. fastmath
    2. vecmath
    3. control-panel
    4. video
    5. glvideo
    6. library proxy
  4. Gems

    1. PBox2D
    2. Geomerative
    3. Toxiclibs
    4. Wordcram
    5. Sunflow raytracing
  5. Java Libraries

    1. Hype-processing
    2. Hemesh
    3. PixelFlow
  6. Others

    1. WOVNS patterns

User contributions are most welcome

Contributions add your own