bevy_ogle

Crates.iobevy_ogle
lib.rsbevy_ogle
version0.7.0
created_at2024-07-15 10:14:57.479755+00
updated_at2025-09-21 02:30:31.519478+00
descriptionA camera library for 2d vector games
homepage
repositoryhttps://github.com/loopystudios/bevy_ogle
max_upload_size
id1303663
size116,848
Spencer C. Imbleau (simbleau)

documentation

README

Bevy Ogle

A multi-mode camera for 2D vector games in Bevy.

Discord MIT/Apache 2.0 Following released Bevy versions
Dependency status Crates.io Docs Build status

Quickstart to run an example:

cargo run -p demo

Bevy version support

bevy bevy_ogle
0.16 0.5-0.7, main
0.15 0.3-0.4
0.14 0.1-0.2
< 0.13 unsupported

Usage

There are several examples for reference.

You can also run examples on web:

# Make sure the Rust toolchain supports the wasm32 target
rustup target add wasm32-unknown-unknown

cargo run_wasm -p demo

Community

All Loopy projects and development happens in the Loopy Discord. The discord is open to the public.

Contributions are welcome by pull request. The Rust code of conduct applies.

License

Licensed under either of

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.

Commit count: 33

cargo fmt