{"id":19886425,"url":"https://github.com/viniciusmuller/isotope","last_synced_at":"2025-12-12T00:15:26.161Z","repository":{"id":57508664,"uuid":"377261036","full_name":"viniciusmuller/isotope","owner":"viniciusmuller","description":"Work with different noise functions using Elixir","archived":false,"fork":false,"pushed_at":"2023-05-21T14:41:55.000Z","size":240,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-25T09:06:56.736Z","etag":null,"topics":["elixir","perlin-noise","rustler","simplex-noise"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/isotope","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viniciusmuller.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2021-06-15T18:35:58.000Z","updated_at":"2023-05-20T16:22:10.000Z","dependencies_parsed_at":"2022-08-29T23:40:26.839Z","dependency_job_id":"b8532059-e2b6-4cb0-b82a-df91a3b81cee","html_url":"https://github.com/viniciusmuller/isotope","commit_stats":null,"previous_names":["viniciusmuller/isotope","phiriq/isotope","phiriq/noisex"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusmuller%2Fisotope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusmuller%2Fisotope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusmuller%2Fisotope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusmuller%2Fisotope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viniciusmuller","download_url":"https://codeload.github.com/viniciusmuller/isotope/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252071905,"owners_count":21690116,"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":["elixir","perlin-noise","rustler","simplex-noise"],"created_at":"2024-11-12T17:37:08.300Z","updated_at":"2025-12-12T00:15:26.115Z","avatar_url":"https://github.com/viniciusmuller.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Isotope\n\n![CI Status](https://github.com/viniciusmuller/isotope/actions/workflows/ci.yml/badge.svg)\n\nIsotope is a library that provides Elixir bindings to the [bracket-noise](https://crates.io/crates/bracket-noise) crate, which is a rust port of [FastNoise Lite](https://github.com/Auburn/FastNoiseLite).\n\n## Installation\n\nThe package can be installed by adding `isotope` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:isotope, \"~\u003e 0.2.0\"}\n  ]\nend\n```\nAnd running `mix deps.get, deps.compile`.\n\n## Usage\n\n```elixir\nopts = %Isotope.Options{\n  seed: seed,\n  noise_type: :simplex_fractal,\n  fractal_options: %Isotope.Options.Fractal{\n    octaves: 4\n  }\n}\n\n{:ok, noise} = Isotope.Noise.new(opts)\n\nIsotope.Noise.noise_map(noise, {1000, 1000})\n```\n\nFor more information, check the documentation\n[here](https://hexdocs.pm/isotope).\n\n## Examples\nYou can check and run the examples in the `examples` folder.\n```bash\nmix run examples/\u003cexample\u003e.exs\n```\n\n## Images\n![Output of the terrain.exs example script](images/terrain.png)\n![Output of the visualization.exs example script](images/visualization.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviniciusmuller%2Fisotope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviniciusmuller%2Fisotope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviniciusmuller%2Fisotope/lists"}