google / filament

Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
https://google.github.io/filament/
Apache License 2.0
17.69k stars 1.87k forks source link

Why not GCC support? #7871

Closed widiba03304 closed 4 months ago

widiba03304 commented 4 months ago

I found the Filament project very interesting, but I am having difficulty integrating it with other systems that are typically compiled with GNU C/C++ compilers.

Currently, the Filament project supports only Clang and libc++. Is there a specific reason for this choice? Are there any plans to support GNU compilers in the future?

Additionally, I am interested in building the project with Bazel. However, the project structure is complex, and it is challenging to create the necessary BUILD files. Is there any chance of adding Bazel support to this project?

Thank you for your time and consideration.

romainguy commented 4 months ago

We don't have any plans to support gcc and Bazel at this time.