{"id":16153280,"url":"https://github.com/danielesteban/vermeer","last_synced_at":"2025-04-06T23:38:24.492Z","repository":{"id":177380799,"uuid":"660281177","full_name":"danielesteban/vermeer","owner":"danielesteban","description":null,"archived":false,"fork":false,"pushed_at":"2023-06-29T23:24:21.000Z","size":2151,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T05:34:23.213Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vermeer.gatunes.com/","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/danielesteban.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":"2023-06-29T16:38:37.000Z","updated_at":"2023-07-18T09:54:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"788d5dab-b83b-477a-9f91-f35fc7d0d863","html_url":"https://github.com/danielesteban/vermeer","commit_stats":null,"previous_names":["danielesteban/vermeer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fvermeer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fvermeer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fvermeer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielesteban%2Fvermeer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielesteban","download_url":"https://codeload.github.com/danielesteban/vermeer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247569138,"owners_count":20959758,"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-10T01:10:58.503Z","updated_at":"2025-04-06T23:38:24.458Z","avatar_url":"https://github.com/danielesteban.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[vermeer](https://github.com/danielesteban/vermeer)\n==\n\n[![vermeer](https://repository-images.githubusercontent.com/660281177/4f009e38-4dba-4a10-a944-9aa276694e9c)](https://vermeer.gatunes.com)\n\n#### Setup pass (Runs once)\n\n * Load a texture\n * Render it with the [Velocity](src/shaders/velocity.ts) shader to get a velocity map\n   * The velocity map stores the difference in lightness for every pixel\n * Setup two ping-pong rendertargets\n * [Populate](src/shaders/populate.ts) the first render target with the initial position and velocity for every dot\n * Generate a color map with a random color for every dot\n\n#### Compute pass (Runs every frame)\n\n * Render the current rendertarget texture with the [Compute](src/shaders/compute.ts) shader to get the next simulation state\n   * This shader uses the velocity map to slow down the points near the bright pixels of the input image\n * Swap the rendertargets\n\n#### Render pass (Runs every frame)\n\n * Render a instanced plane for every dot with the [Dots](src/shaders/dots.ts) shader\n   * This shader uses the last computed simulation state and the color map to position and color the dots.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielesteban%2Fvermeer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielesteban%2Fvermeer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielesteban%2Fvermeer/lists"}