Skip to content

Commit 447f0bb

Browse files
committed
credits
1 parent 63f7778 commit 447f0bb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.icarukTime.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"idleHeartbeats": 11563,
2+
"idleHeartbeats": 11863,
33
"navigatingHeartbeats": 2728,
4-
"totalCodingHeartbeats": 16848,
4+
"totalCodingHeartbeats": 16940,
55
"languageHeartbeats": {
66
"jsonc": 47,
77
"toml": 3591,
8-
"markdown": 9195,
8+
"markdown": 9287,
99
"html": 3118,
1010
"scminput": 832,
1111
"yaml": 17,
@@ -49,6 +49,6 @@
4949
"e:\\Me\\site_web\\website\\hugo.toml.git": 48,
5050
"content/test/triangle/index.md": 264,
5151
"content/test/pentagone/index.html": 45,
52-
"content/test/pentagone/index.md": 88
52+
"content/test/pentagone/index.md": 180
5353
}
5454
}

content/test/pentagone/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ image = "thumbnail.png"
1414
A simple pentagone rendered using [WGPU](https://crates.io/crates/wgpu) and [Winit](https://crates.io/crates/winit) in WebAssembly.
1515
You can rotate/zoom it using the arrow keys or the WASM.
1616

17+
The code is based on [the Chapter 6 of Learn WGPU by Sotrh : Uniforms](https://github.com/sotrh/learn-wgpu/tree/master/code/beginner/tutorial6-uniforms).
18+
1719
## Run
1820

1921
<div style="text-align: center; margin: 40px 0;">

0 commit comments

Comments
 (0)