Skip to content

Commit c399eca

Browse files
committed
fmt
1 parent 3b83d7c commit c399eca

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

content/monthly/202209.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,86 +9,86 @@ date: 2022-09-22T14:32:12+0800
99

1010
> 在线网站:
1111
12-
- https://zig.run/ - 在线运行 zig 代码
12+
- https://zig.run/ - 在线运行 zig 代码
1313

1414
> zig 插件:
1515
16-
- [Zig Support - jetbrains](https://plugins.jetbrains.com/plugin/18062-zig-support)
17-
- [Zig Support plugin for IntelliJ and CLion version 0.0.7 released](https://zig.news/marioariasc/zig-support-plugin-for-intellij-and-clion-version-007-released-1en8)
16+
- [Zig Support - jetbrains](https://plugins.jetbrains.com/plugin/18062-zig-support)
17+
- [Zig Support plugin for IntelliJ and CLion version 0.0.7 released](https://zig.news/marioariasc/zig-support-plugin-for-intellij-and-clion-version-007-released-1en8)
1818

1919
## 讨论:
2020

21-
- https://twitter.com/croloris/status/1568573729940164608
21+
- https://twitter.com/croloris/status/1568573729940164608
2222
- zig VP 引起的一些争论.
2323

2424
## 文章:
2525

2626
> CN:
2727
28-
- [Flutter/Dart + FFI + Zig: Flutter 使用 FFI 调用 Zig 示例](https://github.com/zigcc/forum/discussions/21)
29-
- [Zig: Ecosystem - Awesome Libraries](https://github.com/hhstore/blog/issues/374)
28+
- [Flutter/Dart + FFI + Zig: Flutter 使用 FFI 调用 Zig 示例](https://github.com/zigcc/forum/discussions/21)
29+
- [Zig: Ecosystem - Awesome Libraries](https://github.com/hhstore/blog/issues/374)
3030
- 整理的 zig 当前生态热门项目
3131

3232
> EN:
3333
34-
- [Building a Tiny Mutex](https://zig.news/kprotty/building-a-tiny-mutex-537k)
35-
- [Perfecting WebGPU/Dawn native graphics for Zig](https://devlog.hexops.com/2022/perfecting-webgpu-native/)
36-
- [Cross-Compiling and packaging C, Go and Zig projects with Nix](https://flyx.org/cross-packaging/)
37-
- [Packed structs in Zig make bit/flag sets trivial](https://devlog.hexops.com/2022/packed-structs-in-zig/)
38-
- [Revisiting the design approach to the Zig programming language](https://about.sourcegraph.com/blog/zig-programming-language-revisiting-design-approach)
34+
- [Building a Tiny Mutex](https://zig.news/kprotty/building-a-tiny-mutex-537k)
35+
- [Perfecting WebGPU/Dawn native graphics for Zig](https://devlog.hexops.com/2022/perfecting-webgpu-native/)
36+
- [Cross-Compiling and packaging C, Go and Zig projects with Nix](https://flyx.org/cross-packaging/)
37+
- [Packed structs in Zig make bit/flag sets trivial](https://devlog.hexops.com/2022/packed-structs-in-zig/)
38+
- [Revisiting the design approach to the Zig programming language](https://about.sourcegraph.com/blog/zig-programming-language-revisiting-design-approach)
3939

4040
## 视频:
4141

42-
- [Adam Serafini: Speeding up Python with Zig](https://youtu.be/O0MmmZxdct4)
42+
- [Adam Serafini: Speeding up Python with Zig](https://youtu.be/O0MmmZxdct4)
4343
- 使用 zig 给 python 编写库
44-
- [Zig ⚡ Improving the User Experience for Unused Variables](https://vimeo.com/748218307)
44+
- [Zig ⚡ Improving the User Experience for Unused Variables](https://vimeo.com/748218307)
4545
- [Andrew Kelley](https://vimeo.com/andrewrk)
4646

4747
## 项目:
4848

4949
> binding 库/框架:
5050
51-
- https://github.com/cztomsik/zig-napigen
51+
- https://github.com/cztomsik/zig-napigen
5252
- nodejs N-API 绑定的 zig 库
53-
- https://github.com/better-dart/learn-dart
53+
- https://github.com/better-dart/learn-dart
5454
- https://github.com/better-dart/learn-dart/blob/main/packages/ffi-binding/example/main.dart#L31
5555
- dart 通过 FFI 调用 zig 库示例.
5656

5757
> 游戏开发:
5858
59-
- https://github.com/michal-z/zig-gamedev
59+
- https://github.com/michal-z/zig-gamedev
6060
- zig 游戏开发生态
6161

6262
> 组件库:
6363
64-
- https://github.com/jiacai2050/loc
64+
- https://github.com/jiacai2050/loc
6565
- 使用 zig 编写的代码行数统计工具
66-
- https://github.com/EclesioMeloJunior/zig-grep
66+
- https://github.com/EclesioMeloJunior/zig-grep
6767
- 使用 zig 编写的 grep 小工具
68-
- https://gitlab.com/hdante/randomutils
68+
- https://gitlab.com/hdante/randomutils
6969
- zig 64 位随机数库
70-
- https://github.com/bananaboy139/fractal
70+
- https://github.com/bananaboy139/fractal
7171

7272
> 嵌入式:
7373
74-
- https://github.com/paperdev-code/zig-pico
74+
- https://github.com/paperdev-code/zig-pico
7575
- 树莓派 sdk
7676
- 嵌入式相关
77-
- https://github.com/moonxraccoon/stm32f4.zig
77+
- https://github.com/moonxraccoon/stm32f4.zig
7878
- 嵌入式相关:
7979
- STM32F4(ARM Cortex M4 的高性能 32 位微控制器) 固件抽象层
8080

8181
# zig 项目进展:
8282

83-
- https://github.com/ziglang/zig/pulls?q=is%3Apr+is%3Aclosed
83+
- https://github.com/ziglang/zig/pulls?q=is%3Apr+is%3Aclosed
8484

8585
# 参考:
8686

87-
- https://zig.news/
88-
- https://ziggit.dev/
89-
- https://discu.eu/weekly/zig/
87+
- https://zig.news/
88+
- https://ziggit.dev/
89+
- https://discu.eu/weekly/zig/
9090
- https://discu.eu/weekly/zig/2022/35/
9191
- https://discu.eu/weekly/zig/2022/36/
9292
- https://discu.eu/weekly/zig/2022/37/
93-
- https://zigmonthly.org/
94-
- https://www.youtube.com/channel/UC2EQzAewrC10KCDFSS4j-zA
93+
- https://zigmonthly.org/
94+
- https://www.youtube.com/channel/UC2EQzAewrC10KCDFSS4j-zA

0 commit comments

Comments
 (0)