Skip to content

Commit 9a8a4dc

Browse files
committed
zz
1 parent c00156e commit 9a8a4dc

File tree

4 files changed

+114
-62
lines changed

4 files changed

+114
-62
lines changed

docs/public/talks/wa-gallery/index.html

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1>凹语言案例介绍</h1>
5959

6060
<article >
6161

62-
<h3>0. 凹语言简介</h3>
62+
<h3>1. 凹语言历史</h3>
6363
<ul>
6464
<li>2019 年,立项;</li>
6565
<li>2022 年 7 月,正式开源;</li>
@@ -80,8 +80,9 @@ <h3>0. 凹语言简介</h3>
8080

8181
<article >
8282

83-
<h3>1. 凹语言 Playground - 2022 - 纯 WASM 方案, 不依赖服务器</h3>
84-
83+
<h3>2. 凹语言 Playground</h3>
84+
<p>为 WebAssembly 设计的通用编程语言!</p>
85+
8586
<div class="image">
8687
<img src="images/playground.png" height="500" width="900">
8788
</div>
@@ -94,7 +95,7 @@ <h3>1. 凹语言 Playground - 2022 - 纯 WASM 方案, 不依赖服务器</h3>
9495

9596
<article >
9697

97-
<h3>2. 凹语言实现BF虚拟机 - 2022</h3>
98+
<h3>3. 早期项目: 凹语言实现BF虚拟机 - 2022</h3>
9899

99100
<div class="image">
100101
<img src="images/st0013-03.png" height="500" width="650">
@@ -108,7 +109,7 @@ <h3>2. 凹语言实现BF虚拟机 - 2022</h3>
108109

109110
<article >
110111

111-
<h3>3. 凹语言实现贪吃蛇 - 2022</h3>
112+
<h3>4. 早期项目: 凹语言实现贪吃蛇 - 2022</h3>
112113

113114
<div class="image">
114115
<img src="images/st0018-01.png" height="500" width="650">
@@ -122,7 +123,7 @@ <h3>3. 凹语言实现贪吃蛇 - 2022</h3>
122123

123124
<article >
124125

125-
<h3>4. 凹语言实现NES小霸王游戏机模拟器 - 2023</h3>
126+
<h3>5. 模拟器开发: 凹语言实现NES小霸王游戏机模拟器 - 2023</h3>
126127

127128
<div class="image">
128129
<img src="images/st0036-01.png" height="450" width="800">
@@ -136,7 +137,7 @@ <h3>4. 凹语言实现NES小霸王游戏机模拟器 - 2023</h3>
136137

137138
<article >
138139

139-
<h3>5. 凹语言 &amp; WebGPU 模拟火星小行星 - 2023</h3>
140+
<h3>6. WebGPU: 模拟火星小行星 - 2023</h3>
140141

141142
<div class="image">
142143
<img src="images/st0036-02.png" height="400" width="800">
@@ -150,7 +151,7 @@ <h3>5. 凹语言 &amp; WebGPU 模拟火星小行星 - 2023</h3>
150151

151152
<article >
152153

153-
<h3>6. 凹语言支持P5儿童编程 - 2024</h3>
154+
<h3>7. 编程教育: P5儿童编程 - 2024</h3>
154155

155156
<div class="image">
156157
<img src="images/st0037-02.png" height="500" width="900">
@@ -164,12 +165,12 @@ <h3>6. 凹语言支持P5儿童编程 - 2024</h3>
164165

165166
<article >
166167

167-
<h3>7. 凹语言支持Wasm4游戏 - 2024</h3>
168+
<h3>8. 硬件开发: Arduino Nano 33 - 2024</h3>
168169

169170
<div class="image">
170-
<img src="images/st0046-03.png" height="350" width="700">
171+
<img src="images/st0015-02.jpg" height="450" width="800">
171172
</div>
172-
<figcaption>Wasm4/贪吃蛇 <a href="https://wa-lang.org/wa/w4-snake/" target="_blank">https://wa-lang.org/wa/w4-snake/</a></figcaption><figcaption>Wasm4/2048 <a href="https://wa-lang.org/wa/w4-2048/" target="_blank">https://wa-lang.org/wa/w4-2048/</a></figcaption><figcaption>Wasm4/俄罗斯方块 <a href="https://wa-lang.org/wa/w4-tetris/" target="_blank">https://wa-lang.org/wa/w4-tetris/</a></figcaption><figcaption>Wasm4/放大镜 <a href="https://wa-lang.org/wa/w4-magnifying-glass/" target="_blank">https://wa-lang.org/wa/w4-magnifying-glass/</a></figcaption><figcaption>Wasm4/生命游戏 <a href="https://wa-lang.org/wa/w4-life/" target="_blank">https://wa-lang.org/wa/w4-life/</a></figcaption>
173+
<figcaption><a href="https://wa-lang.org/smalltalk/st0052.html" target="_blank">https://wa-lang.org/smalltalk/st0052.html</a></figcaption>
173174

174175
<span class="pagenumber">9</span>
175176
</article>
@@ -178,12 +179,12 @@ <h3>7. 凹语言支持Wasm4游戏 - 2024</h3>
178179

179180
<article >
180181

181-
<h3>8. 凹语言支持 Arduino Nano 33 - 2024</h3>
182+
<h3>9. 游戏开发: Wasm4 复古风小游戏 - 2024</h3>
182183

183184
<div class="image">
184-
<img src="images/st0015-02.jpg" height="450" width="800">
185+
<img src="images/st0046-03.png" height="350" width="700">
185186
</div>
186-
<figcaption><a href="https://wa-lang.org/smalltalk/st0052.html" target="_blank">https://wa-lang.org/smalltalk/st0052.html</a></figcaption>
187+
<figcaption>Wasm4/贪吃蛇 <a href="https://wa-lang.org/wa/w4-snake/" target="_blank">https://wa-lang.org/wa/w4-snake/</a></figcaption><figcaption>Wasm4/2048 <a href="https://wa-lang.org/wa/w4-2048/" target="_blank">https://wa-lang.org/wa/w4-2048/</a></figcaption><figcaption>Wasm4/俄罗斯方块 <a href="https://wa-lang.org/wa/w4-tetris/" target="_blank">https://wa-lang.org/wa/w4-tetris/</a></figcaption><figcaption>Wasm4/放大镜 <a href="https://wa-lang.org/wa/w4-magnifying-glass/" target="_blank">https://wa-lang.org/wa/w4-magnifying-glass/</a></figcaption><figcaption>Wasm4/生命游戏 <a href="https://wa-lang.org/wa/w4-life/" target="_blank">https://wa-lang.org/wa/w4-life/</a></figcaption>
187188

188189
<span class="pagenumber">10</span>
189190
</article>
@@ -192,12 +193,12 @@ <h3>8. 凹语言支持 Arduino Nano 33 - 2024</h3>
192193

193194
<article >
194195

195-
<h3>9. 凹语言支持 Github Action - 2024</h3>
196+
<h3>10. 游戏开发: Dora SSR 游戏引擎 - 2025</h3>
196197

197198
<div class="image">
198-
<img src="images/st0066-01.png" height="450" width="700">
199+
<img src="images/st0067-01.png" height="500" width="800">
199200
</div>
200-
<figcaption><a href="https://github.com/wa-lang/setup-wa" target="_blank">https://github.com/wa-lang/setup-wa</a></figcaption>
201+
<figcaption><a href="https://wa-lang.org/smalltalk/st0067.html" target="_blank">https://wa-lang.org/smalltalk/st0067.html</a></figcaption>
201202

202203
<span class="pagenumber">11</span>
203204
</article>
@@ -206,12 +207,12 @@ <h3>9. 凹语言支持 Github Action - 2024</h3>
206207

207208
<article >
208209

209-
<h3>10. 凹语言支持 Dora SSR 游戏引擎 - 2025</h3>
210+
<h3>11. 自动化构建: Github Action - 2024</h3>
210211

211212
<div class="image">
212-
<img src="images/st0067-01.png" height="500" width="800">
213+
<img src="images/st0066-01.png" height="450" width="700">
213214
</div>
214-
<figcaption><a href="https://wa-lang.org/smalltalk/st0067.html" target="_blank">https://wa-lang.org/smalltalk/st0067.html</a></figcaption>
215+
<figcaption><a href="https://github.com/wa-lang/setup-wa" target="_blank">https://github.com/wa-lang/setup-wa</a></figcaption>
215216

216217
<span class="pagenumber">12</span>
217218
</article>
@@ -220,7 +221,7 @@ <h3>10. 凹语言支持 Dora SSR 游戏引擎 - 2025</h3>
220221

221222
<article >
222223

223-
<h3>11. 案例列表</h3>
224+
<h3>12. 案例列表</h3>
224225

225226
<div class="image">
226227
<img src="images/list.png" height="500" width="900">
@@ -234,7 +235,7 @@ <h3>11. 案例列表</h3>
234235

235236
<article >
236237

237-
<h3>12. 贡献成员</h3>
238+
<h3>13. 贡献成员</h3>
238239

239240
<div class="image">
240241
<img src="images/gongxianzhe-2024.png" height="400" width="1000">

docs/public/talks/wa-gallery/index.slide

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
16 Jan 2025
77
https://wa-lang.org
88

9-
## 0. 凹语言简介
9+
## 1. 凹语言历史
1010

1111
- 2019 年,立项;
1212
- 2022 年 7 月,正式开源;
@@ -16,43 +16,51 @@ https://wa-lang.org
1616

1717
.image images/logo.svg
1818

19-
## 1. 凹语言 Playground - 2022 - 纯 WASM 方案, 不依赖服务器
19+
## 2. 凹语言 Playground
20+
21+
为 WebAssembly 设计的通用编程语言!
2022

2123
.image images/playground.png 500 900
2224

2325
.caption [[https://wa-lang.org/playground/][https://wa-lang.org/playground/]]
2426

25-
## 2. 凹语言实现BF虚拟机 - 2022
27+
## 3. 早期项目: 凹语言实现BF虚拟机 - 2022
2628

2729
.image images/st0013-03.png 500 650
2830

2931
.caption [[https://wa-lang.org/wa/brainfuck/][https://wa-lang.org/wa/brainfuck/]]
3032

31-
## 3. 凹语言实现贪吃蛇 - 2022
33+
## 4. 早期项目: 凹语言实现贪吃蛇 - 2022
3234

3335
.image images/st0018-01.png 500 650
3436

3537
.caption [[https://wa-lang.org/wa/snake/][https://wa-lang.org/wa/snake/]]
3638

37-
## 4. 凹语言实现NES小霸王游戏机模拟器 - 2023
39+
## 5. 模拟器开发: 凹语言实现NES小霸王游戏机模拟器 - 2023
3840

3941
.image images/st0036-01.png 450 800
4042

4143
.caption [[https://wa-lang.org/nes/][https://wa-lang.org/nes/]]
4244

43-
## 5. 凹语言 & WebGPU 模拟火星小行星 - 2023
45+
## 6. WebGPU: 模拟火星小行星 - 2023
4446

4547
.image images/st0036-02.png 400 800
4648

4749
.caption [[https://wa-lang.org/webgpu/][https://wa-lang.org/webgpu/]]
4850

49-
## 6. 凹语言支持P5儿童编程 - 2024
51+
## 7. 编程教育: P5儿童编程 - 2024
5052

5153
.image images/st0037-02.png 500 900
5254

5355
.caption [[https://github.com/chai2010/wa-example-p5][https://github.com/chai2010/wa-example-p5]]
5456

55-
## 7. 凹语言支持Wasm4游戏 - 2024
57+
## 8. 硬件开发: Arduino Nano 33 - 2024
58+
59+
.image images/st0015-02.jpg 450 800
60+
61+
.caption [[https://wa-lang.org/smalltalk/st0052.html][https://wa-lang.org/smalltalk/st0052.html]]
62+
63+
## 9. 游戏开发: Wasm4 复古风小游戏 - 2024
5664

5765
.image images/st0046-03.png 350 700
5866

@@ -66,31 +74,25 @@ https://wa-lang.org
6674

6775
.caption Wasm4/生命游戏 [[https://wa-lang.org/wa/w4-life/][https://wa-lang.org/wa/w4-life/]]
6876

69-
## 8. 凹语言支持 Arduino Nano 33 - 2024
77+
## 10. 游戏开发: Dora SSR 游戏引擎 - 2025
7078

71-
.image images/st0015-02.jpg 450 800
79+
.image images/st0067-01.png 500 800
7280

73-
.caption [[https://wa-lang.org/smalltalk/st0052.html][https://wa-lang.org/smalltalk/st0052.html]]
81+
.caption [[https://wa-lang.org/smalltalk/st0067.html][https://wa-lang.org/smalltalk/st0067.html]]
7482

75-
## 9. 凹语言支持 Github Action - 2024
83+
## 11. 自动化构建: Github Action - 2024
7684

7785
.image images/st0066-01.png 450 700
7886

7987
.caption [[https://github.com/wa-lang/setup-wa][https://github.com/wa-lang/setup-wa]]
8088

81-
## 10. 凹语言支持 Dora SSR 游戏引擎 - 2025
82-
83-
.image images/st0067-01.png 500 800
84-
85-
.caption [[https://wa-lang.org/smalltalk/st0067.html][https://wa-lang.org/smalltalk/st0067.html]]
86-
87-
## 11. 案例列表
89+
## 12. 案例列表
8890

8991
.image images/list.png 500 900
9092

9193
.caption [[https://wa-lang.org/][https://wa-lang.org/]]
9294

93-
## 12. 贡献成员
95+
## 13. 贡献成员
9496

9597
.image images/gongxianzhe-2024.png 400 1000
9698

docs/talks/wa-gallery/index.slide

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
16 Jan 2025
77
https://wa-lang.org
88

9-
## 0. 凹语言简介
9+
## 1. 凹语言历史
1010

1111
- 2019 年,立项;
1212
- 2022 年 7 月,正式开源;
@@ -16,43 +16,51 @@ https://wa-lang.org
1616

1717
.image images/logo.svg
1818

19-
## 1. 凹语言 Playground - 2022 - 纯 WASM 方案, 不依赖服务器
19+
## 2. 凹语言 Playground
20+
21+
为 WebAssembly 设计的通用编程语言!
2022

2123
.image images/playground.png 500 900
2224

2325
.caption [[https://wa-lang.org/playground/][https://wa-lang.org/playground/]]
2426

25-
## 2. 凹语言实现BF虚拟机 - 2022
27+
## 3. 早期项目: 凹语言实现BF虚拟机 - 2022
2628

2729
.image images/st0013-03.png 500 650
2830

2931
.caption [[https://wa-lang.org/wa/brainfuck/][https://wa-lang.org/wa/brainfuck/]]
3032

31-
## 3. 凹语言实现贪吃蛇 - 2022
33+
## 4. 早期项目: 凹语言实现贪吃蛇 - 2022
3234

3335
.image images/st0018-01.png 500 650
3436

3537
.caption [[https://wa-lang.org/wa/snake/][https://wa-lang.org/wa/snake/]]
3638

37-
## 4. 凹语言实现NES小霸王游戏机模拟器 - 2023
39+
## 5. 模拟器开发: 凹语言实现NES小霸王游戏机模拟器 - 2023
3840

3941
.image images/st0036-01.png 450 800
4042

4143
.caption [[https://wa-lang.org/nes/][https://wa-lang.org/nes/]]
4244

43-
## 5. 凹语言 & WebGPU 模拟火星小行星 - 2023
45+
## 6. WebGPU: 模拟火星小行星 - 2023
4446

4547
.image images/st0036-02.png 400 800
4648

4749
.caption [[https://wa-lang.org/webgpu/][https://wa-lang.org/webgpu/]]
4850

49-
## 6. 凹语言支持P5儿童编程 - 2024
51+
## 7. 编程教育: P5儿童编程 - 2024
5052

5153
.image images/st0037-02.png 500 900
5254

5355
.caption [[https://github.com/chai2010/wa-example-p5][https://github.com/chai2010/wa-example-p5]]
5456

55-
## 7. 凹语言支持Wasm4游戏 - 2024
57+
## 8. 硬件开发: Arduino Nano 33 - 2024
58+
59+
.image images/st0015-02.jpg 450 800
60+
61+
.caption [[https://wa-lang.org/smalltalk/st0052.html][https://wa-lang.org/smalltalk/st0052.html]]
62+
63+
## 9. 游戏开发: Wasm4 复古风小游戏 - 2024
5664

5765
.image images/st0046-03.png 350 700
5866

@@ -66,31 +74,25 @@ https://wa-lang.org
6674

6775
.caption Wasm4/生命游戏 [[https://wa-lang.org/wa/w4-life/][https://wa-lang.org/wa/w4-life/]]
6876

69-
## 8. 凹语言支持 Arduino Nano 33 - 2024
77+
## 10. 游戏开发: Dora SSR 游戏引擎 - 2025
7078

71-
.image images/st0015-02.jpg 450 800
79+
.image images/st0067-01.png 500 800
7280

73-
.caption [[https://wa-lang.org/smalltalk/st0052.html][https://wa-lang.org/smalltalk/st0052.html]]
81+
.caption [[https://wa-lang.org/smalltalk/st0067.html][https://wa-lang.org/smalltalk/st0067.html]]
7482

75-
## 9. 凹语言支持 Github Action - 2024
83+
## 11. 自动化构建: Github Action - 2024
7684

7785
.image images/st0066-01.png 450 700
7886

7987
.caption [[https://github.com/wa-lang/setup-wa][https://github.com/wa-lang/setup-wa]]
8088

81-
## 10. 凹语言支持 Dora SSR 游戏引擎 - 2025
82-
83-
.image images/st0067-01.png 500 800
84-
85-
.caption [[https://wa-lang.org/smalltalk/st0067.html][https://wa-lang.org/smalltalk/st0067.html]]
86-
87-
## 11. 案例列表
89+
## 12. 案例列表
8890

8991
.image images/list.png 500 900
9092

9193
.caption [[https://wa-lang.org/][https://wa-lang.org/]]
9294

93-
## 12. 贡献成员
95+
## 13. 贡献成员
9496

9597
.image images/gongxianzhe-2024.png 400 1000
9698

0 commit comments

Comments
 (0)