Code Monkey home page Code Monkey logo

transform-gizmo's Introduction

transform-gizmo

Latest version Documentation MIT Apache

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.

Try it out in a web demo

All modes

Usage

Bevy

transform-gizmo-bevy provides a Plugin for easy integration into the Bevy Engine.

Egui

transform-gizmo-egui enables you to use the Gizmo wherever Egui is used.

Other

For interacting with the gizmo, all you will need to do is give Gizmo::update sufficient information about user interaction, in the form of GizmoInteraction.

For rendering the gizmo, Gizmo::draw provides vertices in viewport coordinates that can be easily rendered with your favorite graphics APIs.

Other

The gizmo exposes mathematical types as mint types, which means it is easy to use with types from various crates such as nalgebra, glam and cgmath. You may need to enable a mint feature, depending on the math library.

License

This crate is dual licensed under MIT and Apache 2.0.

Contributing

Contributions are welcome! See CONTRIBUTING.md

transform-gizmo's People

Contributors

urholaukkarinen avatar thomasalban avatar naomijub avatar jakobhellermann avatar matthewjberger avatar matthiascy avatar rlidwka avatar alexaegis avatar burtonageo avatar hrydgard avatar radualexandru avatar setzer22 avatar vzout avatar varphone avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.