Skip to content

b-camacho/bevy-hover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mouse hover events for Bevy ECS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published