{"id":13546811,"url":"https://github.com/urholaukkarinen/transform-gizmo","last_synced_at":"2026-04-02T16:46:08.489Z","repository":{"id":43073812,"uuid":"414482286","full_name":"urholaukkarinen/transform-gizmo","owner":"urholaukkarinen","description":"3d transformation gizmo","archived":false,"fork":false,"pushed_at":"2025-05-11T10:06:51.000Z","size":100585,"stargazers_count":250,"open_issues_count":8,"forks_count":74,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-11T10:15:27.345Z","etag":null,"topics":["3d","bevy","egui","gamedev","gizmo","rust","scene-editor"],"latest_commit_sha":null,"homepage":"https://github.com/urholaukkarinen/transform-gizmo","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/urholaukkarinen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2021-10-07T06:11:58.000Z","updated_at":"2025-05-11T10:06:55.000Z","dependencies_parsed_at":"2024-05-11T09:22:52.344Z","dependency_job_id":"d4c5b1a0-fb60-4c40-9ecb-0fa828eb5a85","html_url":"https://github.com/urholaukkarinen/transform-gizmo","commit_stats":{"total_commits":202,"total_committers":20,"mean_commits":10.1,"dds":0.2178217821782178,"last_synced_commit":"7556fb38b37f3772c57dd0fae6a276976d314f9b"},"previous_names":["urholaukkarinen/transform-gizmo","urholaukkarinen/egui-gizmo"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urholaukkarinen%2Ftransform-gizmo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urholaukkarinen%2Ftransform-gizmo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urholaukkarinen%2Ftransform-gizmo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/urholaukkarinen%2Ftransform-gizmo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/urholaukkarinen","download_url":"https://codeload.github.com/urholaukkarinen/transform-gizmo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254254042,"owners_count":22039792,"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":["3d","bevy","egui","gamedev","gizmo","rust","scene-editor"],"created_at":"2024-08-01T12:00:45.392Z","updated_at":"2025-12-12T15:20:32.610Z","avatar_url":"https://github.com/urholaukkarinen.png","language":"Rust","funding_links":[],"categories":["Libraries","UI"],"sub_categories":[],"readme":"# transform-gizmo\n\n[![Latest version](https://img.shields.io/crates/v/transform-gizmo.svg)](https://crates.io/crates/transform-gizmo)\n[![Documentation](https://docs.rs/transform-gizmo/badge.svg)](https://docs.rs/transform-gizmo)\n[![MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/urholaukkarinen/transform-gizmo/blob/main/LICENSE-MIT)\n[![Apache](https://img.shields.io/badge/license-Apache-blue.svg)](https://github.com/urholaukkarinen/transform-gizmo/blob/main/LICENSE-APACHE)\n\n`transform-gizmo` is a framework-agnostic Rust crate that provides a feature-rich and customizable 3D transformation gizmo for manipulating the position, rotation and scale of 3D entities.\n\n[Try it out in a web demo](https://urholaukkarinen.github.io/transform-gizmo/)\n\n![All modes](media/all_modes.png)\n\n## Usage\n\n### Bevy\n\n[`transform-gizmo-bevy`](https://docs.rs/transform-gizmo-bevy) provides a Plugin for easy integration into the [Bevy Engine](https://bevyengine.org/).\n\n### Egui\n\n[`transform-gizmo-egui`](https://docs.rs/transform-gizmo-egui) enables you to use the Gizmo wherever [Egui](https://github.com/emilk/egui) is used.\n\n### Other\n\nFor interacting with the gizmo, all you will need to do is give `Gizmo::update` sufficient\ninformation about user interaction, in the form of `GizmoInteraction`.\n\nFor rendering the gizmo, `Gizmo::draw` provides vertices in viewport coordinates that can be easily rendered\nwith your favorite graphics APIs.\n\n## Other\n\nThe gizmo exposes mathematical types as [mint](https://github.com/kvark/mint) types, which means it is easy to use with types from various crates\nsuch as [nalgebra](https://github.com/dimforge/nalgebra), [glam](https://github.com/bitshifter/glam-rs)\nand [cgmath](https://github.com/rustgd/cgmath). You may need to enable a `mint` feature, depending on the math library.\n\n## License\n\nThis crate is dual licensed under MIT and Apache 2.0.\n\n## Contributing\n\nContributions are welcome! See [CONTRIBUTING.md](CONTRIBUTING.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furholaukkarinen%2Ftransform-gizmo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Furholaukkarinen%2Ftransform-gizmo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Furholaukkarinen%2Ftransform-gizmo/lists"}