luma.gl/website/content/sidebar-examples.json
2023-09-23 09:13:11 -04:00

42 lines
777 B
JSON

[
{
"type": "doc",
"label": "Overview",
"id": "index"
},
{
"type": "category",
"label": "Showcase",
"items": [
"showcase/instancing",
"showcase/persistence",
"api/animation",
"api/cubemap",
"api/texture-3d"
]
},
{
"type": "category",
"label": "Tutorials",
"items": [
"tutorials/hello-triangle",
"tutorials/hello-cube",
"tutorials/lighting",
"tutorials/hello-instancing",
"tutorials/shader-modules",
"tutorials/shader-hooks"
]
},
{
"type": "category",
"label": "WebGPU",
"items": [
"webgpu/hello-triangle",
"webgpu/rotating-cube",
"webgpu/textured-cube",
"webgpu/two-cubes",
"webgpu/instanced-cubes"
]
}
]