{"id":20286119,"url":"https://github.com/ChaoticByte/Fragmented","last_synced_at":"2025-05-07T19:31:22.628Z","repository":{"id":242732239,"uuid":"810404240","full_name":"ChaoticByte/Fragmented","owner":"ChaoticByte","description":"Create and apply image filters using Godot's GLSL dialect","archived":false,"fork":false,"pushed_at":"2025-04-09T17:18:48.000Z","size":8793,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T18:23:27.000Z","etag":null,"topics":["gdshader","glsl","godot","image","image-filters","image-manipulation","shaders"],"latest_commit_sha":null,"homepage":"","language":"GDScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChaoticByte.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,"publiccode":null,"codemeta":null}},"created_at":"2024-06-04T16:19:59.000Z","updated_at":"2025-04-09T17:18:19.000Z","dependencies_parsed_at":"2025-01-06T22:24:18.816Z","dependency_job_id":"f9afbbf1-07bc-4feb-9c20-bb451069f691","html_url":"https://github.com/ChaoticByte/Fragmented","commit_stats":null,"previous_names":["chaoticbyte/glitchapp","chaoticbyte/fragmented"],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChaoticByte%2FFragmented","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChaoticByte%2FFragmented/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChaoticByte%2FFragmented/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChaoticByte%2FFragmented/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChaoticByte","download_url":"https://codeload.github.com/ChaoticByte/Fragmented/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252943719,"owners_count":21829295,"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":["gdshader","glsl","godot","image","image-filters","image-manipulation","shaders"],"created_at":"2024-11-14T14:31:08.818Z","updated_at":"2025-05-07T19:31:17.603Z","avatar_url":"https://github.com/ChaoticByte.png","language":"GDScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=center\u003eGlitchApp\u003c/h1\u003e\n\n![screenshot](./screenshot.png)\n\n\u003cp align=center\u003eCreate image filters by writing shaders.\u003c/p\u003e\n\n## Supported Platforms\n\n- Linux\n\nYou can find the latest releases [here](https://github.com/ChaoticByte/GlitchApp/releases/latest).\n\n## Usage\n\nThe application includes presets. You can use them as a starting-point to write your own filters.  \nJust load an image, apply a preset, edit the code and hit `F5` to see the changes.\n\n### Load additional images using the `//!load` directive\n\n```glsl\n//!load \u003cname\u003e \u003cfilepath\u003e\nuniform sampler2D \u003cname\u003e;\n```\n\nWith this you can load additional images into your shader.  \nHave a look at the `Mix` preset:\n\n```glsl\nshader_type canvas_item;\n\n//!load img2 ./icon.png\nuniform sampler2D img2: repeat_enable, filter_nearest;\n\nvoid fragment() {\n\tCOLOR = mix(COLOR, texture(img2, UV), .5);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChaoticByte%2FFragmented","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FChaoticByte%2FFragmented","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FChaoticByte%2FFragmented/lists"}