Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 726 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 726 Bytes

ebiten-quadtree

Quadtree visualization in Go

  • See how sprites are organized in a quadtree structure.
  • Hover your mouse over sprites to quickly locate them using the quadtree's acceleration.
  • Customize the number of sprites to experiment with different loads.

Quadtree in action

You can run the binary release, clone and build the program, or run it by entering the following in your terminal:

go run github.com/farhansolodev/ebiten-quadtree@latest

View CLI flags by passing the --help, -help, --h or -h flag