{"id":25946049,"url":"https://github.com/tornaxo7/vibe","last_synced_at":"2026-02-14T19:01:16.333Z","repository":{"id":278801227,"uuid":"933345033","full_name":"TornaxO7/vibe","owner":"TornaxO7","description":"A desktop audio visualizer and shader player for your wayland wallpaper!","archived":false,"fork":false,"pushed_at":"2026-02-07T00:40:24.000Z","size":5975,"stargazers_count":90,"open_issues_count":13,"forks_count":9,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-07T11:36:35.760Z","etag":null,"topics":["audio-visualizer","glsl","shaders","wallpaper","wayland","wgsl"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TornaxO7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-15T18:24:32.000Z","updated_at":"2026-02-05T02:16:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"0dcaec78-56b3-45cd-bbd1-786ea234d938","html_url":"https://github.com/TornaxO7/vibe","commit_stats":null,"previous_names":["tornaxo7/vibe"],"tags_count":18,"template":false,"template_full_name":"TornaxO7/rust-template","purl":"pkg:github/TornaxO7/vibe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TornaxO7%2Fvibe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TornaxO7%2Fvibe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TornaxO7%2Fvibe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TornaxO7%2Fvibe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TornaxO7","download_url":"https://codeload.github.com/TornaxO7/vibe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TornaxO7%2Fvibe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29452586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["audio-visualizer","glsl","shaders","wallpaper","wayland","wgsl"],"created_at":"2025-03-04T09:26:34.594Z","updated_at":"2026-02-14T19:01:16.290Z","avatar_url":"https://github.com/TornaxO7.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vibe\n\n`vibe` (to have a nice vibe with your music) is a desktop music visualizer inspired by [glava] and [shadertoy] for wayland!\n\n**Note:** Your compositor _must_ support the [`wlr-layer-shell`] protocol. See [here](https://wayland.app/protocols/wlr-layer-shell-unstable-v1#compositor-support)\nfor a list of compositors on which `vibe` should be able to run.\n\n# Demo\n\nYou can click on the image below to see a live demo.\n\n[![Demo video](https://img.youtube.com/vi/OQXdHLKH3ok/maxresdefault.jpg)](https://www.youtube.com/watch?v=OQXdHLKH3ok)\n\n# Features\n\n- support for (multiple) [shadertoy]-_like_-shaders (you can probably use most shaders from [shadertoy], but you can't just simply copy+paste them)\n- audio processing support for shaders\n- [wgsl] and [glsl] support for shaders\n- some [predefined effects](https://github.com/TornaxO7/vibe/wiki/Config#components) which you can choose from\n\n# State\n\nIt works on my machine and I've implemented basically everything I wanted and now I'm open for some feedback. For example in form of\n\n- finding bugs\n- suggestions or more ideas\n- better user experience\n\nFeel free to create an issue if you found a bug and/or an idea discussion if you'd like to suggest something.\nHowever I can't promise to work on every suggestion/bug :\u003e\n\n**Note:** I'm unsure if I'd declare the config file format(s) of `vibe` as \"stable\", so for the time being: Be prepared for breaking changes.\n\n# Start using `vibe`\n`vibe` won't work out of the box probably. Some steps are required.\n\nSee [USAGE.md](./USAGE.md) for more information.\n\n# Configure `vibe`\n\nSee the [`Config` wiki page](https://github.com/TornaxO7/vibe/wiki).\n\n# Similar projects\n\n- [WayVes]: OpenGL-based Visualiser Framework for Wayland \n\n[shady-toy]: https://github.com/TornaxO7/shady/tree/main/shady-toy\n[glava]: https://github.com/jarcode-foss/glava\n[shadertoy]: https://www.shadertoy.com/\n[wgsl]: https://www.w3.org/TR/WGSL/\n[glsl]: https://www.khronos.org/opengl/wiki/Core_Language_(GLSL)\n[`wlr-layer-shell`]: https://wayland.app/protocols/wlr-layer-shell-unstable-v1\n[WayVes]: https://github.com/Roonil/WayVes","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftornaxo7%2Fvibe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftornaxo7%2Fvibe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftornaxo7%2Fvibe/lists"}