From 8097eb16dcb5a2a368c0dff24e715e1915187660 Mon Sep 17 00:00:00 2001 From: yangjie11 Date: Tue, 25 Oct 2022 11:08:00 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91smart=20app?= =?UTF-8?q?=20list=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rt-thread-version/rt-thread-smart/_sidebar.md | 1 + .../application-note/app-list/app-list.md | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 rt-thread-version/rt-thread-smart/application-note/app-list/app-list.md diff --git a/rt-thread-version/rt-thread-smart/_sidebar.md b/rt-thread-version/rt-thread-smart/_sidebar.md index af6df37..3e7f05d 100644 --- a/rt-thread-version/rt-thread-smart/_sidebar.md +++ b/rt-thread-version/rt-thread-smart/_sidebar.md @@ -22,5 +22,6 @@ - [移植Linux应用到smart](/rt-thread-version/rt-thread-smart/application-note/port-app/port-app.md) - [使用VSCode开发GUI应用](/rt-thread-version/rt-thread-smart/application-note/sdl2/sdl2.md) - [基于FFmpeg+SDL2实现视频播放](/rt-thread-version/rt-thread-smart/application-note/sdl2_ffmpeg/sdl2_ffmpeg.md) + - [应用合集](/rt-thread-version/rt-thread-smart/application-note/app-list/app-list.md) diff --git a/rt-thread-version/rt-thread-smart/application-note/app-list/app-list.md b/rt-thread-version/rt-thread-smart/application-note/app-list/app-list.md new file mode 100644 index 0000000..0e90ded --- /dev/null +++ b/rt-thread-version/rt-thread-smart/application-note/app-list/app-list.md @@ -0,0 +1,20 @@ +# Smart 应用精彩合集 + +如下是基于Smart开发或移植的应用列表: + +- 应用名:应用名使用中文描述。 +- 仓库:作者移植好的应用仓库或者开发好的应用仓库,需写明仓库名及仓库地址。 +- 状态:进行中、已完成。 +- 作者:作者的社区名,以及 github 主页链接。 +- 移植教程:仓库的 README.md 文件链接,该文件说明该仓库如何使用。 + +如果你有什么想法,也可以更新该列表。 + +| 应用名 | 仓库或链接 | 状态 | 作者 / 移植者 | 移植教程 | +| --------------------- | ------------------------------------------- | ------ | ------------- | ------------------------------------------------------------ | +| 在 Smart 上跑 2048 小游戏 | [2048_for_rt-smart](https://github.com/yangjie11/2048_for_rt-smart) | 已完成 | RT-Thread 官方 | [教程链接](https://github.com/yangjie11/2048_for_rt-smart/blob/master/README.md) | +| 在此更新我的想法 | | | | | +| 在此更新我的想法 | | | | | +| 在此更新我的想法 | | | | | +| 在此更新我的想法 | | | | | + -- Gitee