facebook / igl

Intermediate Graphics Library (IGL) is a cross-platform library that commands the GPU. It provides a single low-level cross-platform interface on top of various graphics APIs (e.g. OpenGL, Metal and Vulkan).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I did not see the relevant IGL dependencies in the Android sample project, how to reference this library

ffdsss opened this issue · comments

commented
I did not see the relevant IGL dependencies in the Android sample project, how to reference this library

You can use the Gradle files from https://github.com/facebook/igl/tree/main/build/android and build your project around that.