forked from Amin4D/JSSceneGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
155 lines (154 loc) · 8.81 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FABRIC - Fabric Demos</title>
<link rel="icon" type="image/png" href="http://fabric-engine.com/wp-content/themes/fabric_engine/images/favicon.png" />
<link type="text/css" href="./ThirdParty/jQuery/css/fabric/main.css?ver=1.0" rel="stylesheet" />
<link type="text/css" href="./ThirdParty/jQuery/css/fabric/jquery-ui-1.8.16.custom.css" rel="stylesheet" />
</head>
<body>
<section class=page-wrapper>
<header>
<a href=http://fabric-engine.com/ title="Fabric Engine Home Page" >
<img src="http://fabric-engine.com/wp-content/themes/fabric_engine/images/fabric-logo.png" alt="Fabric Engine" width="300" height="100" />
</a>
</header>
<div class=content-wrapper>
<section class=introduction>
<h1>FABRIC DEMOS</h1>
<p>This is the demo repository for the Fabric Engine beta program. If you would like to join the Fabric testing program, please visit our <a href='http://fabric-engine.com/developers/'>Developers Page</a>.</p>
<p><small>Some features require the latest OpenGL drivers – we provide a detection utility within the plug-in that will inform the user if their hardware/drivers are not supported.</small></p>
</section>
<section class=supported-browsers>
<h2>Supported Platforms</h2>
<p><img src=./ThirdParty/jQuery/css/fabric/images/icon-supported-browsers.png alt="Fabric currently supports Firefox and Chrome in all major OS" align="left"></p>
<h4><em>Client Plug-in</em></h4>
<p>Fabric currently supports <a href=http://www.google.com/chrome target=_blank>Chrome</a> and <a href=http://www.mozilla.org/en-US/firefox/new/ target=_blank>Firefox</a>, running on Windows, OSX and Linux.</p>
</section>
<div class="divider"></div>
<ul class=demo-list>
<li>
<article>
<h2>Basic Demos</h2>
<ul>
<li><a href=Apps/Sample/BasicDemos/BackgroundTexture.html>Background Texture</a></li>
<li><a href=Apps/Sample/BasicDemos/CharacterSkeleton.html>Character Skeleton</a></li>
<li><a href=Apps/Sample/BasicDemos/CharacterSkinning.html>Character Skinning</a></li>
<li><a href=Apps/Sample/BasicDemos/KeyframeAnimation.html>Keyframe Animation</a></li>
<li><a href=Apps/Sample/BasicDemos/Manipulators.html>Manipulators</a></li>
<li><a href=Apps/Sample/BasicDemos/Materials.html>Materials</a></li>
<li><a href=Apps/Sample/BasicDemos/ModelViewer.html>Model Viewer</a></li>
<li><a href=Apps/Sample/BasicDemos/MouseEvents.html>Mouse Events</a></li>
<li><a href=Apps/Sample/BasicDemos/Painting.html>Painting</a></li>
<li><a href=Apps/Sample/BasicDemos/PerPointDeformation.html>Per-Point Deformation</a></li>
<li><a href=Apps/Sample/BasicDemos/Primitives.html>Primitives</a></li>
<li><a href=Apps/Sample/BasicDemos/Tesselation.html>Tesselation</a></li>
<li><a href=Apps/Sample/BasicDemos/TransformAnimation.html>Transform Animation</a></li>
</ul>
</article>
</li>
<li>
<article>
<h2>Alembic IO</h2>
<ul>
<li><a href=Apps/Sample/Alembic/AnimatedFace.html>Animated Face</a></li>
<li><a href=Apps/Sample/Alembic/Elephant.html>Elephant</a></li>
<li><a href=Apps/Sample/Alembic/FireWorks.html>Fireworks</a></li>
<li><a href=Apps/Sample/Alembic/Frog.html>Frog</a></li>
<li><a href=Apps/Sample/Alembic/FurMonster.html>Furry Monster</a></li>
<li><a href=Apps/Sample/Alembic/Primitives.html>Primitives</a></li>
<li><a href=Apps/Sample/Alembic/Shapes.html>Shapes</a></li>
<li><a href=Apps/Sample/Alembic/Walker.html>Walker</a></li>
</ul>
</article>
</li>
<li>
<article>
<h2>Bullet Physics</h2>
<ul>
<li><a href=Apps/Sample/Bullet/Bullet_ConvexHull.html>Convex Hull Shape</a></li>
<li><a href=Apps/Sample/Bullet/Bullet_Constraints.html>RigidBody Constraints</a></li>
<li><a href=Apps/Sample/Bullet/Bullet_RoundTower.html>Round Tower</a></li>
<li><a href=Apps/Sample/Bullet/Bullet_Softbody.html>Basic Softbody</a></li>
<li><a href=Apps/Sample/Bullet/Bullet_SoftbodyAnchors.html>Softbody Anchors</a></li>
<li><a href=Apps/Sample/Bullet/Bullet_StackingBoxes.html>Stacking Boxes</a></li>
</ul>
</article>
</li>
<li>
<article>
<h2>Rendering</h2>
<ul>
<li><a href=Apps/Sample/Rendering/GeometryInstancing.html>GeometryInstancing</a></li>
<li><a href=Apps/Sample/Rendering/MultiPassRendering.html>Multi-Pass Rendering</a></li>
<li><a href=Apps/Sample/Rendering/PostProcessing.html>Post Processing</a></li>
<li><a href=Apps/Sample/Rendering/ShadowCastingLights.html>Shadow Casting Lights</a></li>
<li><a href=Apps/Sample/Rendering/OpenGL_Info.html>OpenGL_Info</a></li>
</ul>
</article>
</li>
<li>
<article>
<h2>Simulation</h2>
<ul>
<li><a href=Apps/Sample/Simulation/HairSimulation.html>Hair Simulation</a></li>
<li><a href=Apps/Sample/Simulation/Flocking.html>Flocking</a></li>
</ul>
</article>
</li>
<li>
<article>
<h2>Tutorials</h2>
<ul>
<li><a href=Apps/Sample/Tutorials/Tut_01_Context.html>Tut_01_Context</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_02_Types.html>Tut_02_Types</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_03_DGNode.html>Tut_03_DGNode</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_04_Operator.html>Tut_04_Operator</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_05_Slicing.html>Tut_05_Slicing</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_06_Dependencies.html>Tut_06_Dependencies</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_07_Interaction.html>Tut_07_Interaction</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_08_CustomTypes.html>Tut_08_CustomTypes</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_09_SceneGraph.html>Tut_09_SceneGraph</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_10_2D_Drawing.html>Tut_10_2D_Drawing</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_11_3D_Drawing_Pipeline.html>Tut_11_3D_Drawing_Pipeline</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_12_CreateSquareNode.html>Tut_12_CreateSquareNode</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_13_Constant_Shader.html>Tut_13_Constant_Shader</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_14_Basic_Shader.html>Tut_14_Basic_Shader</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_15_Wave_Shader.html>Tut_15_Wave_Shader</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_16_Manipulation.html>Tut_16_Manipulation</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_17_StaticCharacter.html>Tut_17_StaticCharacter</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_18_CharacterGlobalManipulation.html>Tut_18_CharacterGlobalManipulation</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_19_CharacterFK.html>Tut_19_CharacterFK</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_20_CharacterIK.html>Tut_20_CharacterIK</a></li>
<li><a href=Apps/Sample/Tutorials/Tut_21_TimeExtension.html>Tut_21_TimeExtension</a></li>
</ul>
</article>
</li>
<li>
<article>
<h2>Use Cases</h2>
<ul>
<li><a href=Apps/Sample/UseCases/V8Engine/index.html>V8Engine</a></li>
<li><a href=Apps/Sample/UseCases/AnimationReviewTool/index.html>Animation Review Tool</a></li>
</ul>
</article>
</li>
</ul>
</div><!--box-->
</section> <!-- content-wrapper -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-25833362-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' :
'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>