|
573 | 573 | "mac": "hello-world.mac.png" |
574 | 574 | }, |
575 | 575 | "description": [ |
576 | | - "No Chromium. No V8. No 200MB runtime. Just a 5MB DLL and GPU-accelerated rendering via WebRender.", |
| 576 | + "No Chromium. No V8. No 200MB runtime. Just a 15MB DLL and GPU-accelerated rendering via WebRender.", |
577 | 577 | "Your app state lives in YOUR code - Azul just renders it. Unlike React, you control exactly when the UI refreshes.", |
578 | 578 | "Write once in Rust, C, C++ or Python. Style with real CSS. Ship a single binary that starts instantly." |
579 | 579 | ] |
|
635 | 635 | "description": [ |
636 | 636 | "Embed raw OpenGL directly in your UI - no WebGL abstraction, no canvas hacks.", |
637 | 637 | "Render 3D scenes, CAD models, or data visualizations right next to native widgets.", |
638 | | - "Perfect for scientific apps, games, or anything Electron could never handle." |
| 638 | + "Perfect for scientific apps, GIS or CAD." |
639 | 639 | ] |
640 | 640 | }, |
641 | 641 | { |
|
665 | 665 | "description": [ |
666 | 666 | "Display 10 million rows at 60 FPS. IFrameCallbacks render only what's visible on screen.", |
667 | 667 | "Lazy-load images, SVGs, and complex content as users scroll - zero upfront memory cost.", |
668 | | - "The same technique powers IDE file trees, database viewers, and infinite feeds." |
| 668 | + "Perfect for IDE file trees, database viewers, and infinite feeds, ..." |
669 | 669 | ] |
670 | 670 | }, |
671 | 671 | { |
|
695 | 695 | "description": [ |
696 | 696 | "Real OS threads, not JavaScript promises. Background tasks with automatic UI updates.", |
697 | 697 | "Spawn database queries, file operations, or network requests without freezing your app.", |
698 | | - "Timers, thread pools, and progress callbacks built-in. No async/await ceremony required." |
| 698 | + "Timers, thread pools, and progress callbacks built-in." |
699 | 699 | ] |
700 | 700 | }, |
701 | 701 | { |
|
723 | 723 | "mac": "xhtml.mac.png" |
724 | 724 | }, |
725 | 725 | "description": [ |
726 | | - "Block, inline, flexbox, grid - the same layout power as modern browsers.", |
| 726 | + "Block, inline, flexbox, grid - the same layout power as modern browsers, but without any bloat.", |
727 | 727 | "Load XHTML from files or strings. Hot-reload your UI without recompiling.", |
728 | 728 | "Perfect for designers: tweak styles in CSS, see changes instantly." |
729 | 729 | ] |
|
754 | 754 | }, |
755 | 755 | "description": [ |
756 | 756 | "Modern CSS Grid and Flexbox layouts, powered by the Taffy engine.", |
757 | | - "Build responsive, complex interfaces without fighting your layout system.", |
758 | | - "The same CSS you know from the web - without the browser baggage." |
| 757 | + "Build responsive, complex interfaces without learning yet another layout system.", |
| 758 | + "Just the same CSS you know from the web - without the browser baggage." |
759 | 759 | ] |
760 | 760 | } |
761 | 761 | ], |
|
0 commit comments