-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
50 lines (50 loc) · 2.64 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>simple-muscle-car</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<div class="content-container">
<div class="content">
<p>blender硬核小车:<a href="https://www.bilibili.com/video/BV1dC4y1C7wh/?share_source=copy_web&vd_source=26ace47c7332f85885e422f520eb62a7" target="_blank">
<span>bilibili</span>
</a></p>
<p><a href="https://pmndrs.github.io/postprocessing/public/docs/" target="_blank">postprocessing</a>:smaa, bloom, vignette, hue-saturation, noise</p>
<p class="useful-lib">
<a
href="https://threejs.org/"
target="_blank"
><img src="/threejs.svg" class="logo" alt="ThreeJS logo" />
</a>
<span> useful libs:</span>
<a href="https://github.com/pmndrs/drei-vanilla" target="_blank">drei-vanilla</a>
<span style="margin-right: 6px;">,</span>
<a href="https://github.com/alienkitty/alien.js" target="_blank">alien.js</a>
</p>
</div>
<img src="/img1.png" alt="img">
</div>
<div id="webgl-container">
<canvas id="webgl"></canvas>
</div>
<div class="loader-container">
<div class="loader"></div>
</div>
<div class="space">SPACE</div>
<div class="link-me">
<a href="https://github.com/ASouthernCat/" target="_blank">
<p>@ASouthernCat</p>
</a>
<a href="https://github.com/ASouthernCat/simple-muscle-car" target="_blank">
<svg height="32" aria-hidden="true" viewBox="0 0 24 24" version="1.1" width="32" data-view-component="true" class="github-icon">
<path d="M12.5.75C6.146.75 1 5.896 1 12.25c0 5.089 3.292 9.387 7.863 10.91.575.101.79-.244.79-.546 0-.273-.014-1.178-.014-2.142-2.889.532-3.636-.704-3.866-1.35-.13-.331-.69-1.352-1.18-1.625-.402-.216-.977-.748-.014-.762.906-.014 1.553.834 1.769 1.179 1.035 1.74 2.688 1.25 3.349.948.1-.747.402-1.25.733-1.538-2.559-.287-5.232-1.279-5.232-5.678 0-1.25.445-2.285 1.178-3.09-.115-.288-.517-1.467.115-3.048 0 0 .963-.302 3.163 1.179.92-.259 1.897-.388 2.875-.388.977 0 1.955.13 2.875.388 2.2-1.495 3.162-1.179 3.162-1.179.633 1.581.23 2.76.115 3.048.733.805 1.179 1.825 1.179 3.09 0 4.413-2.688 5.39-5.247 5.678.417.36.776 1.05.776 2.128 0 1.538-.014 2.774-.014 3.162 0 .302.216.662.79.547C20.709 21.637 24 17.324 24 12.25 24 5.896 18.854.75 12.5.75Z"></path>
</svg>
</a>
</div>
<script type="module" src="/main.js"></script>
</body>
</html>