@@ -11,25 +11,17 @@ Angular NodeGUI is powered by Angular 🅰️ and Qt5 💚 which makes it CPU an
11
11
Main docs: https://docs.nodegui.org
12
12
13
13
## Nodegui Features
14
- 🧬 Cross platform. Should work on major Linux flavours, Windows and MacOS.
15
14
16
- 📉 Low CPU and memory footprint. Current CPU stays at 0% on idle and memory usage is under 20mb for a hello world program.
17
-
18
- 💅 Styling with CSS (includes actual cascading). Also has full support for Flexbox layout (thanks to Yoga).
19
-
20
- ✅ Complete Nodejs api support (Currently runs on Node v12.x - and is easily upgradable). Hence has access to all nodejs compatible npm modules.
21
-
22
- 🎪 Native widget event listener support. Supports all events available from Qt / NodeJs.
23
-
24
- 💸 Can be used for Commercial applications.
25
-
26
- 🕵️♂️ Good Devtools support.
27
-
28
- 📚 Good documentation and website.
29
-
30
- 🧙♂️ Good documentation for contributors.
31
-
32
- 🦹🏻♀️ Good support for dark mode (Thanks to QT).
15
+ - Cross platform. Should work on major Linux flavours, Windows and MacOS.
16
+ - 📉 Low CPU and memory footprint. Current CPU stays at 0% on idle and memory usage is under 20mb for a hello world program.
17
+ - 💅 Styling with CSS (includes actual cascading). Also has full support for Flexbox layout (thanks to Yoga).
18
+ - ✅ Complete Nodejs api support (Currently runs on Node v12.x - and is easily upgradable). Hence has access to all nodejs compatible npm modules.
19
+ - 🎪 Native widget event listener support. Supports all events available from Qt / NodeJs.
20
+ - 💸 Can be used for Commercial applications.
21
+ - 🕵️♂️ Good Devtools support.
22
+ - 📚 Good documentation and website.
23
+ - 🧙♂️ Good documentation for contributors.
24
+ - Good support for dark mode (Thanks to QT).
33
25
34
26
# Getting started
35
27
0 commit comments