From 46f78bd56e8502a675d3246f0e5f4cfed3a28a7f Mon Sep 17 00:00:00 2001 From: XMuli Date: Thu, 25 Jan 2024 01:17:30 +0800 Subject: [PATCH] docs: README --- README.md | 85 ++++++++++++++++++++++++++++++++++++++++----- README.zh_CN.md | 92 +++++++++++++++++++++++++++++++++++++++++++------ 2 files changed, 158 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index aee1e4a..b151d8a 100644 --- a/README.md +++ b/README.md @@ -21,27 +21,94 @@
-If it helps, you can click on the project's **Star** and **Fork** for two icons that are easy to lift between hands, quite a nod, hands down. +The origin of the original dream, write a screenshot software at will, so far (2024.01.24) also wrote three different degrees, from easy to difficult, for your reference; + +More detailed development details of the document, have time to write, supplemented in the series, QQ exchange group: [418103279](https://qm.qq.com/cgi-bin/qm/qr?k=jsD03QzMohGZm0TqYAFh3BvKOpCGlTcT&jump_from=webapi&authKey=DMUwiCQ6ta95PoH8JmtZ+Jz9y7Ozg3yinEsxmm92rNXZRVeMPD7NRgjU+dmUI8Xu) + + + +| Project | Describe | Introduce | Mirror (Gitee) | +| :-------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :-----------------------------------------: | +| [ShotX](https://github.com/XMuli/ShotX) | 新手级的截图,适合初学 Qt/C++ 不到一年 | 一款极简的截图工具(支持 Win,Mac,Linux) | [url](https://gitee.com/XMuli/ShotX) | +| [Flipped](https://c.xmuli.tech/) | 中级难度的截图,适合已学习 Qt/C++ 一两年经验进阶 | 简洁且漂亮的截图的软件工具,支持 Windows,MacOS,Linux 平台 | [url](https://gitee.com/XMuli/FlippedPages) | +| [Sunny](https://sunny.xmuli.tech/) | 高级难度的截图,适合已深入研究 Qt/C++ 三五年经验,属于商业级的成熟作品,**属最高水品之作** | Simple and beautiful screenshot software tool for Windows, MacOS and Linux;已上架 Deepin/UOS Store,Spark Store 等 | [url](https://gitee.com/XMuli/SunnyPages) |
-## Style +## Compilation + +### Dependencies - +- Qt >= 5.15.2 +- CMake >= 3.16 +- MSVC >= 2022 | MinGW >= 8.1.0 | GCC >= 9.4 | Clang >= 12.0 - +​ NOTE: This is a successfully compiled dependency version, lower versions have not been tested.
-## Author +### Build + +- **Kit Tools:** Windows 10 & Qt 5.15.2 & CMake 3.24.1 & MSVC 2022 ( or MinGW 8.1.0) -**偕臧 (XMuli):** [https://ifmet.cn](https://ifmet.cn/) +- **Compile Step:** + + ```bash + qmake + make -j16 + ```
-## Protocol +## Demonstration effect + +**MacOS** + + + + + +**Windows** + + + + + +## Tutorial + +**ShotX** + +- [GitHub Code](https://github.com/XMuli/shotx) + +**FLIPPED** + +- 开发教程: [基于 QT 开发 FLIPPED :简易且漂亮的跨平台截图贴图软件](https://blog.csdn.net/qq_33154343/article/details/130053230) + +- 视频演示效果: [bilibili](https://www.bilibili.com/video/BV1rX4y1D7EZ/) + +**Sunny** + +- [系类开发教程](https://github.com/XMuli/QtExamples) +- 视频演示效果: 待续 + + + +## Great + +If it helps you, or find it useful, **you can click on the item's ⭐Star 🍴 Fork of the two icons, conveniently lift the hand between, said a point of praise the hand,** There is a fragrance in your hand;The next best thing is to buy me a cold Coke. + + + +## Author + +| Title | Detail | +| :---------: | :----------------------------------------------------------: | +| WeChat / QQ | [252311126](https://wpa.qq.com/authd?IDKEY=31f3ef7312b39e2c8dc822ae2f4c3b3118e1a6f31cc83373) | +| GitHub | [偕臧](https://github.com/XMuli) | + + - +## Tutorial series -This project is distributed and used based on the `MIT` protocol. For more information, see [protocol file](/LICENSE). +[QtExamples](https://github.com/XMuli/QtExamples) Welcome `star` ⭐ and `fork` 🍴 This series of `C++ / QT / DTK` studies, with a catalogue of studies from the beginning to the end of the series, where you can learn how to write this kind of software yourself. This is a complete series of tutorials and **forever free**! diff --git a/README.zh_CN.md b/README.zh_CN.md index bbb4cd4..e93386e 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -19,29 +19,101 @@ > 一款轻的、迅速的截图软件 `ShotX` -
-若是帮助到了你,可以点击该项目的的 **Star** 和 **Fork** 的两个图标,方便抬手之间,相当点个赞,手有余香。 + +起源最初的梦,写一个随心所欲的截图软件,至今(2024.01.24)也写了三个不同程度的,由易到难,供大家参考; + +更详细的开发细节文档,有空再给写,补充在系列中,QQ 交流群: [418103279](https://qm.qq.com/cgi-bin/qm/qr?k=jsD03QzMohGZm0TqYAFh3BvKOpCGlTcT&jump_from=webapi&authKey=DMUwiCQ6ta95PoH8JmtZ+Jz9y7Ozg3yinEsxmm92rNXZRVeMPD7NRgjU+dmUI8Xu) + + + +| 项目 | 详细 | 介绍 | 镜像(Gitee) | +| :-------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :-----------------------------------------: | +| [ShotX](https://github.com/XMuli/ShotX) | 新手级的截图,适合初学 Qt/C++ 不到一年 | 一款极简的截图工具(支持 Win,Mac,Linux) | [url](https://gitee.com/XMuli/ShotX) | +| [Flipped](https://c.xmuli.tech/) | 中级难度的截图,适合已学习 Qt/C++ 一两年经验进阶 | 简洁且漂亮的截图的软件工具,支持 Windows,MacOS,Linux 平台 | [url](https://gitee.com/XMuli/FlippedPages) | +| [Sunny](https://sunny.xmuli.tech/) | 高级难度的截图,适合已深入研究 Qt/C++ 三五年经验,属于商业级的成熟作品,**属最高水品之作** | Simple and beautiful screenshot software tool for Windows, MacOS and Linux;已上架 Deepin/UOS Store,Spark Store 等 | [url](https://gitee.com/XMuli/SunnyPages) |
-## 界面 +## Compilation + +### Dependencies - +- Qt >= 5.15.2 +- CMake >= 3.16 +- MSVC >= 2022 | MinGW >= 8.1.0 | GCC >= 9.4 | Clang >= 12.0 - +​ NOTE: This is a successfully compiled dependency version, lower versions have not been tested.
-## 作者: +### Build + +- **Kit Tools:** Windows 10 & Qt 5.15.2 & CMake 3.24.1 & MSVC 2022 ( or MinGW 8.1.0) + +- **Compile Step:** -**偕臧 (XMuli):** [https://ifmet.cn](https://ifmet.cn/) + ```bash + qmake + make -j16 + ```
-## 协议: +## 运行效果 + +**MacOS** + + + + + +**Windows** + + + + + +## 教程 + +**ShotX** + +- [GitHub Code](https://github.com/XMuli/shotx) + +**FLIPPED** + +- 开发教程: [基于 QT 开发 FLIPPED :简易且漂亮的跨平台截图贴图软件](https://blog.csdn.net/qq_33154343/article/details/130053230) + +- 视频演示效果: [bilibili](https://www.bilibili.com/video/BV1rX4y1D7EZ/) + +**Sunny** + +- [系类开发教程](https://github.com/XMuli/QtExamples) +- 视频演示效果: 待续 + + + +## 贡献 + +如果对您有帮助,或者觉得有用,**您可以点击该仓库的⭐ Star 🍴 Fork 两个图标,方便抬手之间,说点赞的手,** 手留余香;其次可以请我喝一杯冰的快乐水。 + +
+ "当然,你也可以送我一听冰凉的可乐 [捐赠/打赏 ← 点击展开二维码]" +

如果对您有帮助,或者觉得有用,您可以点击该仓库的⭐ Star 🍴 Fork 两个图标,方便抬手之间,说点赞的手, 手留余香;其次可以我喝一杯冰的快乐水 -

+
+
+ + + +## 作者 + +| Title | Detail | +| :---------: | :----------------------------------------------------------: | +| WeChat / QQ | [252311126](https://wpa.qq.com/authd?IDKEY=31f3ef7312b39e2c8dc822ae2f4c3b3118e1a6f31cc83373) | +| GitHub | [偕臧](https://github.com/XMuli) | + - -该项目基于 `MIT` 协议进行分发和使用。 有关更多信息,请参阅[协议文件](/LICENSE)。 +## 系列教程 +[QtExamples](https://github.com/XMuli/QtExamples) "欢迎 `star` ⭐ 和 `fork` 🍴 这个系列的 `C++ / QT / DTK` 学习,这里你可以学到如何亲自编写这类软件的经验,这是一系列完整的教程,并且**免费**!"