Files
filament/docs/index.html
2021-04-15 10:11:05 -07:00

110 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<link href="//gmpg.org/xfn/11" rel="profile">
<link href="https://google.github.io/filament/favicon.png" rel="icon" type="image/x-icon" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="generator" content="Hugo 0.72.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Filament</title>
<link type="text/css" rel="stylesheet" href="https://google.github.io/filament/css/print.css" media="print">
<link type="text/css" rel="stylesheet" href="https://google.github.io/filament/css/poole.css">
<link type="text/css" rel="stylesheet" href="https://google.github.io/filament/css/syntax.css">
<link type="text/css" rel="stylesheet" href="https://google.github.io/filament/css/hyde.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Tangerine:700|Inconsolata" rel="stylesheet">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png">
<link rel="shortcut icon" href="/favicon.png">
<link href="https://google.github.io/filament/index.xml" rel="alternate" type="application/rss+xml" title="Filament" />
</head>
<body class="theme-base-0d ">
<aside class="sidebar">
<div class="container sidebar-sticky">
<div class="sidebar-about">
<a href="https://google.github.io/filament/">
<div style="width:100%; height:150px">
<img src="https://google.github.io/filament/images/filament_logo_small.png" class="lightbulb" />
</div>
</a>
<p class="lead">
</p>
</div>
<nav>
<ul class="sidebar-nav">
<li>
<a href="https://github.com/google/filament"> GitHub Project </a>
</li><li>
<a href="/filament/documentation/"> Core Documentation </a>
</li><li>
<a href="/filament/ios/"> iOS Tutorials </a>
</li><li>
<a href="/filament/webgl/"> Web Docs / Demos </a>
</li>
</ul>
</nav>
</div>
</aside>
<main class="content container">
<p>
Filament is a real-time physically-based renderer written in C++. It is mobile-first, but also
multi-platform.
</p>
<iframe src="https://google.github.io/filament/webgl/demo_suzanne.html"></iframe>
<p>
We are very conscientious about keeping Filament small, fast to load, and focused on
rendering. For example, Filament does not compile materials at run time. Instead, we provide a
command line tool
(<a href="https://github.com/google/filament/tree/master/tools/matc">matc</a>)
that does this offline.
</p>
<p>
For more information, see:
<ul>
<li><a href="documentation">core documentation</a></li>
<li><a href="webgl">JavaScript documentation</a></li>
<li><a href="ios">iOS tutorials</a></li>
</ul>
Check out our
<a href="https://github.com/google/filament/blob/master/README.md">README</a>
for downloads and build instructions.
</p>
<p>
If you are running <tt>sample-gltf-viewer</tt> on your Android device, try our
<a href="remote">remote control</a> web app.
</p>
<p>
If you would like to view a glTF model with WebGL 2.0, try our experimental <a href="viewer">web viewer</a>.
</p>
</main>
</body>
</html>