Compiled here to generate shared libraries, handed over to java to load and call.
The cpp library was compiled when you compiled pixels-retina. If you need to compile it manually, you can follow the steps below:
mkdir -p build
cd build
cmake ..
makeYou can get libpixels-retina.so after compilation, and you can find this file in the $PIXELS_HOME/lib path.
./tile_visibility_tests
./rg_visibility_tests