Filament Android Code docs
I'm new to filament, and filament doesn't have much learning resources available, so here i'm documenting everything as i understand, on the go..
Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2. Though, here we are focusing on Android development in Kotlin. In depth documentation about filament and the underlying principles is available here
What particularly interests me into filament is to use it as renderer with ArCore for Android apps.
The tradeoff in creating a simplified guide is obviously omitting some non trivial details, you can access the api reference for filament as javadoc.
Ctrl+Q
while hovering on a filament method in Android Studio, and open the localhost link in browser.