Jetpack-Compose-Playground
neutralinojs
Our great sponsors
- Appwrite - The Open Source Firebase alternative introduces iOS support
- InfluxDB - Access the most powerful time series database as a service
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- SonarLint - Clean code begins in your IDE with SonarLint
Jetpack-Compose-Playground | neutralinojs | |
---|---|---|
6 | 130 | |
2,826 | 6,695 | |
- | 2.9% | |
6.1 | 8.4 | |
9 days ago | 6 days ago | |
Kotlin | C++ | |
MIT License | GNU General Public License v3.0 or later |
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.
neutralinojs
-
Best way to build desktop apps? Should I use electron?
Honestly, I have been LOVING https://neutralino.js.org/
-
[AskJS] Are there any Electron alternatives that uses less recourses?
Neutralino.js | Tauri
-
Desktop UI with F# web frameworks?
Doing some research about Photino, I also found Tauri and Neutralinojs.
-
Is it possible to create a twine game that does not use a browser?
Yes. You need a wrapper for the game though. Something like https://neutralino.js.org/ should be enough.
- Building Desktop Applications with Tauri, Nextjs, Firebase
- Build lightweight cross-platform desktop apps with JavaScript - Neutralinojs
-
Tauri vs. Electron – Real world application
and https://neutralino.js.org/
Their exciting part is
> You can extend Neutralinojs with any programming language (via extensions IPC) and use Neutralinojs as a part of any source file (via child processes IPC).
still:
> Neutralinojs doesn't bundle Chromium and uses the existing web browser library in the operating system (Eg: gtk-webkit2 on Linux). Neutralinojs implements a WebSocket connection for native operations and embeds a static web server to serve the web content.
Comparison with Electron, Tauri and more: https://github.com/Elanis/web-to-desktop-framework-compariso...
-
I built my own Front-end Library/Language, you should too..
you can glean from it, and create your own version like I did, for example I created petal to use with neutralino js - alternative to electron and very light, a webview lib to build desktop apps with JS, because of the way I handle mounting and the like , I did not implement the diffing algorithm yet, but will for maximum performance, for now it works well, because you can create a VDOM in a promise in petal, as it does not mount automatically like react, the developer is responsible for mounting, in fact in petal you can prepare a VDOM minutes earlier and mount it whenever you feel like it,
-
p8modem - General-purpose WebSocket "modem" for PICO-8
this is very nice!, Now I'm wondering if there is enough here to communicate with https://neutralino.js.org/ which can do more heavy lifting.
-
Creating completely offline web app
Electron is 'heavy', but this is basically exactly what it was designed for. Electron has alternatives like Neutralinojs, and NWjs. Alternatively, there is Flutter - it's not exactly what you're asking for, but it is very web like, and would be a very strong candidate for this use case. Pick your poison really.
What are some alternatives?
tauri - Build smaller, faster, and more secure desktop applications with a web frontend.
javafx-examples - A large collection of JavaFX examples demonstrating basic + advanced features of JavaFX.
webview - Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and Edge (Windows)
electron - :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS [Moved to: https://github.com/electron/electron]
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
tauri-vs-electron - A comparison of the two frameworks: is Tauri a better choice than electron in 2021?
Vue.js - This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
compose-multiplatform - Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
react-native-reanimated - React Native's Animated library reimplemented
DeskGap - A cross-platform desktop app framework based on Node.js and the system webview
Vrmac - Vrmac Graphics, a cross-platform graphics library for .NET. Supports 3D, 2D, and accelerated video playback. Works on Windows 10 and Raspberry Pi4.