{"id":15313988,"url":"https://github.com/vanruesc/noise","last_synced_at":"2025-10-08T23:32:18.866Z","repository":{"id":57170378,"uuid":"44976430","full_name":"vanruesc/noise","owner":"vanruesc","description":"A 2D noise texture generator that implements bilinear smoothing and turbulence.","archived":true,"fork":false,"pushed_at":"2015-11-06T20:46:42.000Z","size":356,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T09:46:18.411Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vanruesc.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":"2015-10-26T15:09:12.000Z","updated_at":"2023-01-28T20:36:46.000Z","dependencies_parsed_at":"2022-08-27T12:02:03.105Z","dependency_job_id":null,"html_url":"https://github.com/vanruesc/noise","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanruesc%2Fnoise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanruesc%2Fnoise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanruesc%2Fnoise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanruesc%2Fnoise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanruesc","download_url":"https://codeload.github.com/vanruesc/noise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235775518,"owners_count":19043180,"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":[],"created_at":"2024-10-01T08:43:58.509Z","updated_at":"2025-10-08T23:32:13.473Z","avatar_url":"https://github.com/vanruesc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Noise\n[![Build status](https://travis-ci.org/vanruesc/noise.svg?branch=master)](https://travis-ci.org/vanruesc/noise) \n[![Windows build status](https://ci.appveyor.com/api/projects/status/1vnesrjt9xcvs9y2?svg=true)](https://ci.appveyor.com/project/vanruesc/noise) \n[![GitHub version](https://badge.fury.io/gh/vanruesc%2Fnoise.svg)](http://badge.fury.io/gh/vanruesc%2Fnoise) \n[![npm version](https://badge.fury.io/js/%40vanruesc%2Fnoise.svg)](http://badge.fury.io/js/%40vanruesc%2Fnoise) \n[![Dependencies](https://david-dm.org/vanruesc/noise.svg?branch=master)](https://david-dm.org/vanruesc/noise)\n\nA 2D noise texture generator that implements bilinear smoothing and turbulence.\n\n\n## Installation\n\nThis module can be installed from [npm](https://www.npmjs.com).\n\n```sh\n$ npm install @vanruesc/noise\n``` \n\n\n## Usage\n\n```javascript\nimport Noise from \"@vanruesc/noise\";\n\nvar noise = new Noise(800, 600);\nvar data = noise.generate();\n```\n\n```sh\n# CLI when used in an npm script.\nnoise -w 1920 -h 1080 -p 0 -o myTexture\n\n# The generated file will be stored in the output folder.\n```\n\n```sh\n  Optional arguments:\n    -w      Width, Number.\n    -h      Height, Number.\n    -p      Pattern, Number (0, 1, 2).\n    -a      Turbulence power, Number.\n    -b      Turbulence size, Number.\n    -c      Repetition x, Number.\n    -d      Repetition y, Number.\n    -n, -o  Name of the output file, String.\n```\n\n\n## Examples\n\n![Clouds](http://vanruesc.github.io/noise/output/clouds.jpg)\n![Marble](http://vanruesc.github.io/noise/output/marble.jpg)\n![Wood](http://vanruesc.github.io/noise/output/wood.jpg)\n\n\n## Documentation\n\n[API](http://vanruesc.github.io/noise/docs)\n\n\n## License\n\nCopyright (c) 2015 Raoul van Rüschen  \nLicensed under the Zlib license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanruesc%2Fnoise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanruesc%2Fnoise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanruesc%2Fnoise/lists"}