Documentation
Quick start guides, API reference, tutorials, and recipes for every platform.
Quick Start Guides
Get up and running in minutes on your platform of choice.
Android (Jetpack Compose)
Add one Gradle dependency and start building 3D scenes with Compose. Scene, ModelNode, LightNode, CameraNode — all declarative.
AR (Android)
ARScene composable with plane detection, hit testing, anchors, and augmented images. Powered by ARCore.
iOS / macOS / visionOS (SwiftUI)
Swift Package with RealityKit renderer. SceneView and ARSceneView for iOS 17+, macOS 14+, visionOS 1+.
Web (Filament.js)
SceneView.modelViewer() renders glTF/GLB in the browser with PBR via Filament.js WASM. WebXR AR/VR support.
Flutter
PlatformView bridge to native SceneView on Android (Filament) and iOS (RealityKit). Coming soon to pub.dev.
React Native
Fabric/Turbo bridge to native SceneView. Use JSX to define 3D scenes rendered natively on both platforms.
API Reference
Full API documentation and machine-readable reference for AI assistants.
llms.txt (AI Reference)
Complete machine-readable API reference: composable signatures, node types, resource loading, threading rules, and patterns.
SceneView MCP
32 AI tools for Claude, Cursor, and Windsurf. Get setup, code generation, samples, and best practices via MCP protocol.
Android KDoc
Full KDoc documentation for Scene, ARScene, all node types, loaders, and utilities in the sceneview and arsceneview modules.
Swift DocC
SceneViewSwift documentation: 16 node types, RealityKit integration, iOS/macOS/visionOS platform guides.
Code Recipes
Copy-paste patterns for common 3D and AR tasks.
Model Viewer
Load glTF/GLB, orbit camera, HDR environment, shadows, and auto-rotation in 10 lines of Compose.
AR Placement
Tap-to-place 3D objects on detected planes with anchors, scale gestures, and rotation controls.
Procedural Geometry
Generate cubes, spheres, cylinders, and custom shapes at runtime with Filament materials.
Physics & Animation
Spring animations, smooth transforms, physics simulation, and skeletal animation playback.
Video Tutorials
Step-by-step video guides for building with SceneView.
Coming Soon
Video tutorials covering 3D model loading, AR experiences, procedural geometry, and cross-platform development are in production. Subscribe to the GitHub repo to get notified.
Ready to build?
Star the repo, join Discord, and start building 3D experiences today.
code View on GitHub