{"id":26886442,"url":"https://github.com/leodeslf/simplex-noise","last_synced_at":"2025-03-31T19:18:52.376Z","repository":{"id":57126754,"uuid":"422724545","full_name":"leodeslf/simplex-noise","owner":"leodeslf","description":"🚅 A Simplex Noise library for JavaScript","archived":false,"fork":false,"pushed_at":"2021-12-20T14:54:54.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T04:33:37.793Z","etag":null,"topics":["simplex-noise"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@leodeslf/simplex-noise","language":"JavaScript","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/leodeslf.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}},"created_at":"2021-10-29T22:08:10.000Z","updated_at":"2023-08-05T15:17:24.000Z","dependencies_parsed_at":"2022-08-31T13:51:07.936Z","dependency_job_id":null,"html_url":"https://github.com/leodeslf/simplex-noise","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/leodeslf%2Fsimplex-noise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leodeslf%2Fsimplex-noise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leodeslf%2Fsimplex-noise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leodeslf%2Fsimplex-noise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leodeslf","download_url":"https://codeload.github.com/leodeslf/simplex-noise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246523831,"owners_count":20791444,"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":["simplex-noise"],"created_at":"2025-03-31T19:18:51.785Z","updated_at":"2025-03-31T19:18:52.361Z","avatar_url":"https://github.com/leodeslf.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simplex Noise\n\n```txt\n       ______________\n      /\\            /\\\n     /\\/\\  ________/\\/\\\n    /\\/\\/\\/        \\/\\/    \n    \\/\\/\\/\\_________\\/\n     \\/\\/           /\\\n      \\/_________  /\\/\\\n      /\\         \\/\\/\\/\\\n     /\\/\\________/\\/\\/\\/\n     \\/\\/          \\/\\/\n      \\/____________\\/\n\n```\n\n## About\n\nA Simplex Noise library for JavaScript.\n\n## Functions\n\n- `simplex2D`\n- `simplex3D`\n- `simplex4D`\n\n## Install\n\n```bash\nnpm i @leodeslf/simplex-noise\n```\n\n## Example\n\n```javascript\nimport { simplex4D } from '@leodeslf/simplex-noise';\n\nconsole.debug(simplex4D(0, 3, 6, 9.125)); // 0.15430952439664875\nconsole.debug(simplex4D(0, 3, 6, 9.120)); // 0.16308260031261898\nconsole.debug(simplex4D(0, 3, 6, 9.115)); // 0.17172544402554224\n```\n\n## Author\n\n[Leonardo de S.L.F](https://github.com/leodeslf \"GitHub profile\"), original implementation by Stefan Gustavson (Java).\n\n## License\n\nMIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleodeslf%2Fsimplex-noise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleodeslf%2Fsimplex-noise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleodeslf%2Fsimplex-noise/lists"}