{"id":15017986,"url":"https://github.com/foresightminingsoftwarecorporation/bevy_transform_gizmo","last_synced_at":"2025-05-15T12:02:33.715Z","repository":{"id":39582464,"uuid":"366149074","full_name":"ForesightMiningSoftwareCorporation/bevy_transform_gizmo","owner":"ForesightMiningSoftwareCorporation","description":"A 3d gizmo for transforming entities in Bevy.","archived":false,"fork":false,"pushed_at":"2025-04-23T18:50:00.000Z","size":43128,"stargazers_count":167,"open_issues_count":18,"forks_count":43,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-05-15T12:02:23.358Z","etag":null,"topics":["bevy","gizmo"],"latest_commit_sha":null,"homepage":"","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/ForesightMiningSoftwareCorporation.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2021-05-10T19:06:24.000Z","updated_at":"2025-04-28T11:15:05.000Z","dependencies_parsed_at":"2023-12-09T18:26:29.651Z","dependency_job_id":"4efba344-7223-419b-b214-e1d49a50b9a9","html_url":"https://github.com/ForesightMiningSoftwareCorporation/bevy_transform_gizmo","commit_stats":{"total_commits":72,"total_committers":5,"mean_commits":14.4,"dds":0.06944444444444442,"last_synced_commit":"27d3dd4ca623926ee6e02437aaf3f2cae1b60e04"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForesightMiningSoftwareCorporation%2Fbevy_transform_gizmo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForesightMiningSoftwareCorporation%2Fbevy_transform_gizmo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForesightMiningSoftwareCorporation%2Fbevy_transform_gizmo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForesightMiningSoftwareCorporation%2Fbevy_transform_gizmo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ForesightMiningSoftwareCorporation","download_url":"https://codeload.github.com/ForesightMiningSoftwareCorporation/bevy_transform_gizmo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254337612,"owners_count":22054253,"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":["bevy","gizmo"],"created_at":"2024-09-24T19:51:17.386Z","updated_at":"2025-05-15T12:02:33.663Z","avatar_url":"https://github.com/ForesightMiningSoftwareCorporation.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \n# Bevy Transform Gizmo\n\n**Simple 3D transform gizmo for bevy**\n\nhttps://user-images.githubusercontent.com/2632925/227469248-726b21c8-5308-49f0-9b04-e567833774e1.mp4\n\n[![crates.io](https://img.shields.io/crates/v/bevy_transform_gizmo)](https://crates.io/crates/bevy_transform_gizmo)\n[![docs.rs](https://docs.rs/bevy_transform_gizmo/badge.svg)](https://docs.rs/bevy_transform_gizmo)\n[![CI-CD](https://github.com/ForesightMiningSoftwareCorporation/bevy_transform_gizmo/actions/workflows/release.yml/badge.svg)](https://github.com/ForesightMiningSoftwareCorporation/bevy_transform_gizmo/actions/workflows/release.yml)\n[![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-main-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)\n    \n\u003c/div\u003e\n\n# Demo\n\nRun a minimal implementation of the gizmo by cloning this repository and running:\n\n```shell\ncargo run --example minimal\n```\n\n# Features\n\n* Prebuilt transform gizmo appears when you select a designated mesh\n* Translation handles (axis, plane, and normal to camera)\n* Rotation handles\n* Gizmo always renders on top of the main render pass\n* Gizmo is always the same size at it moves closer/further from the camera\n\n# Usage\n\nThis plugin is built on and relies on [`bevy_mod_picking`](https://github.com/aevyrie/bevy_mod_picking) for 3d mouse interaction with the scene.\n\nSee the [minimal](examples/minimal.rs) demo for an example of a minimal implementation.\n\n# License\n\nbevy_transform_gizmo is free and open source! All code in this repository is dual-licensed under either:\n\n* MIT License ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))\n* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))\n\nat your option. This means you can select the license you prefer! This dual-licensing approach is the de-facto standard in the Rust ecosystem and there are very good reasons to include both.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforesightminingsoftwarecorporation%2Fbevy_transform_gizmo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fforesightminingsoftwarecorporation%2Fbevy_transform_gizmo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fforesightminingsoftwarecorporation%2Fbevy_transform_gizmo/lists"}