mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-04-23 22:30:04 +08:00
Add more homepage furniture/links.
This commit is contained in:
parent
9432b745e7
commit
679d1f76d5
@ -62,6 +62,7 @@
|
||||
<div id="navbar" class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="https://github.com/google/draco">Github</a></li>
|
||||
<li><a href="https://storage.googleapis.com/demos.webmproject.org/draco/draco_loader_throw.html">Demo</a></li>
|
||||
<li><a href="https://github.com/google/draco/tree/master/javascript/example">Example</a></li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Spec <span class="caret"></span></a>
|
||||
@ -97,16 +98,51 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-10 col-md-offset-1">
|
||||
<div class="col-md-4">
|
||||
<h2>Take the Codelab</h2>
|
||||
<p>Learn about compressing and viewing 3D models with Draco, and about different compression models and their effects. </p>
|
||||
<p><a class="btn btn-default" href="https://codelabs.developers.google.com/codelabs/draco-3d/index.html" role="button">Codelab »</a></p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h2>Draft Bitstream Spec</h2>
|
||||
<p>View and contribute to the in-progress Draco <a href="spec">Bitstream Specification</a> and Decoding Guide. (Also see the <a href="spec/README.html">instructions</a> for authors.)</p>
|
||||
<p><a class="btn btn-default" href="spec" role="button">Bitstream Spec »</a></p>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h2>Related Projects</h2>
|
||||
<ul>
|
||||
<li><a href="https://webvr.info/">WebVR</a></li>
|
||||
<li><a href="https://www.khronos.org/gltf">Khronos glTF</a></li>
|
||||
<li><a href="https://threejs.org/">three.js</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 col-xs-18">
|
||||
<hr>
|
||||
<h3>YouTube: Draco Announced on Google Developer Show</h3>
|
||||
<div class="embed-responsive embed-responsive-16by9">
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/_l4UaUix8vA?start=33" frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-10 col-md-offset-1 col-sm-10 col-sm-offset-1 col-xs-18">
|
||||
<hr>
|
||||
<h3>YouTube: Comparing Draco to gzip</h3>
|
||||
<div class="embed-responsive embed-responsive-16by9">
|
||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/6sOgrBWjkcQ" frameborder="0" allowfullscreen></iframe>
|
||||
|
Loading…
x
Reference in New Issue
Block a user