File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,18 @@ Angular NodeGUI is powered by Angular 🅰️ and Qt5 💚 which makes it CPU an
1010
1111Main docs: https://docs.nodegui.org
1212
13+ ## Nodegui Features
14+ 🧬 Cross platform. Should work on major Linux flavours, Windows and MacOS.
15+ 📉 Low CPU and memory footprint. Current CPU stays at 0% on idle and memory usage is under 20mb for a hello world program.
16+ 💅 Styling with CSS (includes actual cascading). Also has full support for Flexbox layout (thanks to Yoga).
17+ ✅ Complete Nodejs api support (Currently runs on Node v12.x - and is easily upgradable). Hence has access to all nodejs compatible npm modules.
18+ 🎪 Native widget event listener support. Supports all events available from Qt / NodeJs.
19+ 💸 Can be used for Commercial applications.
20+ 🕵️♂️ Good Devtools support.
21+ 📚 Good documentation and website.
22+ 🧙♂️ Good documentation for contributors.
23+ 🦹🏻♀️ Good support for dark mode (Thanks to QT).
24+
1325# Getting started
1426
1527## Requirements
You can’t perform that action at this time.
0 commit comments