bevy-aabb-instancing

Crates.iobevy-aabb-instancing
lib.rsbevy-aabb-instancing
version0.11.0
sourcesrc
created_at2022-05-08 00:56:20.67613
updated_at2024-02-20 00:42:09.40718
descriptionRender millions of AABB instances in Bevy.
homepage
repositoryhttps://github.com/ForesightMiningSoftwareCorporation/bevy-aabb-instancing/
max_upload_size
id582315
size4,502,463
Publishers (github:foresightminingsoftwarecorporation:publishers)

documentation

README

bevy-aabb-instancing

crates.io docs.rs

Render millions of AABBs every frame with an instancing renderer.

Example

Demo

cargo run --example wave --release

Features

  • vertex pulling renderer
  • cuboid edge shading
  • edge-only wireframes
  • clipping planes
  • multiple color modes: RGB and Linear-Range Scalar
  • depth jitter to counteract z-fighting of coplanar cuboids

License

Licensed under the Apache License Version 2.0 by copyright holders Duncan Fairbanks and Foresight Mining Software Corporation.

Sponsors

The creation and maintenance of bevy_aabb_instancing is sponsored by Foresight Mining Software Corporation.

Foresight Mining Software Corporation

License: Apache-2.0

Commit count: 107

cargo fmt