Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix YouTube video embeds in documentation #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions liquidfun/Box2D/Documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,24 +33,24 @@ <h2 class="title"></h1></div></div>
<div class="textblock">
<a name="Overview"><h2>Overview</h2></a>
<p>LiquidFun is a 2D rigid-body and fluid simulation C++ library for games
based upon <a href="http://box2d.org">Box2D</a>. It provides support for
based upon <a href="https://box2d.org">Box2D</a>. It provides support for
procedural animation of physical bodies to make objects move and interact in
realistic ways.</p>

<p>Stable releases of LiquidFun are available for download from
<a href="http://github.com/google/liquidfun/releases">
<a href="https://github.com/google/liquidfun/releases">
github.com/google/liquidfun/releases</a>.</p>

LiquidFun source code is available for download from
<a href="http://github.com/google/liquidfun">github.com/google/liquidfun</a>.
<a href="https://github.com/google/liquidfun">github.com/google/liquidfun</a>.
</p>

<p>Discuss LiquidFun with other developers and users on the
<a href="http://groups.google.com/forum/#!forum/liquidfun">mailing list</a>.
Report issues on the
<a href="http://github.com/google/liquidfun/issues">issues tracker</a> or
<a href="https://github.com/google/liquidfun/issues">issues tracker</a> or
post your questions to
<a href="http://stackoverflow.com">stackoverflow.com</a> tagged with
<a href="https://stackoverflow.com/questions/tagged/liquidfun">stackoverflow.com</a> tagged with
"<b>liquidfun</b>".</p>

<a name="Testbed"><h2>Testbed</h2></a>
Expand Down Expand Up @@ -79,15 +79,15 @@ <h2 class="title"></h1></div></div>
<a href="Programmers-Guide.html">Programmer's Guide</a>.</li>
<li><a href="SWIG.html">Java and SWIG</a>: How to use LiquidFun from Java
via the <a href="http://www.swig.org">SWIG</a> bindings.</li>
<li><a href="http://docs.google.com/presentation/d/1fEAb4-lSyqxlVGNPog3G1LZ7UgtvxfRAwR0dwd19G4g/edit?usp=sharing">Inside LiquidFun</a>:
<li><a href="https://docs.google.com/presentation/d/1fEAb4-lSyqxlVGNPog3G1LZ7UgtvxfRAwR0dwd19G4g/edit?usp=sharing">Inside LiquidFun</a>:
A presentation detailing the algorithms behind LiquidFun's particle
simulation.</li>
</ul>

<a name="Trailer"><h2>Trailer</h2></a>

<iframe width="560" height="315"
src="http://www.youtube.com/embed/yXLmdu810BQ?rel=0"
src="https://www.youtube.com/embed/yXLmdu810BQ?rel=0"
frameborder="0" allowfullscreen onload="totop()"></iframe>

<a name="Examples"><h2>Examples</h2></a>
Expand All @@ -100,34 +100,34 @@ <h2 class="title"></h1></div></div>
<p>An initially rectangle shaped wall of water particles falling under gravity
and crashing around a rectangular space.</p>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/fzhMGskzfdU?rel=0"
src="https://www.youtube.com/embed/fzhMGskzfdU?rel=0"
frameborder="0" allowfullscreen onload="totop()"></iframe>

<a name="ElasticParticles"><h3>Elastic Particles</h3></a>
<p>Three groups of elastic particles interacting with a circular rigid body.
</p>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/M8qrS-lh0Tg?rel=0"
src="https://www.youtube.com/embed/M8qrS-lh0Tg?rel=0"
frameborder="0" allowfullscreen onload="totop()"></iframe>

<a name="Particles"><h3>Particles</h3></a>
<p>Water particles falling under gravity into a container with a circular rigid
body displacing them.</p>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/Ht6cWDLD_Rk?rel=0"
src="https://www.youtube.com/embed/Ht6cWDLD_Rk?rel=0"
frameborder="0" allowfullscreen onload="totop()"></iframe>

<a name="SurfaceTension"><h3>Surface Tension</h3></a>
<p>Three different colored groups of particles with surface tension
demonstrating attraction and color mixing.</p>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/VJ_gPhHz3hI?rel=0"
src="https://www.youtube.com/embed/VJ_gPhHz3hI?rel=0"
frameborder="0" allowfullscreen onload="totop()"></iframe>

<a name="WaveMachine"><h3>Wave Machine</h3></a>
<p>Water sloshing around an oscillating container.</p>
<iframe width="560" height="315"
src="http://www.youtube.com/embed/QVDmDhu-bvg?rel=0"
src="https://www.youtube.com/embed/QVDmDhu-bvg?rel=0"
frameborder="0" allowfullscreen onload="totop()"></iframe>

<script>
Expand Down