mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 02:52:42 +08:00
update
This commit is contained in:
10
README.md
10
README.md
@@ -181,14 +181,18 @@ in order to support [HybridOS Foundation Class Library].
|
||||
* We tuned and optimized MiniGUI's logical and device font interfaces to
|
||||
support the new features above.
|
||||
|
||||
* The NEWGAL engine of `drm` to support modern DRM-driven graphics cards on Linux.
|
||||
|
||||
* The IAL engine of `libinput` to support all modern input devices including
|
||||
mouse, keyboard, joystick, switch, multiple touch panel, gesture, tablet tool,
|
||||
and table pad on Linux.
|
||||
|
||||
* We introduced a Slice Memory Allocator for fast concurrent memory chunk
|
||||
allocation.
|
||||
|
||||
* Cleanup and tune code for GCC 7.3.
|
||||
|
||||
For more information, please refer to RELEASE-NOTES.md file:
|
||||
|
||||
https://github.com/VincentWei/minigui/blob/master/RELEASE-NOTES.md
|
||||
For more information, please refer to [RELEASE-NOTES.md](RELEASE-NOTES.md) file:
|
||||
|
||||
Because of the changes of some APIs, we recommended strongly that you
|
||||
use this version for new projects.
|
||||
|
||||
@@ -38,7 +38,7 @@ rendering in order that MiniGUI can handle complex writing systems
|
||||
Another important features of this version are two engines dedicated to Linux
|
||||
kernel:
|
||||
|
||||
* The NEWGAL engine of `drm` to support DRM-driven graphics cards. By using
|
||||
* The NEWGAL engine of `drm` to support modern DRM-driven graphics cards. By using
|
||||
`drm` engine, one MiniGUI app can now use the hardware-accelerated graphics
|
||||
rendering for 2D/3D graphics.
|
||||
* The IAL engine of `libinput` to support all modern input devices including
|
||||
|
||||
Reference in New Issue
Block a user