-
Notifications
You must be signed in to change notification settings - Fork 14
zig monthly--202209 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
--- | ||
title: 202209 | ||
date: 2022-09-22T14:32:12+0800 | ||
--- | ||
|
||
# zig 社区动态: | ||
|
||
## 工具链: | ||
|
||
> 在线网站: | ||
|
||
- https://zig.run/ - 在线运行 zig 代码 | ||
|
||
> zig 插件: | ||
|
||
- [Zig Support - jetbrains](https://plugins.jetbrains.com/plugin/18062-zig-support) | ||
- [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) | ||
|
||
## 讨论: | ||
|
||
- https://twitter.com/croloris/status/1568573729940164608 | ||
- zig VP 引起的一些争论. | ||
|
||
## 文章: | ||
|
||
> CN: | ||
|
||
- [Flutter/Dart + FFI + Zig: Flutter 使用 FFI 调用 Zig 示例](https://github.com/zigcc/forum/discussions/21) | ||
- [Zig: Ecosystem - Awesome Libraries](https://github.com/hhstore/blog/issues/374) | ||
- 整理的 zig 当前生态热门项目 | ||
|
||
> EN: | ||
|
||
- [Building a Tiny Mutex](https://zig.news/kprotty/building-a-tiny-mutex-537k) | ||
- [Perfecting WebGPU/Dawn native graphics for Zig](https://devlog.hexops.com/2022/perfecting-webgpu-native/) | ||
- [Cross-Compiling and packaging C, Go and Zig projects with Nix](https://flyx.org/cross-packaging/) | ||
- [Packed structs in Zig make bit/flag sets trivial](https://devlog.hexops.com/2022/packed-structs-in-zig/) | ||
- [Revisiting the design approach to the Zig programming language](https://about.sourcegraph.com/blog/zig-programming-language-revisiting-design-approach) | ||
|
||
## 视频: | ||
|
||
- [Adam Serafini: Speeding up Python with Zig](https://youtu.be/O0MmmZxdct4) | ||
- 使用 zig 给 python 编写库 | ||
- [Zig ⚡ Improving the User Experience for Unused Variables](https://vimeo.com/748218307) | ||
- [Andrew Kelley](https://vimeo.com/andrewrk) | ||
|
||
## 项目: | ||
|
||
> binding 库/框架: | ||
|
||
- https://github.com/cztomsik/zig-napigen | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 更倾向用 |
||
- nodejs N-API 绑定的 zig 库 | ||
- https://github.com/better-dart/learn-dart | ||
- https://github.com/better-dart/learn-dart/blob/main/packages/ffi-binding/example/main.dart#L31 | ||
- dart 通过 FFI 调用 zig 库示例. | ||
|
||
> 游戏开发: | ||
|
||
- https://github.com/michal-z/zig-gamedev | ||
- zig 游戏开发生态 | ||
|
||
> 组件库: | ||
|
||
- https://github.com/jiacai2050/loc | ||
- 使用 zig 编写的代码行数统计工具 | ||
- https://github.com/EclesioMeloJunior/zig-grep | ||
- 使用 zig 编写的 grep 小工具 | ||
- https://gitlab.com/hdante/randomutils | ||
- zig 64 位随机数库 | ||
- https://github.com/bananaboy139/fractal | ||
|
||
> 嵌入式: | ||
|
||
- https://github.com/paperdev-code/zig-pico | ||
- 树莓派 sdk | ||
- 嵌入式相关 | ||
- https://github.com/moonxraccoon/stm32f4.zig | ||
- 嵌入式相关: | ||
- STM32F4(ARM Cortex M4 的高性能 32 位微控制器) 固件抽象层 | ||
|
||
# zig 项目进展: | ||
|
||
- https://github.com/ziglang/zig/pulls?q=is%3Apr+is%3Aclosed | ||
|
||
# 参考: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 去掉这个环节吧,感觉没啥信息量。上面已经有不少链接了🤔 |
||
|
||
- https://zig.news/ | ||
- https://ziggit.dev/ | ||
- https://discu.eu/weekly/zig/ | ||
- https://discu.eu/weekly/zig/2022/35/ | ||
- https://discu.eu/weekly/zig/2022/36/ | ||
- https://discu.eu/weekly/zig/2022/37/ | ||
- https://zigmonthly.org/ | ||
- https://www.youtube.com/channel/UC2EQzAewrC10KCDFSS4j-zA |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
引用放在这里是不是不合适?感觉可以这么做:
###
,以下用
>
的地方都是类似的