big_space

Crates.iobig_space
lib.rsbig_space
version
sourcesrc
created_at2023-01-29 08:31:37.147318
updated_at2024-12-24 02:41:39.120339
descriptionA floating origin plugin for bevy
homepage
repositoryhttps://github.com/aevyrie/big_space
max_upload_size
id770793
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Aevyrie (aevyrie)

documentation

https://docs.rs/crate/big_space/latest

README

Big Space

Huge worlds, high performance, no dependencies, ecosystem compatibility. Read the docs

crates.io docs.rs test suite

Highlights

  • Enough precision to render proton-sized meshes across the observable universe.
  • Uses Transform, making it compatible with most of the Bevy ecosystem.
  • No added dependencies.
  • Absolute coordinates without drift, unlike camera-relative or periodic recentering solutions.
  • Chunks the world into integer grids, from i8 up to i128.
  • Grids can be nested.
  • Spatial hashing for fast grid cell lookups and neighbor search.
  • Spatial partitioning to group sets of disconnected entities.
  • 3-5x faster than Bevy's transform propagation for wide hierarchies.
  • 👉 Extensive documentation you should read.

Bevy Version Support

bevy big_space
0.15 0.8, 0.9
0.14 0.7
0.13 0.5, 0.6
0.12 0.4
0.11 0.3
0.10 0.2
0.9 0.1

License

This project is dual licensed:

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: 82

cargo fmt