{"id":44417249,"url":"https://github.com/dimforge/glamx","last_synced_at":"2026-02-12T08:37:37.226Z","repository":{"id":337835412,"uuid":"1127896157","full_name":"dimforge/glamx","owner":"dimforge","description":"Glam eXtensions","archived":false,"fork":false,"pushed_at":"2026-02-11T14:29:17.000Z","size":68,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-11T22:32:14.672Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dimforge.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-04T19:58:29.000Z","updated_at":"2026-01-24T11:44:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dimforge/glamx","commit_stats":null,"previous_names":["dimforge/glamx"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/dimforge/glamx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimforge%2Fglamx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimforge%2Fglamx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimforge%2Fglamx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimforge%2Fglamx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimforge","download_url":"https://codeload.github.com/dimforge/glamx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimforge%2Fglamx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29361819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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":"2026-02-12T08:37:34.530Z","updated_at":"2026-02-12T08:37:37.222Z","avatar_url":"https://github.com/dimforge.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# glamx - Glam eXtensions\n\nExtensions for [glam](https://github.com/bitshifter/glam-rs): Pose2, Pose3, Rot2, SVD, eigendecomposition, and matrix utilities.\n\n[![Crates.io](https://img.shields.io/crates/v/glamx.svg)](https://crates.io/crates/glamx)\n[![Documentation](https://docs.rs/glamx/badge.svg)](https://docs.rs/glamx)\n[![License](https://img.shields.io/crates/l/glamx.svg)](https://github.com/dimforge/glamx#license)\n\n## Overview\n\n`glamx` provides additional types commonly needed in game development, robotics, and computer graphics that aren't included in glam:\n\n- **`Rot2` / `DRot2`**: 2D rotations represented as unit complex numbers\n- **`Rot3` / `DRot3`**: 3D rotations (re-exports of glam's quaternions)\n- **`Pose2` / `DPose2`**: 2D rigid body transformations (rotation + translation)\n- **`Pose3` / `DPose3`**: 3D rigid body transformations (rotation + translation)\n- **`MatExt`**: Extension trait for glam matrix types\n- **`SymmetricEigen2` / `SymmetricEigen3`**: Eigendecomposition for symmetric matrices\n- **`Svd2` / `Svd3`**: Singular Value Decomposition for 2x2 and 3x3 matrices\n\nThis crate re-exports all of glam's types, so you can use it as a drop-in replacement.\n\n## Feature Flags\n\n| Feature         | Description                            |\n|-----------------|----------------------------------------|\n| `std` (default) | Enables standard library support       |\n| `serde`         | Enables serialization via serde        |\n| `bytemuck`      | Enables bytemuck derives for `Rot2`/`DRot2` |\n| `nalgebra`      | Enables conversions to/from nalgebra types |\n| `libm`          | Uses libm for `no_std` math operations |\n| `approx`        | Enables approximate comparison traits  |\n| `rand`          | Enables random generation support      |\n| `mint`          | Enables mint type conversions          |\n| `encase`        | Enables encase encoding                |\n\n## `no_std` Support\n\n`glamx` is `no_std` compatible. Disable default features and enable `libm` for math operations:\n\n```toml\n[dependencies]\nglamx = { version = \"0.1\", default-features = false, features = [\"libm\"] }\n```\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimforge%2Fglamx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimforge%2Fglamx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimforge%2Fglamx/lists"}