{"id":22447193,"url":"https://github.com/clabe45/glsl-rand","last_synced_at":"2026-01-07T02:09:27.755Z","repository":{"id":57686539,"uuid":"486039831","full_name":"clabe45/glsl-rand","owner":"clabe45","description":"Random noise for glslify","archived":false,"fork":false,"pushed_at":"2022-04-27T04:36:05.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T16:09:43.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"GLSL","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/clabe45.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":"2022-04-27T04:05:34.000Z","updated_at":"2022-04-27T04:31:34.000Z","dependencies_parsed_at":"2022-09-14T07:11:47.956Z","dependency_job_id":null,"html_url":"https://github.com/clabe45/glsl-rand","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/clabe45%2Fglsl-rand","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clabe45%2Fglsl-rand/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clabe45%2Fglsl-rand/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clabe45%2Fglsl-rand/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clabe45","download_url":"https://codeload.github.com/clabe45/glsl-rand/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245834625,"owners_count":20680039,"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-12-06T04:15:08.593Z","updated_at":"2026-01-07T02:09:27.672Z","avatar_url":"https://github.com/clabe45.png","language":"GLSL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# glsl-rand\n\nThis package provides 2D, 3D and 4D random noise for use with\n[glslify](https://www.npmjs.com/package/glslify).\n\n## Usage\n\n```glsl\n#pragma glslify: rand2 = require(glsl-rand/2d)\n#pragma glslify: rand3 = require(glsl-rand/3d)\n#pragma glslify: rand4 = require(glsl-rand/4d)\n\nvec4 seed = vec4(100., 200., 300., 400.);\n\nfloat a = rand2(seed.xy);\nfloat b = rand3(seed.xyz);\nfloat c = rand4(seed.xyzw);\n```\n\n## Contributing\n\nPull requests are welcome! Please open an issue before making any major changes.\n\n## License\n\nLicensed under GNU GPLv3 (see [LICENSE](./LICENSE) for more info)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclabe45%2Fglsl-rand","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclabe45%2Fglsl-rand","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclabe45%2Fglsl-rand/lists"}