Skip to content

Commit

Permalink
Remove simplex noise as a library.
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Mar 5, 2021
1 parent 60022f4 commit c841c18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/propane/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Render
java_import 'monkstone.vecmath.ShapeRender'
end

PROCESSING = Java::MonkstoneNoise::NoiseMode::PERLIN
VALUE = Java::MonkstoneNoise::NoiseMode::PERLIN
SIMPLEX = Java::MonkstoneNoise::NoiseMode::SIMPLEX

# This class is the base class the user should inherit from when making
Expand Down
5 changes: 0 additions & 5 deletions library/simplex_noise/simplex_noise.rb

This file was deleted.

2 changes: 1 addition & 1 deletion vendors/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PROCESSING_GITHUB = 'https://github.com/processing'
PROPANE_EXAMPLES = 'https://github.com/ruby-processing/propane-examples'
VIDEO = 'video.zip'
DOWNLOAD = 'releases/download/latest'
EXAMPLES = '2.9'
EXAMPLES = '3.0'
HOME_DIR = ENV['HOME']
LIBRARY = File.join(HOME_DIR, '.propane', 'libraries')
MAC_OR_LINUX = /linux|mac|darwin/.match?(RbConfig::CONFIG['host_os'])
Expand Down

0 comments on commit c841c18

Please sign in to comment.