From 21258ea49a2741e0e876275cbb6d550e0ab2d286 Mon Sep 17 00:00:00 2001 From: SPeak Date: Sun, 23 Jul 2023 18:30:58 +0800 Subject: [PATCH] Add DStruct/DSVisual/KHistory to README-Programmer-Edition.md Add DStruct/DSVisual/KHistory to README-Programmer-Edition.md --- README-Programmer-Edition.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README-Programmer-Edition.md b/README-Programmer-Edition.md index 636b9fb..6f00d3e 100644 --- a/README-Programmer-Edition.md +++ b/README-Programmer-Edition.md @@ -14,6 +14,14 @@ Issue 和 PR 里偶尔有人提交一些不错的东西,但打开一看,不 程序员版开始于2019年4月11号, 主版面开始于2018年3月 +### 2023年7月23日添加 +--- +#### Sunrisepeak - [Github](https://github.com/Sunrisepeak), [Bilibili](https://space.bilibili.com/65858958), [知乎](https://www.zhihu.com/people/SPeakShen) +* :clock8: [DStruct](https://github.com/Sunrisepeak/DStruct):🔥 一个**易于移植/使用/学习且结构简洁**的**数据结构模板库** +* :clock8: [DSVisual](https://github.com/Sunrisepeak/DSVisual):一个**数据结构可视化**组件库 +![](https://github.com/Sunrisepeak/DSVisual/blob/main/docs/imgs/dsvisual_effect.readme.png) +* :white_check_mark: [KHistory](https://github.com/Sunrisepeak/KHistory):🔥一个**优雅**&跨平台的**键盘/🎮手柄按键**检测及历史记录显示工具, 可二次开发按键可视化面板插件 +![](https://github.com/Sunrisepeak/KHistory/blob/main/docs/imgs/khistory-gamepad.demo.gif) ### 2023年7月22号添加 ---