From 39eff14bc525c26cd0d50bb11400a15b00005c13 Mon Sep 17 00:00:00 2001 From: "Randall C. O'Reilly" Date: Sun, 14 Jul 2024 10:24:44 -0700 Subject: [PATCH] minor updates on features --- content/blog/-2024-07-17-initial-release.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/blog/-2024-07-17-initial-release.md b/content/blog/-2024-07-17-initial-release.md index 3cbd011..d9357c1 100644 --- a/content/blog/-2024-07-17-initial-release.md +++ b/content/blog/-2024-07-17-initial-release.md @@ -72,13 +72,15 @@ pe.ColumnOptions("Population").On = true ## Key Features +* Extensive standards-based styling properties enable everything to be customized, including powerful automatic layout system that solves all the hard problems for you. should be familiar to anyone coming from HTML / CSS world. + * Vulkan for high performance 2D and 3D rendering * Full-featured SVG for 2D rendering and icons -* Extensive standards-based styling properties enable everything to be customized, including powerful automatic layout system that solves all the hard problems for you. should be familiar to anyone coming from HTML / CSS world. +* Powerful HCT color space integrated throughout: allows instant light / dark and alternate color scheme customization. -* Powerful HCT color space integrated throughout: allows instant light / dark and alternate colorscheme customization. +* Efficient mechanism for dynamically updating content that captures the best of imperative and declarative mode programming. * Focus on efficient keyboard navigation and customizable mappings, with full support for emacs mode.