SceneView Demo showcases the SceneView SDK — an open-source 3D and AR library for Android built on Google Filament and ARCore.
Features demonstrated:
• 3D model viewer with HDR environment lighting
• Augmented Reality with tap-to-place and plane detection
• Physics simulation with rigid bodies
• Post-processing effects: Bloom, Depth of Field, SSAO, Fog
• Text and billboard nodes in 3D space
• Camera controls: orbit, pan, zoom
SceneView is available as Jetpack Compose composables:
• Scene { } for 3D-only scenes
• ARScene { } for augmented reality
Open-source: github.com/SceneView/sceneview-android