{"id":20094761,"url":"https://github.com/turborium/pocketgalaxyjs","last_synced_at":"2025-05-06T04:32:48.094Z","repository":{"id":245527706,"uuid":"818526708","full_name":"turborium/PocketGalaxyJs","owner":"turborium","description":"PocketGalaxy effect in JavaScript","archived":false,"fork":false,"pushed_at":"2024-06-22T06:47:54.000Z","size":2140,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T08:44:32.423Z","etag":null,"topics":["gdd","graphics-programming","image-effect","image-processing","javascript"],"latest_commit_sha":null,"homepage":"https://turborium.github.io/demos/PocketGalaxyJs/","language":"JavaScript","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/turborium.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-22T04:46:27.000Z","updated_at":"2025-01-14T03:26:36.000Z","dependencies_parsed_at":"2024-06-22T16:13:09.038Z","dependency_job_id":"e51b616a-13c8-4cd7-93f1-9676be4d0caf","html_url":"https://github.com/turborium/PocketGalaxyJs","commit_stats":null,"previous_names":["turborium/pocketgalaxyjs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turborium%2FPocketGalaxyJs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turborium%2FPocketGalaxyJs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turborium%2FPocketGalaxyJs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turborium%2FPocketGalaxyJs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turborium","download_url":"https://codeload.github.com/turborium/PocketGalaxyJs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252622699,"owners_count":21778058,"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":["gdd","graphics-programming","image-effect","image-processing","javascript"],"created_at":"2024-11-13T16:52:14.076Z","updated_at":"2025-05-06T04:32:47.694Z","avatar_url":"https://github.com/turborium.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PocketGalaxyJs\n**PocketGalaxy animated pixel effect**\n\n---\n\nTry online: https://turborium.github.io/demos/PocketGalaxyJs\n![scr](scr.png)\n\nMaked by JavaScript with love.  \nAlso, see ObjectPascal version: https://github.com/turborium/PocketGalaxy\n\n---\nInspired by article [Complex beauty in a simple formula](https://habr.com/ru/articles/817869/) and comment by [kipar](https://habr.com/ru/articles/817869/#comment_26881773) with code:\n```pascal\nRandSeed := 1;\nfor i := 1 to 100 do\nbegin\n  x := random;\n  y := random;\n  color := Random(MaxLongint);\n  for j := 1 to 1000 do\n  begin\n    pr2d_Pixel(x*1000,y*1000,color);\n    x := Frac(x+cos(y));\n    y := Frac(y+sin(x));\n  end;\nend;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturborium%2Fpocketgalaxyjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturborium%2Fpocketgalaxyjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturborium%2Fpocketgalaxyjs/lists"}