Go to file
2019-07-27 13:32:06 +02:00
.github Create FUNDING.yml 2019-05-27 19:33:06 +02:00
config Fix Yoga issue and reorder gypi files 2019-07-26 21:59:24 +02:00
deps Upgrade Yoga to latest 2019-07-23 23:34:36 +02:00
examples/calculator Added logo 2019-07-27 13:28:43 +02:00
extras Added logo 2019-07-27 13:28:43 +02:00
scripts Added automoc 2019-06-07 21:41:08 +02:00
src Fixes yogalayout in windows and code cleanup 2019-07-24 23:47:02 +02:00
.gitignore Upgrade Yoga to latest 2019-07-23 23:34:36 +02:00
binding.gyp Fix Yoga issue and reorder gypi files 2019-07-26 21:59:24 +02:00
demo.ts Fix Yoga issue and reorder gypi files 2019-07-26 21:59:24 +02:00
LICENSE Initial commit 2019-05-14 18:41:18 +02:00
package.json Make it work on windows 2019-07-23 19:39:42 +02:00
README.md Update README.md 2019-07-27 13:32:06 +02:00
tsconfig.json Upgrade Yoga to latest 2019-07-23 23:34:36 +02:00
yarn.lock Make it work on windows 2019-07-23 19:39:42 +02:00

nodegui

A cross platform library to build native desktop apps. Based on Qt5.

logo

How does it look?

demo_linux demo_win demo_mac

More screenshots?

See examples

Features

  • Cross platform. Should work on major Linux flavours, Windows and MacOS
  • Low CPU and memory footprint. Current CPU stays at 0% on idle and memory usage is under 20mb for a hello world program.
  • (Partial support is present) Easily exstensible for creating custom native widgets (like react native).
  • Support for flex box layouting using Yoga.
  • Supports styling using css (includes actual cascading) or atleast useful subset of css properties.
  • Complete Nodejs api support (Currently runs on Node v12 - and is easily upgradable).
  • Can use all node compatible npm modules.
  • Native widget event listener support.
  • Should be usable for commercial applications aswell.
  • (Partial) Should have a decent list of stylable native widgets.
  • Easy build and packaging process.
  • Good Devtools support (hot reload, live reload, debugging etc).
  • Good documentation and website.
  • Good documentation for contributors.
  • Good support for dark mode (Thanks to QT).
  • Typescript support

Docs for contributing

Looking to contribute? If you wish to implement a new widget/add more features and need help understanding the codebase. You can start here:

Contributing developer docs link:

https://github.com/master-atul/nodegui/tree/master/extras/devdocs

Building

yarn rebuild:addon [--qt_home_dir=/path/to/qt]

LICENSE

Since we do not in any way modify the code of Qt and only link to it dynamically, I beleive we are in compliance with the LGPL license requirements of QT. And hence this library can be licensed under its own License (for which we have chosen MIT License). The links to QT source code and appropriate license notices are attached. We try our best to abide by the software licenses and any non compliance is not by will. If there is some discrepancy please let us know in the issues and we will try and fix it up. If you follow the recommended build steps and do not statically link QT libraries on your own you are safe to use this library for commerical puropses (provided you abide by MIT License).

MIT