Skip to content

Commit 7207ca9

Browse files
authored
Update README.md
1 parent 15870e3 commit 7207ca9

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

README.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,17 @@ Angular NodeGUI is powered by Angular 🅰️ and Qt5 💚 which makes it CPU an
1111
Main docs: https://docs.nodegui.org
1212

1313
## Nodegui Features
14-
🧬 Cross platform. Should work on major Linux flavours, Windows and MacOS.
1514

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).
3325

3426
# Getting started
3527

0 commit comments

Comments
 (0)