From 4a22a38e63b8c17812f5de544688dab5ce3e2afe Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Thu, 15 Sep 2022 15:01:15 +0800 Subject: [PATCH] update --- README.md | 6 +++--- RELEASE-NOTES.md | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a38d2707..6f5cef63 100644 --- a/README.md +++ b/README.md @@ -54,14 +54,14 @@ For the live demos, source tarballs, and cases of MiniGUI, you can refer to the ### HVML App Framework on MiniGUI -MiniGUI and its components provides a lot of controls/widgets to help your develop GUI apps in C/C++ programming language. +MiniGUI and its components provide a lot of controls/widgets to help your develop GUI apps in C/C++ programming language. However, alternatively, you can use the following software to develop your apps in an easy-to-use programming language [HVML]. * [HVML] is a descriptive programming language proposed and designed by [Vincent Wei]. * [PurC] is the prime interpreter of HVML written in C lauguage. * [xGUI Pro] is a full-featured HVML renderer based on the tailored WebKit engine. -In short, the above software provides an Electron-like solution that can help people develop cross-platform applications using web front-end technology. +In short, the above software suite provides an Electron-like solution that can help people develop cross-platform applications using web front-end technology. The difference is that the solution replaces JavaScript with HVML and Node.JS with PurC. It provides an entirely new application framework that isolates the interpreter and renderer from running in separate processes, which brings several benefits. It greatly reduces the size and resource consumption of the entire solution, improves the overall performance, promotes the interactive responsiveness, @@ -72,7 +72,7 @@ It greatly reduces the size and resource consumption of the entire solution, imp [HybridOS] is another large open source project initiated by FMSoft. It is an open source operating system designed for embedded/AIoT devices and cloud computing environment. -[HybridOS] provides the complete software stack and the app framework based on HVML for embedded systems. +HybridOS provides the complete software stack and the app framework based on HVML for embedded systems. You can easily develop your products which has rich functions and excellent expressiveness by using HybridOS. In practice, MiniGUI and the software which are used to integrated with GPU constitute the graphics stack of HybridOS. diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 94b537e0..5f6f81e4 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -42,6 +42,7 @@ In this version, we made some enhancements - Fix a deadlock bug (Threads mode only): https://github.com/VincentWei/minigui/issues/83 * OPTIMIZATIONS: * TUNING: + - Fix some warnings reported by GCC 12. ## Version 5.0.9