{"id":17930783,"url":"https://github.com/lovasoa/lsystems","last_synced_at":"2025-09-25T21:23:15.941Z","repository":{"id":66344213,"uuid":"57336913","full_name":"lovasoa/lsystems","owner":"lovasoa","description":"Haskell implementation of l systems","archived":false,"fork":false,"pushed_at":"2016-04-30T06:20:09.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-13T19:43:13.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lovasoa.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":"2016-04-28T22:09:33.000Z","updated_at":"2020-12-06T18:49:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"06a0465e-1cbe-4f6c-99f3-d9d001cc61df","html_url":"https://github.com/lovasoa/lsystems","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lovasoa/lsystems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Flsystems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Flsystems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Flsystems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Flsystems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lovasoa","download_url":"https://codeload.github.com/lovasoa/lsystems/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2Flsystems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276984163,"owners_count":25740075,"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","status":"online","status_checked_at":"2025-09-25T02:00:09.612Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-28T21:17:54.817Z","updated_at":"2025-09-25T21:23:15.925Z","avatar_url":"https://github.com/lovasoa.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# L-Systems\nHaskell implementation of [L-systems](https://en.wikipedia.org/wiki/L-system)\n\n![L-Système plante](https://upload.wikimedia.org/wikipedia/commons/thumb/6/68/Plante_g%C3%A9n%C3%A9r%C3%A9e_%C3%A0_l'aide_d'un_L-Syst%C3%A8me.svg/1280px-Plante_g%C3%A9n%C3%A9r%C3%A9e_%C3%A0_l'aide_d'un_L-Syst%C3%A8me.svg.png)\n\n## Usage\n#### Command\n```\n./lsystem \u003c ./examples/algae.txt\n```\n#### Source format\nContents of `algae.txt`\n```\nAlgae {\n  Axiom A\n  A = AB\n  B = A\n}\n```\n\n#### Result\n```\nA\nAB\nABA\nABAAB\nABAABABA\nABAABABAABAAB\nABAABABAABAABABAABABA\nABAABABAABAABABAABABAABAABABAABAAB\n...\n```\n(it never stops)\n\n# Generate images\n```sh\n./lsystem \u003c examples/plant.txt | ./turtle_interpretation 20 \u003e tes.svg\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasoa%2Flsystems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flovasoa%2Flsystems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasoa%2Flsystems/lists"}