Proton Native is a cross-platform desktop framework that compiles React code into native applications for Windows, macOS, and Linux. It enables developers to build desktop applications using the same component syntax and patterns as React Native, with the ability to reuse existing React Native components with minimal modifications. The framework integrates a flexbox layout engine for positioning native desktop widgets and embeds the Node.js runtime for direct filesystem and system-level access. The framework translates React component trees into native desktop widgets through a bidirectional
NodeGUI is a framework for building native desktop applications using Qt6 widgets, controlled entirely from JavaScript and Node.js. It provides a Qt6 Node.js binding that maps native widget classes to JavaScript objects, enabling developers to create cross-platform desktop apps for Linux and Windows with full access to the Node.js ecosystem and npm modules. The framework distinguishes itself by allowing developers to style native desktop widgets with CSS and Flexbox layout rules, without relying on a web browser. It translates CSS properties and Flexbox layout into Qt stylesheet and layout ma
This project is a cross-platform mobile development tutorial and educational guide. It provides a structured curriculum of lessons and code samples designed to teach users how to build mobile user interfaces using a JavaScript-based framework. The material focuses on several specialized areas, including a course on creating responsive interfaces with the flexbox layout model, guides on mobile component architecture for building reusable UI elements, and tutorials on integrating native code to access platform-specific APIs on iOS and Android. The curriculum covers a broad range of capabilitie
Electron is a framework for building native desktop applications using JavaScript, HTML, and CSS. It functions as a cross-platform desktop runtime that combines the Chromium engine with Node.js to enable web technologies to run as standalone applications on Windows, macOS, and Linux. The project serves as a desktop integration layer that allows web-based user interfaces to access low-level operating system APIs. By bridging the Chromium rendering engine with a Node.js environment, it enables a single codebase to be deployed as a native executable across different desktop operating systems. T
Build performant, native and cross-platform desktop applications with native React + powerful CSS like styling.🚀
The main features of nodegui/react-nodegui are: React Desktop App Development, Cross-Platform Desktop Frameworks, Cross-Platform Executable Generators, Node.js Desktop Integration, Node.js Package Compatibility, Widget Event Bridges, Cross-Platform Desktop Toolkits, CSS-to-Native Style Translators.
Open-source alternatives to nodegui/react-nodegui include: kusti8/proton-native — Proton Native is a cross-platform desktop framework that compiles React code into native applications for Windows,… nodegui/nodegui — NodeGUI is a framework for building native desktop applications using Qt6 widgets, controlled entirely from JavaScript… vczero/react-native-lesson — This project is a cross-platform mobile development tutorial and educational guide. It provides a structured… atom/electron — Electron is a framework for building native desktop applications using JavaScript, HTML, and CSS. It functions as a… nwjs/nw.js — nw.js is a Node.js desktop application framework that combines a Chromium web renderer with a Node.js runtime to build… connors/photon — Photon is a cross-platform desktop framework and UI development kit designed for building software that runs on…