https://github.com/loopystudios/bevy_ogle
A multi-mode camera for 2D vector games
https://github.com/loopystudios/bevy_ogle
Last synced: 3 months ago
JSON representation
A multi-mode camera for 2D vector games
- Host: GitHub
- URL: https://github.com/loopystudios/bevy_ogle
- Owner: loopystudios
- License: apache-2.0
- Created: 2024-07-07T01:52:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T03:50:31.000Z (4 months ago)
- Last Synced: 2025-03-28T22:34:46.141Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 3
- 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 Ogle
**A multi-mode camera for 2D vector games in [Bevy](https://bevyengine.org).**
[](https://discord.gg/zrjnQzdjCB)
[](#license)
[](https://bevyengine.org/learn/quick-start/plugin-development/#main-branch-tracking)\
[](https://deps.rs/repo/github/loopystudios/bevy_ogle)
[](https://crates.io/crates/bevy_ogle)
[](https://docs.rs/bevy_ogle)
[](https://github.com/loopystudios/bevy_ogle/actions)Quickstart to run an example:
```shell
cargo run -p demo
```## Bevy version support
|bevy|bevy_ogle|
|---|---|
|0.15|0.3, main|
|0.14|0.1-0.2|
|< 0.13| unsupported |## Usage
There are several [examples](examples/) for reference.
You can also run examples on web:
```shell
# Make sure the Rust toolchain supports the wasm32 target
rustup target add wasm32-unknown-unknowncargo run_wasm -p demo
```## Community
All Loopy projects and development happens in the [Loopy Discord](https://discord.gg/zrjnQzdjCB). The discord is open to the public.
Contributions are welcome by pull request. The [Rust code of conduct](https://www.rust-lang.org/policies/code-of-conduct) applies.
## License
Licensed under either of
- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license
([LICENSE-MIT](LICENSE-MIT) or )at your option
## Contribution
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.