Compiled dynamic libraries of libEGL and libGLESv2 for use in my own projects.
More info: https://github.com/google/angle/blob/main/doc/DevSetup.md
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH=/path/to/depot_tools:$PATH
mkdir angle && cd angle
fetch angle # Clones angle
gclient sync # Necessary?
gn gen out/Release --args='is_debug=false'
ninja -C out/Release
Then copy the *.dylibs
from out/Release