Skip to content

farhansolodev/ebiten-quadtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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