Live Showcase
Live Showcase
Section titled “Live Showcase”Experience Strata in action with these interactive demos. Each demo runs directly in your browser using WebGL.
Featured Demos
Section titled “Featured Demos”Procedural terrain generation using SDFs and marching cubes with triplanar texturing and multi-biome blending.
Realistic water rendering featuring Gerstner wave simulation, Fresnel-based reflections, procedural foam, and underwater caustics.
GPU-accelerated instancing capable of rendering 10,000+ instances of grass, trees, and rocks at 60fps with procedural wind animation.
Physically-based atmospheric scattering with dynamic day/night cycle, volumetric clouds, and god rays.
Complete integration of all features into a cohesive explorable environment.
Running Demos Locally
Section titled “Running Demos Locally”Clone the examples repository and run locally for the best experience:
# Clone examplesgit clone https://github.com/strata-game-library/examples.gitcd examples
# Install dependenciespnpm install
# Run specific demospnpm dev:terrain # Port 3000pnpm dev:water # Port 3001pnpm dev:vegetation # Port 3002pnpm dev:sky # Port 3003What These Demos Showcase
Section titled “What These Demos Showcase”| Demo | Features Demonstrated |
|---|---|
| Terrain | SDF, Marching Cubes, Biomes, Triplanar Texturing |
| Water | Gerstner Waves, Reflections, Caustics, Foam |
| Vegetation | GPU Instancing, Wind Animation, LOD |
| Sky | Atmospheric Scattering, Day/Night, Stars |
| Full Scene | All features integrated together |
Performance
Section titled “Performance”All demos are optimized for:
- ✅ Desktop browsers (Chrome, Firefox, Safari, Edge)
- ✅ Mobile browsers (iOS Safari, Chrome Android)
- ✅ Low-end devices (with reduced settings)
If performance is poor, try:
- Closing other browser tabs
- Using a discrete GPU (if available)
- Reducing browser window size
Source Code
Section titled “Source Code”Every demo includes source code that you can use directly in your projects:
- Basic Terrain Source
- Water Scene Source
- Vegetation Showcase Source
- Sky Volumetrics Source
- API Showcase Source
Related
Section titled “Related”- Getting Started - Start building with Strata
- Core Features - Learn about each feature
- API Reference - Complete API documentation