diff --git a/README.md b/README.md index fc89ddd..1db7472 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ - 👑You should be the master of your UI and not be tied to a specific framework. ## 🔥New feature:3D -![Hello3D](doc/Hello3D.gif) +![Hello3D-pc](doc/Hello3D-pc.gif)![Hello3D-mcu](doc/Hello3D-mcu.gif) Hello 3D has only [100+ lines code](https://github.com/idea4good/GuiLiteSamples/blob/master/Hello3D/UIcode/UIcode.cpp) for beginner, showing you how to build pseudo 3D App with GuiLite. You can run it on Windows, Linux and MCU. diff --git a/README_zh.md b/README_zh.md index c563472..8a94b5f 100644 --- a/README_zh.md +++ b/README_zh.md @@ -17,7 +17,7 @@ - 👑任何UI框架都不为你我而生,你才是自己真正的主人 ## 🔥新功能:3D -![Hello3D](doc/Hello3D.gif) +![Hello3D-pc](doc/Hello3D-pc.gif)![Hello3D-mcu](doc/Hello3D-mcu.gif) Hello 3D 仅有[100多行代码](https://gitee.com/idea4good/GuiLiteSamples/blob/master/Hello3D/UIcode/UIcode.cpp),用于向初学者展示:如何使用GuiLite模拟3D物理过程。该实例可支持Windows,Linux及单片机平台。 diff --git a/doc/Hello3D-mcu.gif b/doc/Hello3D-mcu.gif new file mode 100644 index 0000000..b6dfa8a Binary files /dev/null and b/doc/Hello3D-mcu.gif differ diff --git a/doc/Hello3D-pc.gif b/doc/Hello3D-pc.gif new file mode 100644 index 0000000..a65e0db Binary files /dev/null and b/doc/Hello3D-pc.gif differ diff --git a/doc/Hello3D.gif b/doc/Hello3D.gif deleted file mode 100644 index da20e17..0000000 Binary files a/doc/Hello3D.gif and /dev/null differ