diff --git a/README.md b/README.md index 2a84648..d5dbe66 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Copyright 2022, The Khronos Group Inc. SPDX-License-Identifier: CC-BY-4.0 --> -Publicly-maintained data about what runtimes, middleware components or engines support which OpenXR extensions. Together, the Runtime and Client Support Matrices offer a clear overview of extension support across both runtime implementations and client integrations in the OpenXR ecosystem. +Publicly-maintained data about what runtimes and middleware components support which OpenXR extensions. Together, the Runtime and Middleware Support Matrices offer a clear overview of extension support across both runtime implementations and middleware integrations in the OpenXR ecosystem. View the output online: diff --git a/openxr_inventory/templates/client_extension_support.jinja2.html b/openxr_inventory/templates/client_extension_support.jinja2.html index 3ac70b0..c93fbb3 100644 --- a/openxr_inventory/templates/client_extension_support.jinja2.html +++ b/openxr_inventory/templates/client_extension_support.jinja2.html @@ -6,17 +6,17 @@ {% extends "base.jinja2.html" %} {% block title -%} - OpenXR Client Extension Support Report + OpenXR Middleware Extension Support Report {%- endblock title %} {% block navbar_brand_text -%} - OpenXR Client Extension Support Report + OpenXR Middleware Extension Support Report {%- endblock navbar_brand_text %} {% block navbar_list_items %} -
  • Client Support Matrix
  • +
  • Middleware Support Matrix
  • Extensions
  • -
  • Clients
  • +
  • Middleware Components
  • {% endblock navbar_list_items %} {% block style %} @@ -46,14 +46,16 @@ {% block container_contents %}
    -

    Client support matrix

    +

    Middleware support matrix


    + The middleware support information presented on this page is self-reported by the respective project maintainers.
    + Khronos does not verify, certify, or endorse these components or their reported extension support.
    {% for client in clients | sort %} - {# pragmatic check if the client name fits in the layout or if it needs to be truncated and put the full name in tooltip #} + {# pragmatic check if the middleware name fits in the layout or if it needs to be truncated and put the full name in tooltip #} - + {% for ff, view_configurations in known_form_factors.items() %} @@ -194,7 +196,7 @@

    {{ extension_name }} ({{ support.client_count }} client{{ "s" if support.cli for {{ extension_name }}

    {% if support.client_count > 0 %} - Clients:
    + Middleware Components:

    {% if client.name|length < 34 %} {{ client.name }} @@ -111,7 +113,7 @@

    Client support matrix

    {% endfor %}
    Client FeaturesMiddleware Features