{"id":20094762,"url":"https://github.com/turborium/pocketgalaxy","last_synced_at":"2026-03-04T18:32:15.756Z","repository":{"id":245536438,"uuid":"818550760","full_name":"turborium/PocketGalaxy","owner":"turborium","description":"PocketGalaxy effect","archived":false,"fork":false,"pushed_at":"2024-11-27T02:39:41.000Z","size":2033,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T16:18:28.038Z","etag":null,"topics":["delphi","gdd","graphics","graphics-programming","image-effect","image-processing","object-pascal","pascal"],"latest_commit_sha":null,"homepage":"","language":"Pascal","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-22T06:32:40.000Z","updated_at":"2024-11-27T02:39:45.000Z","dependencies_parsed_at":"2024-06-22T17:07:18.502Z","dependency_job_id":"363c3197-bc20-4a06-9cb1-972b9c89437b","html_url":"https://github.com/turborium/PocketGalaxy","commit_stats":null,"previous_names":["turborium/pocketgalaxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/turborium/PocketGalaxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turborium%2FPocketGalaxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turborium%2FPocketGalaxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turborium%2FPocketGalaxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turborium%2FPocketGalaxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turborium","download_url":"https://codeload.github.com/turborium/PocketGalaxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turborium%2FPocketGalaxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30089346,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T18:31:08.343Z","status":"ssl_error","status_checked_at":"2026-03-04T18:31:07.708Z","response_time":59,"last_error":"SSL_read: 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":["delphi","gdd","graphics","graphics-programming","image-effect","image-processing","object-pascal","pascal"],"created_at":"2024-11-13T16:52:15.989Z","updated_at":"2026-03-04T18:32:15.720Z","avatar_url":"https://github.com/turborium.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PocketGalaxy\n**PocketGalaxy animated pixel effect**\n\n[Powered By Lazarus (ObjectPascal)](https://www.lazarus-ide.org/)  \n\n---\nPrecompiled exe: https://github.com/turborium/PocketGalaxy/raw/main/PocketGalaxy.exe  \n\n![scr](scr.png)\n\nMaked by Lazarus(ObjectPascal) with love.  \nAlso, see JavaScript version: https://github.com/turborium/PocketGalaxyJs and run online.\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%2Fpocketgalaxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturborium%2Fpocketgalaxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturborium%2Fpocketgalaxy/lists"}