egui-gizmo 0.9.0

3d transform gizmo for the egui library
Documentation
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>egui-gizmo demo</title>
    <style>
        html,
        body,
        canvas {
            margin: 0px;
            padding: 0px;
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: absolute;
            background: black;
            z-index: 0;
        }
    </style>
</head>

<body>
<canvas id="glcanvas" tabindex='1'></canvas>
<script src="https://not-fl3.github.io/miniquad-samples/mq_js_bundle.js"></script>
<script>load("demo.wasm");</script>
</body>

</html>