bevy-aqua-query 0.1.0

Aqua gameplay probes: GPU-sampled water displacement and normals with async readback.
docs.rs failed to build bevy-aqua-query-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

bevy-aqua-query

GPU-sampled water surface queries for gameplay such as buoyancy and floating props. Ocean, pond, and river probes share one compute dispatch and async buffer readback. Results arrive on each entity's WaveSurface with roughly one frame of latency.

At most 256 probes are submitted each frame. Extra entities retain their previous sample.

Public API

AquaQueryPlugin, WaveQuery, WaveSurface.

Example

cargo run -p bevy-aqua-query --example query_buoy