small godot addon for gizmo creation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# gizmo3d

[![version](https://img.shields.io/badge/4.x-blue?logo=godot-engine&logoColor=white&label=godot&style=for-the-badge)](https://godotengine.org "Made with godot")
[![package](https://img.shields.io/npm/v/@bendn/gizmo3d?label=version&style=for-the-badge)](https://www.npmjs.com/package/@bendn/gizmo3d)
<a href='https://ko-fi.com/bendn' title='Buy me a coffee' target='_blank'><img height='28' src='https://storage.ko-fi.com/cdn/brandasset/kofi_button_red.png' alt='Buy me a coffee'> </a>

Smalll addon for gizmo creation.

[![image](https://raw.githubusercontent.com/bend-n/gizmo3d/main/.github/image.png)](_blank "Picture!")

## Usage

See [test.gd](https://raw.githubusercontent.com/bend-n/gizmo3d/main/test.gd) for a usage example.

## Installation

See [gpm#using-packages](https://github.com/godot-package-manager#using-packages-quickstart).