[go: up one dir, main page]

Skip to content

Many of the vanilla processing example sketches have been translated to ruby-processing

License

Notifications You must be signed in to change notification settings

ruby-processing/Example-Sketches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example-Sketches for processing-2.2.1

This repo is essentially obsolete since JRubyArt that supports processing-3.3.6 see JRubyArt-examples

Many of the vanilla processing example sketches have been translated to ruby-processing, and they are mainly written as 'bare' sketches (ie not class wrapped) in keeping with the original processing. At runtime these sketches the get wrapped into a Sketch class. Should you prefer you can still write class wrapped sketches, these will work equally well with ruby-processing. Certain sketches must be run with JRuby-Complete (mainly load_image and shader sketches), this is a java permissions thing with jruby. You should also checkout the Nature of Code Examples in ruby and for the beginner Learning Processing with Ruby for even more examples. Includes autorun Rakefiles, in a console cd outer directory and 'rake' to run all autorun examples or eg 'rake shaders' to just run the shader examples.

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
  3. Libraries

    1. fastmath
    2. vecmath
    3. control-panel
    4. video
  4. JBox2D

User contributions are most welcome

Contributions add your own

About

Many of the vanilla processing example sketches have been translated to ruby-processing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages