nodegui

A library for building cross-platform native desktop applications with Node.js and CSS 🚀. React NodeGui : https://react.nodegui.org and Vue NodeGui: https://vue.nodegui.org

MIT License

Downloads
6.6K
Stars
8.8K
Committers
73

Bot releases are visible (Hide)

nodegui - 0.33.1

Published by a7ul over 3 years ago

adds prebuilt mini qt support for M1 macs

nodegui - Mini Qt M1 Mac - 5.15.3

Published by a7ul over 3 years ago

Pre compiled Qt bundle

Compiled using:

https://www.reddit.com/r/QtFramework/comments/ll58wg/how_to_build_qt_creator_for_macos_arm64_a_guide

git clone git://code.qt.io/qt/qt5.git
cd qt5
git checkout 5.15

./init-repository --module-subset=essential -f
git submodule init qtsvg
git submodule update qtsvg

cd ..
mkdir qt5-5.15-macOS-release
cd qt5-5.15-macOS-release

../qt5/configure -release QMAKE_APPLE_DEVICE_ARCHS=arm64 -opensource -confirm-license -nomake examples -nomake tests -skip qt3d -skip webengine -skip qtactiveqt -skip qtcanvas3d  -skip qtdeclarative -skip qtdatavis3d -skip qtdoc -skip qtgamepad -skip qtcharts -skip qtgraphicaleffects -skip qtlocation  -skip qtpurchasing -skip qtquickcontrols -skip qtquickcontrols2 -skip qtremoteobjects -skip qtscxml -skip qtsensors -skip qtserialbus -skip qtserialport -skip qtspeech -skip qtvirtualkeyboard -skip qtscript

make -j15

make install
nodegui - 0.33.0

Published by a7ul over 3 years ago

#848

nodegui - 0.32.1

Published by a7ul over 3 years ago

nodegui - 0.32.0

Published by a7ul over 3 years ago

nodegui - 0.31.0

Published by a7ul over 3 years ago

nodegui - 0.30.3

Published by a7ul over 3 years ago

nodegui - 0.30.2

Published by a7ul over 3 years ago

Yoga Layout version bump
ScrollArea fix

nodegui - 0.30.1

Published by a7ul over 3 years ago

Bug fix: Makes sure post install script is running

nodegui - 0.30.0

Published by a7ul over 3 years ago

Flex layout buggy behaviour fix: https://github.com/nodegui/nodegui/pull/814
QImage setPixelColor fix
QFontemetrics added

nodegui - 0.29.0

Published by a7ul over 3 years ago

Typescript v4 support
QImage support

nodegui - 0.28.1

Published by a7ul over 3 years ago

Adds support for using mirrors when downloading qt

nodegui - 0.28.0

Published by a7ul almost 4 years ago

QTableWidget and QTableWidgetItem
dep updates

nodegui - 0.27.0

Published by a7ul almost 4 years ago

Adds QDesktopWidget

nodegui - 0.26.0

Published by a7ul about 4 years ago

Adds QSvgWidget

nodegui - 0.25.0

Published by a7ul about 4 years ago

  • Fixes QTableWidget.setHorizontalHeaderItem crash (#633)
  • Fixes constructor types (#634)
  • Add QIcon support to QTreeWidgetItem. (#657)
  • QTableWidget SelectedRanges function fix (#663)
  • Added setFocus to QWidget (#661) (#669)
nodegui - 0.24.0

Published by a7ul over 4 years ago

Bug fixes for:

  • dpi scaling
  • sibling ordering
  • win 10 big obj build error

Adds QDrag

nodegui - 0.23.1

Published by a7ul over 4 years ago

Adds QMimeData, additional methods to QUrl, and more Dropping support

nodegui - 0.23.0

Published by a7ul over 4 years ago

Adds QMouseWheelEvent
Adds QTabletEvent
Adds QNativeGestureEvents
Adds Drag and Drop events and support

Thanks a lot @swittk

nodegui - 0.22.0

Published by a7ul over 4 years ago

QGridLayout
Yoga fixes for latest gcc