Skip to content

Validation Gallery

This page tracks release evidence for gallery publication. It intentionally separates executable source coverage from media artifacts, because screenshots and clips are generated in Vulkan-capable environments and should not be committed accidentally.

Evidence Counts

  • Reviewed public C examples generated for the website: 114
  • Examples declaring screenshot validation: 104
  • Examples that should have video or motion evidence: 8

Commands

just build
just gallery
python3 tools/run_c_examples.py --list
git diff --check

Screenshot and video capture should be run separately from documentation generation. Gallery screenshots are generated into the data submodule under data/gallery/v0.4 and should be committed through that submodule, not copied into the main repository.

Screenshot Queue

Example Source Status Validation
Basic Scene examples/c/features/basic_scene.c supported smoke+screenshot
Single Panel examples/c/features/panel_single.c supported smoke+screenshot
Panel Grid examples/c/features/panel_grid.c supported smoke+screenshot
Multiple Panels examples/c/features/panel_multi.c supported smoke+interaction+screenshot
Linked Panels examples/c/features/panel_linked.c supported smoke+interaction+screenshot
Path With 2D Axes examples/c/features/axes_2d.c supported smoke+screenshot
Coordinate System examples/c/features/coordinate_system.c supported smoke+screenshot
Axis Labels examples/c/features/axis_labels.c supported smoke+screenshot
Sampled Field Update examples/c/features/sampled_field_update.c supported smoke+screenshot
Text Block examples/c/features/text_block.c supported smoke+screenshot
Overlay Card examples/c/features/overlay_card.c supported smoke+screenshot
Arcball Controller examples/c/features/controller_arcball.c supported smoke+interaction+screenshot
Manual Camera examples/c/features/camera_manual.c supported smoke+interaction+screenshot
Orientation Gizmo examples/c/features/orientation_gizmo.c supported smoke+interaction+screenshot
Reference Grid examples/c/features/reference_grid.c supported smoke+interaction+screenshot
Bounds Overlay examples/c/features/bounds_overlay.c diagnostic smoke+screenshot
Fly Controller examples/c/features/controller_fly.c supported smoke+interaction+screenshot
Turntable Controller examples/c/features/controller_turntable.c supported smoke+interaction+screenshot
Textured Mesh examples/c/features/mesh_texture.c supported smoke+interaction+screenshot
Mesh Materials examples/c/features/material_mesh.c supported smoke+screenshot
Lighting examples/c/features/lighting.c supported smoke+screenshot
User Scale examples/c/features/user_scale.c supported smoke+interaction+screenshot
GUI Controls examples/c/features/gui_controls.c supported smoke+interaction+screenshot
GUI Viewport examples/c/features/gui_viewport.c supported smoke+interaction+screenshot
Raw cimgui GUI examples/c/features/gui_cimgui.c supported smoke+interaction+screenshot
Animation Tracks examples/c/features/animation_tracks.c supported smoke+interaction+screenshot
Compute Buffer Animation examples/c/features/compute_buffer_animation.c experimental smoke+screenshot
Eye-Dome Lighting examples/c/features/technique_edl.c experimental smoke+screenshot
Screen-Space Ambient Occlusion examples/c/features/technique_ssao.c supported smoke+screenshot
Multisample Antialiasing examples/c/features/technique_msaa.c supported smoke+screenshot
Depth Cue examples/c/features/technique_depth_cue.c supported smoke+screenshot
Transparency Order examples/c/features/technique_transparency.c supported smoke+screenshot
Guide Lines examples/c/features/guide_lines.c supported smoke+screenshot
Guide Spans examples/c/features/guide_spans.c supported smoke+screenshot
Bars And Bands examples/c/features/bars_bands.c supported smoke+screenshot
Offscreen Capture examples/c/runtime/offscreen_capture.c supported smoke+screenshot
Visual Transform examples/c/features/visual_transform.c supported smoke+screenshot
Panel View 2D examples/c/features/panel_view2d.c supported smoke+animation+screenshot
Bezier Curve Path examples/c/features/bezier_curve_path.c supported smoke+screenshot
Path Join examples/c/features/path_join.c supported smoke+screenshot
Linked Panels With Axes examples/c/showcases/panel_linked_axes.c supported smoke+interaction+screenshot
Linked Probe With Colorbar examples/c/showcases/linked_probe_colorbar.c supported smoke+readback+interaction+screenshot
Scientific Plotting Workflow examples/c/showcases/scientific_plotting.c supported smoke+screenshot
Streaming DAQ · 64 channels examples/c/showcases/streaming_daq.c experimental smoke+interaction+screenshot+video+performance
Scale Bar examples/c/features/scalebar.c supported smoke+screenshot
Scale Bar Units examples/c/features/scalebar_units.c supported smoke+screenshot
Scale Bar Measurement Workflow examples/c/showcases/scalebar_measurement.c supported smoke+screenshot
Colorbar examples/c/features/colorbar.c supported smoke+screenshot
Scalar Color Scale examples/c/features/colormap_scale.c supported smoke+screenshot
Annotation Readout examples/c/features/annotation_readout.c supported smoke+screenshot
Partial Data Update examples/c/features/update_partial.c supported smoke+screenshot
Visual Data Update examples/c/features/update_visual_data.c supported smoke+screenshot
Visual Visibility examples/c/features/visibility.c supported smoke+screenshot
Depth Test Toggle examples/c/features/technique_depth_test.c supported smoke+screenshot
Alpha Blending examples/c/features/alpha_blending.c supported smoke+screenshot
Panel Background examples/c/features/panel_background.c supported smoke+screenshot
Panzoom examples/c/features/panzoom.c supported smoke+interaction+screenshot
Image Probe examples/c/features/image_probe.c supported smoke+readback+screenshot
Picking examples/c/features/picking.c supported smoke+interaction+screenshot
Pixel Selection examples/c/features/selection_pixel.c supported smoke+interaction+screenshot
Sphere Selection examples/c/features/selection_sphere.c supported smoke+interaction+screenshot
Mesh Instance Selection examples/c/features/selection_mesh_instances.c supported smoke+interaction+screenshot
Isolines examples/c/features/isolines.c supported smoke+screenshot
Builtin Shapes 2D examples/c/features/builtin_shapes_2d.c supported smoke+screenshot
Builtin Shapes 3D examples/c/features/builtin_shapes_3d.c supported smoke+screenshot
OBJ Loading examples/c/features/obj_loading.c supported smoke+screenshot
Label Probe examples/c/features/probe_labels.c supported smoke+readback+screenshot
Datetime Axis examples/c/features/datetime_axis.c supported smoke+screenshot
Timer Animation examples/c/features/timer_animation.c supported smoke+screenshot
Marker Symbols examples/c/features/marker_symbols.c supported smoke+screenshot
Categorical Legend examples/c/features/legend_categorical.c experimental smoke+screenshot
Point examples/c/visuals/point.c supported smoke+screenshot
Pixel examples/c/visuals/pixel.c supported smoke+screenshot
Marker examples/c/visuals/marker.c supported smoke+screenshot
Primitive examples/c/visuals/primitive.c supported smoke+screenshot
Segment examples/c/visuals/segment.c supported smoke+screenshot
Vector examples/c/visuals/vector.c supported smoke+screenshot
Path examples/c/visuals/path.c supported smoke+screenshot
Image examples/c/visuals/image.c supported smoke+screenshot
RGBA Image examples/c/visuals/image_rgba.c supported smoke+screenshot
Mesh examples/c/visuals/mesh.c supported smoke+screenshot
Sphere examples/c/visuals/sphere.c supported smoke+screenshot
Splat examples/c/visuals/splat.c experimental smoke+screenshot
Text examples/c/visuals/text.c supported smoke+screenshot
Font Atlas Glyphs examples/c/visuals/glyph.c experimental smoke+screenshot
Labels examples/c/visuals/labels.c supported smoke+screenshot
Volume examples/c/visuals/volume.c supported smoke+screenshot
Polygon Composite examples/c/composites/polygon.c supported smoke+screenshot
Graph Composite examples/c/composites/graph.c supported smoke+screenshot
U.S. State Choropleth examples/c/showcases/choropleth.c supported smoke+screenshot+manual
Protein examples/c/showcases/protein.c supported smoke+screenshot+manual
Wind Field examples/c/showcases/wind_field.c supported smoke+screenshot
Density-Wave Galaxy examples/c/showcases/galaxy.c supported smoke+screenshot
SVG Tiger examples/c/showcases/svg_tiger.c experimental smoke+screenshot
GPU Particle Smoke examples/c/showcases/gpu_particle_smoke.c experimental smoke+screenshot
Spherical Harmonics examples/c/showcases/spherical_harmonics.c supported smoke+interaction+screenshot
Surface Grid examples/c/showcases/surface_grid.c supported smoke+screenshot
McHenrys Peak Terrain Relief examples/c/showcases/terrain_relief.c experimental smoke+interaction+screenshot+video
Human Auditory Cortical Activity examples/c/showcases/cortical_activity.c experimental smoke+interaction+screenshot+video+performance
Allen Mouse Brain examples/c/showcases/brain_volume.c prototype smoke+screenshot
Point Cloud examples/c/showcases/point_cloud.c supported smoke+screenshot
Textured Planets and Orbital Debris examples/c/showcases/textured_planet.c supported smoke+screenshot
Qt Hosting examples/qt/qt_hosting.cpp supported optional-native-smoke+screenshot
Scatter Plot examples/c/start/scatter.c supported smoke+screenshot