{"id":26063960,"url":"https://github.com/cvdlab/lar-julia","last_synced_at":"2026-02-07T04:32:06.333Z","repository":{"id":144865924,"uuid":"68596185","full_name":"cvdlab/lar-julia","owner":"cvdlab","description":"LAR (Linear Algebraic Repr) -- geometric and topological modeling in Julia.","archived":false,"fork":false,"pushed_at":"2020-02-08T15:41:35.000Z","size":8,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-23T17:15:47.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Julia","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/cvdlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-09-19T10:41:13.000Z","updated_at":"2016-09-20T05:04:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a428a26-a1b4-4ebd-9d90-be33df7c446b","html_url":"https://github.com/cvdlab/lar-julia","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cvdlab/lar-julia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvdlab%2Flar-julia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvdlab%2Flar-julia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvdlab%2Flar-julia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvdlab%2Flar-julia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvdlab","download_url":"https://codeload.github.com/cvdlab/lar-julia/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvdlab%2Flar-julia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29186736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T03:35:06.566Z","status":"ssl_error","status_checked_at":"2026-02-07T03:34:57.604Z","response_time":63,"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":[],"created_at":"2025-03-08T17:57:47.104Z","updated_at":"2026-02-07T04:32:06.318Z","avatar_url":"https://github.com/cvdlab.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LAR.jl\n### Geometric and topological modeling with chain complexes in Julia.\n\n\n**Installation**: `julia\u003e Pkg.add(\"LAR\")`\n\n\n## Basic Usage\n\n```julia\nimport Lar-core\n```\n\nGenerate and visualize a grid of 3-cubes. Poke around with the mouse pressed \nto interact.\n```julia\nv,cv = p.larCuboids((10,10,10));\nviewexploded(v,cv)\n```\n\nGenerate and visualize a grid of 2-cubes. Poke as before\n```julia\nv,fv = p.larCuboids((10,10));\nviewexploded(v,fv)\n```\n\nDefine a visualize a 2-mesh of convex cells. Poke as before\n```julia\nlarstring = \"\"\"\n\t{\"V\" : [[5,0],[7,1],[9,0],[13,2],[15,4],[17,8],[14,9],[13,10],\n\t[11,11],[9,10],[5,9],[7,9],[3,8],[0,6],[2,3],[2,1],[8,3],\n\t[10,2],[13,4],[14,6],[13,7],[12,10],[11,9],[9,7],[7,7],[4,7],\n\t[2,6],[3,5],[4,2],[6,3],[11,4],[12,6],[12,7],[10,5],[8,5],\n\t[7,6],[5,5]],\n\t\"FV\" : [[0,1,16,28,29],[0,15,28],[1,2,17],[1,16,17,33],[2,3,17],\n\t[3,4,18,19],[3,17,18,30],[4,5,19],[5,6,19],[6,7,20,21,22,32],\n\t[6,19,20],[7,8,21],[8,9,21,22],[9,11,23,24],[9,22,23],\n\t[10,11,24,25],[10,12,25],[12,13,25,26],[13,14,27],[13,26,27],\n\t[14,15,28],[14,27,28,29,36],[16,29,34],[16,33,34],[17,30,33],\n\t[18,19,31],[18,30,31],[19,20,31,32],[22,23,32,33],[23,24,34,35],\n\t[23,33,34],[24,25,27,36],[24,35,36],[25,26,27],[29,34,35],\n\t[29,35,36],[30,31,32,33]]}\n\"\"\";\nmodel = json2larmodel(larstring)\nviewexploded(model.Verts',(model.Lar.FV))\n```\n\n## Documentation\n\nVery first basic implementation and interface with Python's `larlib`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvdlab%2Flar-julia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvdlab%2Flar-julia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvdlab%2Flar-julia/lists"}