From da84f6c7533fcd7ebaa4cb7cf80f52b8f91c682c Mon Sep 17 00:00:00 2001 From: Ashton Date: Sun, 27 Feb 2022 16:37:18 +0000 Subject: [PATCH] Fix YouTube video embeds in documentation The examples at https://google.github.io/liquidfun/#Examples do not load currently, because as the console reports: ``` Mixed Content: The page at '' was loaded over HTTPS, but requested an insecure frame ''. This request has been blocked; the content must be served over HTTPS. ``` --- liquidfun/Box2D/Documentation/index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/liquidfun/Box2D/Documentation/index.html b/liquidfun/Box2D/Documentation/index.html index 25bc96f02..e29b6f69c 100644 --- a/liquidfun/Box2D/Documentation/index.html +++ b/liquidfun/Box2D/Documentation/index.html @@ -33,24 +33,24 @@

Overview

LiquidFun is a 2D rigid-body and fluid simulation C++ library for games -based upon Box2D. It provides support for +based upon Box2D. It provides support for procedural animation of physical bodies to make objects move and interact in realistic ways.

Stable releases of LiquidFun are available for download from - + github.com/google/liquidfun/releases.

LiquidFun source code is available for download from -github.com/google/liquidfun. +github.com/google/liquidfun.

Discuss LiquidFun with other developers and users on the mailing list. Report issues on the -issues tracker or +issues tracker or post your questions to -stackoverflow.com tagged with +stackoverflow.com tagged with "liquidfun".

Testbed

@@ -79,7 +79,7 @@

Programmer's Guide.
  • Java and SWIG: How to use LiquidFun from Java via the SWIG bindings.
  • -
  • Inside LiquidFun: +
  • Inside LiquidFun: A presentation detailing the algorithms behind LiquidFun's particle simulation.
  • @@ -87,7 +87,7 @@

    Trailer

    Examples

    @@ -100,34 +100,34 @@

    An initially rectangle shaped wall of water particles falling under gravity and crashing around a rectangular space.

    Elastic Particles

    Three groups of elastic particles interacting with a circular rigid body.

    Particles

    Water particles falling under gravity into a container with a circular rigid body displacing them.

    Surface Tension

    Three different colored groups of particles with surface tension demonstrating attraction and color mixing.

    Wave Machine

    Water sloshing around an oscillating container.