A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.
Run the following Vcpkg command to install the port.
vcpkg install angle
The package angle provides unofficial CMake targets:
find_package(unofficial-angle REQUIRED CONFIG) target_link_libraries(main PRIVATE unofficial::angle::libGLESv2) # Or use the EGL target find_package(unofficial-angle REQUIRED CONFIG) target_link_libraries(main PRIVATE unofficial::angle::libEGL)
vchromium_5414#9
Aug 9, 2024
All
google/angle3.5K
github.com/google/angle
dff78ec7cb
BSD-3-Clause
Manifest