Most package systems such as homebrew, aptitude, etc already have the required GLFW binaries. For instance, to install GLFW on Mac using homebrew, run
$ brew install glfw
Similarly, on Debian (and it’s derivatives like Ubuntu and Linux Mint) run
$ sudo apt-get install libglfw3 For other Linux based systems, find and install the GLFW package using the respective package system
$ python quadtree.py
We can paint the quadtree and visualize its subdivisions in realtime
- Implement range query by delimiting a rectangle
- Implement a query implementing another shape
- Highlight results with another color