Sha256: 578ebec1372fd6de92113ebdf8cddd2c23a079b998691ffc46be5a212dc30bc4

Contents?: true

Size: 475 Bytes

Versions: 6

Compression:

Stored size: 475 Bytes

Contents

# -*- encoding: utf-8 -*-

desc 'run contributed samples'    
task :default => [:contributed]

desc 'run contributed samples'
task :contributed do
  sh "cd contributed && rake"
end

desc 'shaders'
task :shaders do
  sh "cd processing_app/topics/shaders && rake"
end

desc 'vecmath'
task :vecmath do
  sh "cd processing_app/library/vecmath/vec2d && rake"
  # sh "cd processing_app/library/vecmath/vec3d && rake"
  # sh "cd processing_app/library/vecmath/arc_ball && rake"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruby-processing-2.6.3 samples/Rakefile
ruby-processing-2.6.2 samples/Rakefile
ruby-processing-2.6.1 samples/Rakefile
ruby-processing-2.6.0 samples/Rakefile
ruby-processing-2.5.1 samples/Rakefile
ruby-processing-2.5.0 samples/Rakefile