Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/henauxg/bevy_ghx_utils

Various Bevy utilities shared between my projects
https://github.com/henauxg/bevy_ghx_utils

Last synced: 18 days ago
JSON representation

Various Bevy utilities shared between my projects

Awesome Lists containing this project

README

        

# Bevy Ghx Utils

[![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-released%20version-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)
[![bevy_ghx_utils on crates.io](https://img.shields.io/crates/v/bevy_ghx_utils)](https://crates.io/crates/bevy_ghx_utils)
[![bevy_ghx_utils on doc.rs](https://docs.rs/bevy_ghx_utils/badge.svg)](https://docs.rs/bevy_ghx_utils)

Small utilities for the [`Bevy`](https://github.com/bevyengine/bevy) engine, shared between my projects.

## Cargo features

*Find the list and description in [cargo.toml](./Cargo.toml)*

- `pan-orbit-camera` *[default]*: compiles a 3d pan-orbit camera. Updated & modified version of the pan orbit camera found in the [Unofficial bevy Cheatbook](https://bevy-cheatbook.github.io/cookbook/pan-orbit-camera.html) made by [@Inodentry](https://github.com/inodentry)

## Compatible Bevy versions

| bevy_ghx_utils | bevy |
| :------------- | :--- |
| 0.4 | 0.14 |
| 0.2-0.3 | 0.13 |
| 0.1 | 0.12 |

## License

`bevy_ghx_utils` is free and open source. All code in this repository is dual-licensed under either:

* MIT License ([LICENSE-MIT](./LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
* 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))

at your option.

Unless 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.