{"id":16360429,"url":"https://github.com/monkstone/rubyopensimplex","last_synced_at":"2025-08-21T22:03:11.172Z","repository":{"id":145366984,"uuid":"353270556","full_name":"monkstone/RubyOpenSimplex","owner":"monkstone","description":"JRuby Wrapper for OpenSimplex2 (Fast and Smooth) with classic and terrain options","archived":false,"fork":false,"pushed_at":"2021-04-04T07:11:45.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-29T17:46:12.113Z","etag":null,"topics":["noise-generator","ruby"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/monkstone.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-31T07:45:28.000Z","updated_at":"2021-04-04T07:11:47.000Z","dependencies_parsed_at":"2023-06-05T05:45:48.448Z","dependency_job_id":null,"html_url":"https://github.com/monkstone/RubyOpenSimplex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monkstone%2FRubyOpenSimplex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monkstone%2FRubyOpenSimplex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monkstone%2FRubyOpenSimplex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/monkstone%2FRubyOpenSimplex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/monkstone","download_url":"https://codeload.github.com/monkstone/RubyOpenSimplex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239727065,"owners_count":19687097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["noise-generator","ruby"],"created_at":"2024-10-11T02:11:25.691Z","updated_at":"2025-02-19T19:44:31.748Z","avatar_url":"https://github.com/monkstone.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RubyOpenSimplex\nJRuby Wrapper for OpenSimplex2 (Fast and Smooth) with classic and terrain options\n\nOriginal java implementation files ported from https://github.com/KdotJPG/OpenSimplex2 by KDotJPG (Kurt Spencer)\n\n![Travis CI](https://api.travis-ci.com/monkstone/RubyOpenSimplex.svg)\n\nNB: SimplexNoise by convention generates values in range `-1.0..1.0` cf Perlin Noise `0..1.0`\n\nTo build:-\n\nclone repository then use `rake` to run tasks, and you are done! Create a gem if you want...\n\nUsage:-\n\n```ruby\nrequire_relative \"../ruby_noise-#{version}.jar\"\nJava::Monkstone::NoiseLibrary.new.load(JRuby.runtime, false) # load the module\n\nclass YourClass\n  include FastNoise\n  # include SmoothNoise\n\n  def your_method\n    noise(args..) # use one to four Numeric args\n    # tnoise(args..) # use two to four Numeric args\n    ...\n  end\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonkstone%2Frubyopensimplex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmonkstone%2Frubyopensimplex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmonkstone%2Frubyopensimplex/lists"}