Jetpack-Compose-Playground
nodegui
Our great sponsors
- Appwrite - The Open Source Firebase alternative introduces iOS support
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- InfluxDB - Access the most powerful time series database as a service
- SonarLint - Clean code begins in your IDE with SonarLint
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
Jetpack-Compose-Playground | nodegui | |
---|---|---|
6 | 15 | |
2,826 | 8,438 | |
- | 0.9% | |
6.1 | 5.3 | |
9 days ago | 18 days ago | |
Kotlin | C++ | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Jetpack-Compose-Playground
-
Is Jetpack Compose ready for production development?
Jetpack Compose Playground: Once you have gone through the basic concepts related to Compose, this GitHub repository has a good amount of content to learn more about each Composable.
-
How do I populate a spinner with data from a csv file?
Then as far as the spinner, I personally think compose provides a better API for this so check out drop-down menu. Otherwise you will have to use a spinner adapter and spinner view. https://developer.android.com/guide/topics/ui/controls/spinner
- Github repo to learn Jetpack Compose
-
JavaFx still worth learning/using?
Few examples are right there at their github repo under examples folder, consisting of a todo app, intellij plugin, issuetracker, a game, and more. There is Jetpack-Compose-Playground community driven collection of dozens of samples.
nodegui
-
Does anybody have trouble running NodeGui projects? Does 'nodegui-starter' repo work for you?
1: Can't run with the repo 'nodegui-starter' #972
Hi, so this NodeGui library for building apps with native components is something I really want to get into, but, it does not work for me.. so I am starting this thread to check with yous (I depleted google results) if any one of you have tips or workarounds I can use. I wish to build a desktop app, but I really do not want to bundle a web browser for that purpose and NodeGui seems perfect.
-
Neutralinojs - Alternativa para o Electron
NodeGUI
-
Electron Adventures: Episode 75: NodeGui React
Let's continue exploring Electron alternatives. This time, NodeGui. NodeGui uses Qt5 instead of Chromium, so we'll be leaving the familiar web development behind, but it tries to not be too far from it, as web development is what everyone knows.
- How do you create a cross-platform GUI without using Electron?
-
Are we GUI Yet? The state of building user interfaces in Rust
(Disclaimer: My knowledge of Rust very limited, but I have quite a bit of experience with getting Qt/KDE classes to work with other languages.)
You are absolutely right. The effort to be acceptable bindings for Qt would be a tiny fraction of the cost compared to building a whole new Rust native GUI library.
Qt is huge set of libraries with an equally huge API. But there are a lot of shortcuts and smart ways of approaching the problem to get what you want out of Qt for minimum effort.
Bindings like PyQt and even PySide go for the nuclear option of generating bindings for the whole Qt API and trying to match the C++ API in style too. This is an absolutely massive huge task. Also, getting people to contribute to an open source bindings project is hard. Getting people to contribute to a bindings generator is even harder.
NodeGui https://github.com/nodegui/nodegui, Qt bindings for Nodejs, on the other hand takes a very different approach which in one way is low-tech but I think is actually very smart. I'll summerise the differences:
* It focuses on Qt Widgets first. This greatly reduces the amount of work to the parts that people actually need. (BTW, if you just want QML and Rust back-end then Jos van den Oever's work at https://invent.kde.org/sdk/rust-qt-binding-generator has probably got you covered already.)
-
Todo list of development tasks
There is actually a new GUI framework based out of Qt (a C++ GUI framework) that I have found recently : https://docs.nodegui.org/
-
Signal Desktop Beta 5.0.0 launches, bringing support for creating and editing groups, improved voice message playback and cleaned up visuals
How about porting to Nodegui which is javascript qt and might allow reusing all the non-ui bits?
I'd probably start by looking at Nodegui which is a qt based gui on top of node so much if the javascript code could be reused.
- alia - A Declarative UI Library for C++
What are some alternatives?
javafx-examples - A large collection of JavaFX examples demonstrating basic + advanced features of JavaFX.
tauri - Build smaller, faster, and more secure desktop applications with a web frontend.
neutralinojs - Portable and lightweight cross-platform desktop application development framework
compose-multiplatform - Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
QtScrcpy - Android real-time display control software
electron-alternatives - Few Cross platform desktop GUI App development options are listed here
Signal-Desktop - A private messenger for Windows, macOS, and Linux.
Wt - Wt, C++ Web Toolkit
asm-dom - A minimal WebAssembly virtual DOM to build C++ SPA (Single page applications)
Kamel - Kotlin asynchronous media loading and caching library for Compose.
Windows UI Library - Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
ComposeReorderable - Enables reordering by drag and drop in Jetpack Compose (Desktop) LazyList & LazyGrid.