< 返回版块

Folyd 发表于 2021-08-13 23:31

rg3d - 可能是目前最成熟的一个 Rust 3D 游戏引擎

rg3d 最近发布了 0.22 版,作者在 Reddit 发布了一段 rg3d 的演示视频,看起来非常棒!可能是目前最成熟的一个 Rust 3D 游戏引擎了。

这个游戏引擎昨天的日报已经推荐过了,今天小编再推荐一次。因为确实很赞!

Github: https://github.com/rg3dengine/rg3d

Reddit: https://www.reddit.com/r/rust/comments/p2x38x/media_rg3d_game_engine_v022_feature_highlights/

git-cliff - 基于 git commit 自动生成 changlog 的利器

git-cliff 可以基于 commit 约束格式或正则来自动生成 changelog,而且扩展性也很高。

比如下面的几条 commit:

* df6aef4 (HEAD -> master) feat(cache): use cache while fetching pages
* a9d4050 feat(config): support multiple file formats
* 06412ac (tag: v1.0.1) chore(release): add release script
* e4fd3cf refactor(parser): expose string functions
* ad27b43 (tag: v1.0.0) docs(example)!: add tested usage example
* 9add0d4 fix(args): rename help argument due to conflict
* a140cef feat(parser): add ability to parse arrays
* 81fbc63 docs(project): add README.md
* a78bc36 Initial commit

会自动生成如下的 changelog:

# Changelog
All notable changes to this project will be documented in this file.

## [unreleased]

### Features

- Support multiple file formats
- Use cache while fetching pages

## [1.0.1] - 2021-07-18

### Miscellaneous Tasks

- Add release script

### Refactor

- Expose string functions

## [1.0.0] - 2021-07-18

### Bug Fixes

- Rename help argument due to conflict

### Documentation

- Add README.md
- Add tested usage example

### Features

- Add ability to parse arrays

Github: https://github.com/orhun/git-cliff

unfuck - Python 2.7 字节码的反混淆库

unfuck 是一个反混淆 Python 2.7 .pyc 字节码文件的工具,下图是一个反混淆之后的对比:

Github: https://github.com/landaire/unfuck

helix-editor - 一个受 neovim 启发的编辑器

helix-editor 是一个深受 neovim 启发使用 Rust 开发的编辑器,感兴趣的朋友可以看看。

Github: https://github.com/helix-editor/helix

Rust Search Extension 1.3 发布

小编的 Rust 插件发布新版本半个多月了,一直忘了发帖了,今天补上。欢迎大家体验!

更新说明:https://github.com/huhu/rust-search-extension/wiki/V1.3.0-Release-Candidate-(zh_CN)

Changelog: https://rust.extension.sh/changelog

-- From 日报小组 Folyd, 侯盛鑫

社区学习交流平台订阅:

评论区

写评论

还没有评论

1 共 0 条评论, 1 页