{"id":19765563,"url":"https://github.com/danielfvm/shadify","last_synced_at":"2025-04-30T15:30:29.275Z","repository":{"id":198737255,"uuid":"701371966","full_name":"danielfvm/Shadify","owner":"danielfvm","description":"A library for adding a shader wallpaper to the background of your website.","archived":false,"fork":false,"pushed_at":"2024-03-26T17:47:39.000Z","size":121,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T02:41:44.758Z","etag":null,"topics":["animations","glsl-sandbox","javascript","library","shaders","website"],"latest_commit_sha":null,"homepage":"https://danielfvm.github.io/Shadify/","language":"TypeScript","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/danielfvm.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}},"created_at":"2023-10-06T13:56:15.000Z","updated_at":"2024-08-05T12:38:04.000Z","dependencies_parsed_at":"2024-03-26T18:54:00.756Z","dependency_job_id":null,"html_url":"https://github.com/danielfvm/Shadify","commit_stats":null,"previous_names":["danielfvm/webshaderwallpaper","danielfvm/shadify"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielfvm%2FShadify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielfvm%2FShadify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielfvm%2FShadify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielfvm%2FShadify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielfvm","download_url":"https://codeload.github.com/danielfvm/Shadify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251731864,"owners_count":21634677,"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":["animations","glsl-sandbox","javascript","library","shaders","website"],"created_at":"2024-11-12T04:18:34.059Z","updated_at":"2025-04-30T15:30:28.962Z","avatar_url":"https://github.com/danielfvm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shadify\n![Repository size](https://img.shields.io/github/repo-size/danielfvm/Shadify?color=39d45f) \n[![GitHub last commit](https://img.shields.io/github/last-commit/danielfvm/Shadify?color=39d45f)](https://github.com/danielfvm/Shadify/commits/master) \n![License](https://img.shields.io/badge/license-MIT-39d45f) \n[![Stargazers](https://img.shields.io/github/stars/danielfvm/Shadify?color=39d45f\u0026logo=github)](https://github.com/danielfvm/Shadify/stargazers)\n\nA library for adding a shader wallpaper to the background of your website or any of your divs.\nYou can find a live example [here](https://danielfvm.github.io/Shadify/example/) and you can find the code in the `example/` folder.\n\n![untitled](https://github.com/danielfvm/Shadify/assets/23420640/bee4a957-7d08-4db6-849c-7e7ff3bdd1d8)\n\n\n## Usage\nInclude shadify in your project.\n```html\n\u003cscript type=\"text/javascript\" src=\"https://unpkg.com/shadify@1.0.1/lib/Shadify.js\"\u003e\u003c/script\u003e\n```\n\nTo add a shader to the background or any other div add `data-shader` with a link to a [glslsandbox.com](https://glslsandbox.com/) shader or to your own shader source file.\n```html\n\u003cbody data-shader=\"https://glslsandbox.com/e#106611.0\"\u003e\n...\n\u003c/body\u003e\n```\n\nAdditionally you can set `data-shader-speed` (1.0 default) and `data-shader-quality` (2.0 default) settings. Here an example with the same shader\nbut at twice the speed and a quarter the quality. \n```html\n\u003cdiv data-shader=\"https://glslsandbox.com/e#106611.0\" data-shader-speed=\"2.0\" data-shader-quality=\"4.0\"\u003e\n....\n\u003c/div\u003e\n```\n\n## Features\n* Shaders can directly be loaded from [glslsandbox.com](https://glslsandbox.com/)\n* Support for setting shader quality and speed\n* Supports mouse input\n* Attributes can be changed using JavaScript at runtime\n* Access the shader uniforms using `myDiv.shadify.getUniform(name)`\n\n## Planned\n* Support links from `shadertoy.com`\n* Improved README.md\n* Documentation\n* Reuse same shaders\n\n## Build library\nRun following commands to build this library yourself. You will find the output at `dist/`.\n```bash\ngit clone https://github.com/danielfvm/Shadify.git\ncd Shadify\nnpm install\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielfvm%2Fshadify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielfvm%2Fshadify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielfvm%2Fshadify/lists"}