{"id":17646682,"url":"https://github.com/turingtest37/colonies","last_synced_at":"2026-01-11T01:09:27.389Z","repository":{"id":79531414,"uuid":"239039542","full_name":"turingtest37/Colonies","owner":"turingtest37","description":"Funky cellular automata. Explore number theory. Make art. Create psychedelic icons.  ","archived":false,"fork":false,"pushed_at":"2020-02-13T00:28:15.000Z","size":60933,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-05T09:21:24.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/turingtest37.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-02-07T23:19:18.000Z","updated_at":"2020-02-13T00:28:17.000Z","dependencies_parsed_at":"2023-03-12T08:27:33.516Z","dependency_job_id":null,"html_url":"https://github.com/turingtest37/Colonies","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turingtest37%2FColonies","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turingtest37%2FColonies/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turingtest37%2FColonies/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/turingtest37%2FColonies/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/turingtest37","download_url":"https://codeload.github.com/turingtest37/Colonies/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246285816,"owners_count":20752958,"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-23T11:05:22.331Z","updated_at":"2026-01-11T01:09:27.350Z","avatar_url":"https://github.com/turingtest37.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Colonies\nGenerate funky cellular automata based on simple equations. Explore number theory. Make art. Create psychedelic icons. Help me learn good Julia!\n\n# Quick Start\n\n``\nusing Pkg; Pkg.add(\"Colonies\") # THIS DOES NOT WORK YET!!!\nusing Colonies\n\ngeneratemany(10,10,50,50,true,limit=100) # To create 100 images based on random pairs of a 3x3 mask with a filter.\n``\n\nOutput will appear as PNG files in \"img/\u003ctime\u003e/repeat|regular\" where \u003ctime\u003e is a 6-digit string, below the current directory.\nThis would create ~ 500,000 files if left to run unlimited. But limits are good. So do this:\n\n-- OR --\n\n``\ngeneratemany(15,15,100,100,false,limit=50,seed=seedwith(randedge))\n``\n\nThe randedge option introduces a one-pixel thick edge of randomly generated 0:1 cells on \ntop of an all white canvas. Think \"random picture frame\".\n\n-- OR --\n``\nredraw(\"a_really_cool_Colony_file.png\",\"resultdir\",20,20,50,50)\n``\nRegenerate the given file, putting it into a possibly non-existant directory,\nThe new dimensions are 20 cells x 50 pixels/cell = 1000 pixels in each direction (x and y)\nThe resulting image will be a 1000 x 1000 grayscale PNG.\n\n-- OR --\n``\nredraw(\"a_really_cool_Colony_file.png\",\"videodir\",layout=VideoLayout(12))\n``\nRegenerate the given cool file (which is required to have been created in Colonies) as an MPEG 4 grayscale video \nwith framerate = 12 fps, putting the result file into a new directory, \"resultdir\". The filename will be\n\"colony4j-NNNN.mp4\" where NNNN is a long UUID string. For now, only grayscale is supported.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturingtest37%2Fcolonies","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fturingtest37%2Fcolonies","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fturingtest37%2Fcolonies/lists"}