{"id":31021417,"url":"https://github.com/sisl/vec.jl","last_synced_at":"2025-09-13T11:21:29.793Z","repository":{"id":72400720,"uuid":"50375123","full_name":"sisl/Vec.jl","owner":"sisl","description":"2D and 3D vectors and their operations for Julia","archived":false,"fork":false,"pushed_at":"2025-02-09T15:58:35.000Z","size":103,"stargazers_count":13,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-09T16:36:57.264Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sisl.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-01-25T19:28:21.000Z","updated_at":"2025-02-09T15:58:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"85616514-45fd-46b6-9448-a6d2229902a7","html_url":"https://github.com/sisl/Vec.jl","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/sisl/Vec.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sisl%2FVec.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sisl%2FVec.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sisl%2FVec.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sisl%2FVec.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sisl","download_url":"https://codeload.github.com/sisl/Vec.jl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sisl%2FVec.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274955834,"owners_count":25380669,"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-13T02:00:10.085Z","response_time":70,"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":"2025-09-13T11:21:22.361Z","updated_at":"2025-09-13T11:21:29.773Z","avatar_url":"https://github.com/sisl.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vec\n\nProvides 2D and 3D vector types for vector operations in Julia.\n\n[![Build Status](https://github.com/sisl/Vec.jl/actions/workflows/CI.yaml/badge.svg)](https://github.com/sisl/Vec.jl/actions/workflows/CI.yaml)\n[![Coverage Status](https://coveralls.io/repos/sisl/Vec.jl/badge.svg)](https://coveralls.io/r/sisl/Vec.jl)\n# Installation\n\nRun one of those commands in the Julia REPL:\n\n- Through the SISL registry: \n  ```julia \n  ] registry add https://github.com/sisl/Registry\n  add Vec\n  ```\n\n- Through `Pkg`\n  ```julia\n  import Pkg\n  Pkg.add(PackageSpec(url=\"https://github.com/sisl/Vec.jl.git\"))\n  ```\n\n# Usage\n\n`Vec.jl` provides several vector types, named after their groups. All types are immutable and are subtypes of ['StaticArrays'](https://github.com/JuliaArrays/StaticArrays.jl)' `FieldVector`, so they can be indexed and used as vectors in many contexts.\n\n* `VecE2` provides an (x,y) type of the Euclidean-2 group.\n* `VecE3` provides an (x,y,z) type of the Euclidean-3 group.\n* `VecSE2` provides an (x,y,theta) type of the special-Euclidean 2 group.\n\n```julia\nv = VecE2(0, 1)\nv = VecSE2(0,1,0.5)\nv = VecE3(0, 1, 2)\n```\n\nAdditional geometry types include `Quat` for quaternions, `Line`, `LineSegment`, and `Projectile`.\n\nThe switch to StaticArrays brings several breaking changes. If you need a backwards-compatible version, please checkout the `v0.1.0` tag with ```cd(Pkg.dir(\"Vec\")); run(`git checkout v0.1.0`)```.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsisl%2Fvec.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsisl%2Fvec.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsisl%2Fvec.jl/lists"}