Skip to content

Commit c841c18

Browse files
committed
Remove simplex noise as a library.
1 parent 60022f4 commit c841c18

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

lib/propane/app.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Render
1616
java_import 'monkstone.vecmath.ShapeRender'
1717
end
1818

19-
PROCESSING = Java::MonkstoneNoise::NoiseMode::PERLIN
19+
VALUE = Java::MonkstoneNoise::NoiseMode::PERLIN
2020
SIMPLEX = Java::MonkstoneNoise::NoiseMode::SIMPLEX
2121

2222
# This class is the base class the user should inherit from when making

library/simplex_noise/simplex_noise.rb

Lines changed: 0 additions & 5 deletions
This file was deleted.

vendors/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PROCESSING_GITHUB = 'https://github.com/processing'
1111
PROPANE_EXAMPLES = 'https://github.com/ruby-processing/propane-examples'
1212
VIDEO = 'video.zip'
1313
DOWNLOAD = 'releases/download/latest'
14-
EXAMPLES = '2.9'
14+
EXAMPLES = '3.0'
1515
HOME_DIR = ENV['HOME']
1616
LIBRARY = File.join(HOME_DIR, '.propane', 'libraries')
1717
MAC_OR_LINUX = /linux|mac|darwin/.match?(RbConfig::CONFIG['host_os'])

0 commit comments

Comments
 (0)