Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 867 Bytes

readme.md

File metadata and controls

22 lines (18 loc) · 867 Bytes

bevy-hover

Adds mouse hover events for your 3d bevy meshes. Check out the live wasm demo.

output.webm

How to use?

check out examples/main

Testing?

haha maybe. for now cargo run --example main and give it a good once over

Todo

  • events for hover start/end
  • fade out hover color for demo
  • static image / video for demo
  • ortho camera support
  • fix multiple hovers for occluded items
  • publish the crate
  • click support (click start/env event)
  • benchmark
  • add spatial index or similar
  • explain how ortho camera ray direction is equal to 3rd column of xform matrix * -1