Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/henauxg/bevy_ghx_utils
- Owner: Henauxg
- License: apache-2.0
- Created: 2024-03-03T21:58:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T16:16:51.000Z (4 months ago)
- Last Synced: 2024-10-15T11:45:37.928Z (30 days ago)
- Language: Rust
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
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.