From 1b149fbcb32d43e1358680b8b0dbdfe5a4a00853 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Sun, 25 Sep 2022 23:03:36 +0100 Subject: [PATCH] updated site --- docs/development-status.html | 2 +- docs/development-status/index.html | 2 +- docs/gameloop/events.html | 2 +- docs/gameloop/events/index.html | 2 +- docs/gameloop/frame-context.html | 2 +- docs/gameloop/frame-context/index.html | 2 +- docs/gameloop/outcome.html | 2 +- docs/gameloop/outcome/index.html | 2 +- docs/information/alternatives.html | 2 +- docs/information/alternatives/index.html | 2 +- docs/information/antipatterns.html | 2 +- docs/information/antipatterns/index.html | 2 +- docs/information/glossary.html | 2 +- docs/information/glossary/index.html | 2 +- docs/information/key-concepts.html | 2 +- docs/information/key-concepts/index.html | 2 +- docs/information/model-viewmodel-view.html | 2 +- .../model-viewmodel-view/index.html | 2 +- .../motivation-and-constraints.html | 2 +- .../motivation-and-constraints/index.html | 2 +- docs/information/performance.html | 2 +- docs/information/performance/index.html | 2 +- docs/information/prior-art.html | 2 +- docs/information/prior-art/index.html | 2 +- docs/information/rendering-technology.html | 2 +- .../rendering-technology/index.html | 2 +- docs/organisation/boot-and-start-up.html | 2 +- .../organisation/boot-and-start-up/index.html | 2 +- docs/organisation/game-entry-points.html | 2 +- .../organisation/game-entry-points/index.html | 2 +- docs/organisation/scene-management.html | 2 +- docs/organisation/scene-management/index.html | 2 +- docs/organisation/subsystems.html | 2 +- docs/organisation/subsystems/index.html | 2 +- docs/platform/assets.html | 2 +- docs/platform/assets/index.html | 2 +- docs/platform/cross-platform-publishing.html | 2 +- .../cross-platform-publishing/index.html | 2 +- docs/platform/importers.html | 2 +- docs/platform/importers/index.html | 2 +- docs/platform/input-handling.html | 2 +- docs/platform/input-handling/index.html | 2 +- docs/platform/loading-and-saving-data.html | 2 +- .../loading-and-saving-data/index.html | 2 +- docs/platform/logging.html | 2 +- docs/platform/logging/index.html | 2 +- docs/platform/networking.html | 2 +- docs/platform/networking/index.html | 2 +- docs/presentation/animation.html | 2 +- docs/presentation/animation/index.html | 2 +- docs/presentation/audio.html | 2 +- docs/presentation/audio/index.html | 2 +- docs/presentation/boundaries.html | 2 +- docs/presentation/boundaries/index.html | 2 +- docs/presentation/cameras.html | 2 +- docs/presentation/cameras/index.html | 2 +- docs/presentation/clones-and-mutants.html | 2 +- .../clones-and-mutants/index.html | 2 +- docs/presentation/depth.html | 2 +- docs/presentation/depth/index.html | 2 +- docs/presentation/layers.html | 2 +- docs/presentation/layers/index.html | 2 +- docs/presentation/lighting.html | 2 +- docs/presentation/lighting/index.html | 2 +- docs/presentation/materials.html | 2 +- docs/presentation/materials/index.html | 2 +- docs/presentation/primitives.html | 2 +- docs/presentation/primitives/index.html | 2 +- docs/presentation/scene-update-fragment.html | 2 +- .../scene-update-fragment/index.html | 2 +- docs/presentation/shapes.html | 2 +- docs/presentation/shapes/index.html | 2 +- docs/presentation/text-and-fonts.html | 2 +- docs/presentation/text-and-fonts/index.html | 2 +- docs/quickstart/examples.html | 4 +- docs/quickstart/examples/index.html | 4 +- docs/quickstart/hello-indigo.html | 404 ++++++++++++++++++ docs/quickstart/hello-indigo/index.html | 404 ++++++++++++++++++ docs/quickstart/project-templates.html | 2 +- docs/quickstart/project-templates/index.html | 2 +- docs/quickstart/setup-and-configuration.html | 4 +- .../setup-and-configuration/index.html | 4 +- docs/shaders/blending.html | 2 +- docs/shaders/blending/index.html | 2 +- docs/shaders/constants.html | 2 +- docs/shaders/constants/index.html | 2 +- docs/shaders/premultiplied-alpha.html | 2 +- docs/shaders/premultiplied-alpha/index.html | 2 +- docs/shaders/shader-overview.html | 2 +- docs/shaders/shader-overview/index.html | 2 +- docs/time/signals.html | 2 +- docs/time/signals/index.html | 2 +- docs/time/time-varying-values.html | 2 +- docs/time/time-varying-values/index.html | 2 +- docs/uicomponents/button.html | 2 +- docs/uicomponents/button/index.html | 2 +- docs/uicomponents/hit-area.html | 2 +- docs/uicomponents/hit-area/index.html | 2 +- docs/uicomponents/input-field.html | 2 +- docs/uicomponents/input-field/index.html | 2 +- docs/uicomponents/radio-button.html | 2 +- docs/uicomponents/radio-button/index.html | 2 +- docs/uicomponents/ui-components.html | 2 +- docs/uicomponents/ui-components/index.html | 2 +- sitemap.xml | 2 +- 105 files changed, 915 insertions(+), 107 deletions(-) create mode 100644 docs/quickstart/hello-indigo.html create mode 100644 docs/quickstart/hello-indigo/index.html diff --git a/docs/development-status.html b/docs/development-status.html index a8e1e2d72..315ab30c3 100644 --- a/docs/development-status.html +++ b/docs/development-status.html @@ -3,7 +3,7 @@ function gtag(){dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-169190516-1'); -